Can PDF Converter add consecutive page numbers when concatenating (printing) multiple documents to the same output PDF? I have PDF Suite.NET and my software is in VisualBasic so my current solution is to use PDF Converter first to do the concatenation printing and then PDF Creator to pull in the concatenated file and write it back out with consecutive page numbers. Is this the only way? As an option, can PDF Creator.NET do the virtual PDF printer function?
Thank you.
Consecutive page numbers
Hello,
The PDF Converter supports converting documents to PDF and Appending them while the PDF Creator is to create PDF files from scratch or to edit existing PDFs.
If you wish ot Convert files to PDF, Append them and then number the pages, the only way to do so is to use the Converter and Creator as your are doing currently.
When opening the PDF file in the Creator you do not need to add each page number separately you can use the SetPageNumbering() function to add page numbers to all the document.
Hope this helps.
The PDF Converter supports converting documents to PDF and Appending them while the PDF Creator is to create PDF files from scratch or to edit existing PDFs.
If you wish ot Convert files to PDF, Append them and then number the pages, the only way to do so is to use the Converter and Creator as your are doing currently.
When opening the PDF file in the Creator you do not need to add each page number separately you can use the SetPageNumbering() function to add page numbers to all the document.
Hope this helps.