Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Matt

Yeah, today I read around a bit and found PDFtk which allowed me to do what I was set out to do. :) Thank you for replying!
martin

Re: Is appending PDFs to each other possible?

WinSCP can append files. But you cannot append PDFs to merge them, afaik. And WinSCP cannot merge PDFs. You need another tool.
Matt

Is appending PDFs to each other possible?

I don't know if I'd need something else for this, but I want to write a script that runs once daily and fetches PDFs from an FTP directory.

The name is basically:
xxxxx-n1.pdf

xxxxx-n1-yyyyy.pdf
xxxxx-n1-zzzzz.pdf
xxxxx-n2.pdf
xxxxx-n2-yyyyy.pdf
xxxxx-n2-zzzzz.pdf

Would it be possible to merge all files with the same "n" into one PDF file when downloading, or would I need an outside tool and script for this?

Thank you for any advice. :)