Merge pdf files

  • Thread starter Thread starter Guest
  • Start date Start date
Using their examples:

If you have an existing PDF file named "file1.pdf" and you would like to
create a new PDF file named "file2.pdf" with the contents of "file1.pdf" at
the beginning of the new file, you would set "PDFPrependFile" to file1.pdf
and "PDFFileName" to "file2.pdf"

I believe this translates to:

SaveSetting "Dane Prairie Systems", "Win2PDF", "PDFPrependFile", "file1.pdf"
SaveSetting "Dane Prairie Systems", "Win2PDF", "PDFFileName", "file2.pdf"

Alternatively, if you wanted to the contents of "file1.pdf" to be at the end
of the new file, you would set "PDFAppendFile" to "file1.pdf" and
"PDFFileName" to "file2.pdf".

I believe this translates to:

SaveSetting "Dane Prairie Systems", "Win2PDF", "PDFAppendFile", "file1.pdf"
SaveSetting "Dane Prairie Systems", "Win2PDF", "PDFFileName", "file2.pdf"

(of course, I'd recommend complete paths, rather than simply file1.pdf and
file2.pdf)
 
Back
Top