Previous | Next | (P-PDF) Developers
Topic: Re: Import image into PDF dynamically
Conf: (P-PDF) Developers, Msg: 40219
From: CodeWorK
Date: 5/14/2002 12:50 AM
i had to do this very same thing once. as all of my images had to go in the same place, i made a PDF with enough pages for each individual image, and placed one image on each page (in some order). my program uses the PDF full of images to generate Templates (using the JSObject) and overlays the Templates as i need them. works like a charm, and fast. no custom software. just VB.