whats a real easy way to join one page pdfs into a single file? I'm tired of people making things into separate pdfs.
foxit page organiser
>>161210thanks a bunch
>>161210is there one that creates pdfs and not ppo files?
>>161214this one does create pdfs.
pdftk:http://www.accesspdf.com/article.php/20041130153545577use as so:pdftk *.pdf cat output combined.pdfI know it's command line, but its really simple and just does it without messing around.