MergePDFDocuments from Lebans

M

mark

The following function is included in the very useful ConvertReportToPDF
module from Steve Lebans.


Public Declare Function MergePDFDocuments Lib "StrStorage.dll" _
(ByVal PDFMaster As String, _
ByVal PDFChild As String _
) As Boolean

Its not documented, but I've tired it and it works fine for text based
PDFs. But an image based PDF (e.g. the ones produced by an image
scanner) just produces a blank page.

Does anyone have a solution for this or know of a similar product that
can be controlled programmatically (with nothing more than Acrobat
reader installed?)

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top