PDFCreator is an impressive product. Have been using it recently to save prints to a specified directory in PDF format.
Is their an API/SDK for PDFCreator? Currently using VB.NET.
Thanks in advance.
PDFCreator is an impressive product. Have been using it recently to save prints to a specified directory in PDF format.
Is their an API/SDK for PDFCreator? Currently using VB.NET.
Thanks in advance.
Hello,
yes, PDFCreator implements a COM-Object, that can be used to automate PDFCreator and control many aspects of the process. It is not a PDF library to draw single page elements though.
Have a look at the COM subfolder of your PDFCreator installtion. There you can find examples of how to use the COM Object.
kind regards,
Philip
Thanks thats exactly what I needed.