PDF-Writer
PDF-Writer copied to clipboard
MergePDFPagesToPage the other way around?
L.S.,
I see pdfPage is written out first and then test.pdf. This results in a pdf file that hides my page with the content in the file (a word export).
MergePDFPagesToPage(pdfPage, "c:\devel\test.pdf", singePageRange);
Could it also work the other way around?
i'm afraid that you can't. in general content written later in time means it goes on top. how about doing the merge prior to writing other content?
I solved the issue by using the 'page modifier'.