Insert a single page pdf into multipage pdf
- Anmelden oder Registrieren um Kommentare zu schreiben
Hi all:
I have a problem, I have two PDF files. PDF-A.pdf is a multipage PDF file. PDF-B.pdf is a single page PDF file.
I want to insert PDF-B into PDF-A only after every odd page. Any idea?
thanx in advance
Please let me know what you did, or where I can get the solution.
I used pdftk, you can find it in www.accesspdf.com. I writed a little script that count the number fo pages then I create a string that take page one pdf-a + pdf-b + page two pdf-a + pdf-b and so on using pdftk cat output.I run it after print.
I'll put the script available on my web site.
Please don't hesitate to contact me for any info you need.
ciao
- Anmelden oder Registrieren um Kommentare zu schreiben


I solve it
thanx
WWW.BOSSOLETTI.COM