creating PDF with PDFinclude using pre existing pdf as teplate

linkjaya

New Member
creating PDF with PDFinclude using pre existing pdf as template

Hello All,

I am using PDFInclude to create PDF files.
I want to create a PDF file using pre-existing PDF file as Template.
When i use a simple PDF file with out images on it as template, It works fine.
but when i use PDF file with image as template it gives error.
What is the problem?

Can any body help me?

Any Help regarding this will be appreciated.


Regards
Jaya
 

WillieG

New Member
I'm not sure what the problem is, but I use a simple PDF template and then add my images to it with:
RUN pdf_load_image("Sord","Logo","logo.jpg").
RUN pdf_place_image("Sord","Logo",50,100,60,80).
This is placing my 60X80 pixel logo in the top lefthand corner.
You can play around with the size and placing of your image.
Good Luck
 
Top