Insert a single page pdf into multipage pdf

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

 

I solve it

thanx

Any idea how you solved it?

You can use the pdfforge.dll coming with PDFCreator and a script.

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