Operating System - HP-UX
1834038 Members
3133 Online
110063 Solutions
New Discussion

How to merge a graphics-template and text

 
Basheer_2
Trusted Contributor

How to merge a graphics-template and text

Hello,

I have
1) a pdf-file with the company logo
2) I want to insert text into this template.
3) e-mail this combined file

How can I do this (HP-UX 11.11)

Thanks
Basheer
6 REPLIES 6
Sanjay_6
Honored Contributor

Re: How to merge a graphics-template and text

Hi Basheer,

You can't. For that you'll need to edit the PDF in some manner.

Hope this helps.

Regds
Steven E. Protter
Exalted Contributor

Re: How to merge a graphics-template and text

You can edit the pdf doc and modify it on a Linux box with the openoffice.org toolset. Thats a windows office replacement with built in pdf editing at no charge.

You might be able to compile the source on hpux, never tried that.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Basheer_2
Trusted Contributor

Re: How to merge a graphics-template and text

Thanks Sanjay, some more info
I could this on windows side.

1) tempalte is word or pdf
2) used zlib to insert text to combine and make it a pdf file.

Also
there was an itrc C program to convert text to pdf that works.


Basheer_2
Trusted Contributor

Re: How to merge a graphics-template and text

OK Steve/Sanjay

zlib works ok on the windows side only to merge graphics + text to create a new pdf file.

zlib: This is not working on the UNIX
Sanjay_6
Honored Contributor

Re: How to merge a graphics-template and text

Hi Basheer,

Are you talking about this C program,

http://hpux.cs.utah.edu/hppd/hpux/Shells/ClibPDF-2.02/

Hope this helps.

Regds
Basheer_2
Trusted Contributor

Re: How to merge a graphics-template and text

No Sanjay.

Somebody posted a small c program