I have two PDF-files. Both have the same geom开发者_如何学JAVAetry and the same amount of pages. I would like to merge them, such that one file is the background and one file is the foreground. I trie
In the documentation of PDFTK is not mentioned how to do it. The command: pdftk file.pdf attach_files attachDoc.pdf to_page 2 output -
I\'m using pdftk for flattening PDF files on server. For this purpose I use PHP. This is my code in PHP. Btw, I\'m using this on WAMP.
I am stuck in a very complex situation. I am working on a PHP Web apps for Greeting card. For this, I am using some Linux tools and TCPDF and FPDI.
here is the code.... it is not able to merge two pdf files ...can anyone find what 开发者_Go百科the problem is in the code... thanks for ur time....You\'re using the wrong syntax.
I\'ve a question, I am using tdftk to split pages of a pdf file from php. using following command $command = escapeshellcmd(\"pdftk \").escapeshellarg(\"/var/www/card/card.pdf\").\" \".escapeshellcmd
Has anyone ever been able to install PDFTK on Media Temple GS? 1.a. If so, how? If not, is there anyway to merge PDF and FDF so the user get\'s served the PDF version with the FDF data?
I\'m using php with PDFTK on Ubuntu. When filling a PDF with data, I get weird characters for this letters with accents: á ó í. I\'m using UTF-8 encoding: I check开发者_运维问答ed with echo mb_chec
I have 10 PDFs that ask for a user password to open. I know that password. I want to keep them in a decrypted format. Their filenames follow the form:
As part of a project I\'m undertaking, I need to try and merge a number of PDFs I have and place consecutive page numbers on each (which may not start from 1). Ideally, I need to be able to call this