Topic: Include, when attachment is uploaded, the attachment with the invoice

Hi,

Nowadays I am requested more often to merge my attachment with de invoiced pdf file. Now I have to download the invoice and merge the attachment by hand, which is time-consuming. This has to do with the fact that more and more companies use e-factoring to process invoices.

Hopefully more FA users will support my request.

Best regards,

Norman Serck
(the Netherlands)

Re: Include, when attachment is uploaded, the attachment with the invoice

Did you mean re-invoiced pdf file?

Re: Include, when attachment is uploaded, the attachment with the invoice

@apmuthu,
When one places an invoice he/she is also prompted to add an attachment. What @normanos@serck.nl would like to do is to be able to automatically combine the invoice and the attachment in one pdf file. Today what he is doing is downloading the invoice and the attachment and merging them manually in one pdf.

Re: Include, when attachment is uploaded, the attachment with the invoice

Linux poppler is the way to go.
https://learnubuntu.com/merge-pdf-files/

sudo apt install pdftk-java

# Once done, you just have to follow the simple command structure to merge PDF files:

pdftk file1 file2 file3 cat output mergedfile.pdf

Other links:

https://github.com/mycielski/merge-pdfs-cli
https://www.linuxshelltips.com/merge-pdf-files-in-linux/
https://www.pdftron.com/documentation/cli/guides/pdf-pagemaster/usage/merge/
https://stackoverflow.com/questions/2507766/merge-convert-multiple-pdf-files-into-one-pdf
https://www.inmotionhosting.com/support/server/linux/how-to-merge-pdf-files-linux/