PDFCreator 2.3

Hi,
I have used PDFCreator version 1.4.1 and referenced pdfforge.dll in my .Net application.
I could then merge pdf-files using the method public void MergePDFFiles(ref string[] sourceFilenames, string destinationFilename, bool filenamesAsBookmarks);

How can I do this in version 2.3?

I could also convert pdf-files to format pdf/a starting PDFCreator.exe with the argument:
/IF"input.pdf" /OF"output.pdf" /OutputSubFormat"PDF/A-1b"
This doesn´t seem to work anymore. How can I do this in version 2.3?

Regards Niklas
1 Like

Hi,

this can all be done via a COM interface in the current version, please have a look at the docs for all the details: http://docs.pdfforge.org/pdfcreator/2.3/en/pdfcreator/com-interface/

best regards,

Could you clarify whether the method still exists in v2.3 or not? In looking through the documentation I’m not seeing how I could duplicate the functionality.

The issue I have is that the files I am working with have already been converted and are not in a Queue, and now I just need a way to merge them in a particular order.

Thank You

Could you clarify whether the method still exists in v2.3 or not? In looking through the documentation I’m not seeing how I could duplicate the functionality.

The issue I have is that the files I am working with have already been converted and are not in a Queue, and now I just need a way to merge them in a particular order.

Thank You

Hi,

sorry about this, I guess my previous answer wasn’t really correct in this case. You are right, the files need to be in a queue first when using the COM interface. I guess this needs to be done in an automated way so any GUI hints won’t help you?

best regards,