Saving and loading the list of PDF files to and from a CSV file was a feature that users kept requesting from time to time. The idea is to speed up some recurring job, in case you always have to deal with the same or similar set of files, but also being able to quickly load a list of PDF files exported by some other software.

Save the PDF list to a CSV file

Starting from PDFsam Basic version 3.3.6 we added a feature to allow users so save/export the list of PDF files to CSV format. This feature is available in every module where you can select multiple files.

  1. Select the PDF files you want to save to the CSV
  2. Right click and select Copy to clipboard or CTRL + C
  3. Copy the PDF list to clipboard
  4. Open a text editor and paste (CTRL + V) there
  5. Exported PDF list
  6. Save the list as a .csv file

Load the PDF list from a CSV file

Starting from PDFsam Basic version 4.0.3 we added an entry to the Add button. This entry let the user load a list of PDF files from a CSV file. We don’t really care about the CSV structure or data contained in it, PDFsam Basic will be able to load it from any CSV (or even TXT) file as long as the first column of comma separated table is the full path to the PDF files.

  1. Click the Arrow down in the Add button
  2. Click the PDF list from text/csv file entry
  3. Load the PDF list from text or CSV file
  4. Select your CSV file
6 Replies to “Save and load the list of PDF files from a CSV or TXT list”
  1. This is useful. However, what would be even more useful would be to save the rest of the settings for the merge job, ie., everything under “Merge settings”, “Destination file”, and any “Advanced settings”

  2. Will be even more fantastic to have the csv file able to create batches! I.e separated by ;

    pdf1,pdf2,pdf3;pdfa,pdfb

    resulting in pdf1, pdf2, pdf3 getting merged
    and pdfa and pdfb getting merged.

    Real world problem for me just now as I am manually merging hundreds of pdf’s of drawings in pairs with hundreds of spare part lists.

    //Robert F.S

Leave a Reply

Your email address will not be published. Required fields are marked *