Re: [CODE4LIB] PDF Combine Pro Software Alternative

2019-02-05 Thread Vinit Kumar
xpdf is also a better option. https://www.xpdfreader.com On Tue, Feb 5, 2019 at 7:57 AM Cynthia Ng wrote: > I previously had success with PDFtk: > https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ > > On Mon, Feb 4, 2019 at 12:36 PM Faust, Brad wrote: > > > Hello, > > > > We have a project w

Re: [CODE4LIB] PDF Combine Pro Software Alternative

2019-02-04 Thread Cynthia Ng
I previously had success with PDFtk: https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ On Mon, Feb 4, 2019 at 12:36 PM Faust, Brad wrote: > Hello, > > We have a project where we need to combine individual pages of PDF, JPG, > and TIFF files into single documents. We have several dozen folde

Re: [CODE4LIB] PDF Combine Pro Software Alternative

2019-02-04 Thread Monica Rivero
Hi Brad, We use a free command line tool ImageMagick to batch convert folders of images into single PDF files. The command is simple: convert folder/*.tif name.pdf for more options see here https://imagemagick.org/script/convert.php best, Monica Quoting "Faust, Brad" : Hello, We have a

Re: [CODE4LIB] PDF Combine Pro Software Alternative

2019-02-04 Thread Guy Dobson
I just tried to do this with PDF-XChange and it worked. *Guy Dobson

Re: [CODE4LIB] PDF Combine Pro Software Alternative

2019-02-04 Thread Kyle Banerjee
If command line tools are acceptable, one option to is to use the convert utility to get everything into PDF and merge them with the pdfunite utility. Usage is simple and you can find examples on the interwebz. HTH kyle On Mon, Feb 4, 2019 at 12:36 PM Faust, Brad wrote: > Hello, > > We have a

[CODE4LIB] PDF Combine Pro Software Alternative

2019-02-04 Thread Faust, Brad
Hello, We have a project where we need to combine individual pages of PDF, JPG, and TIFF files into single documents. We have several dozen folders and 100s of documents to process. The page files are named sequentially and all the pages for each document are in there own folder. We have fo