pdftk
using PHP to create PDF, without using PHP's FDF functions
Is there any way to create a FDF file within PHP without using the dead FDF functions? I am aware that you can use pdftk to create a PDF from an existing FDF f开发者_Go百科ile, but I need to create th[详细]
2023-02-19 06:30 分类:问答How to crop PDF margins using pdftk and /MediaBox
I used pdftk to uncompress a PDF and then opened it as a text file. I want to edit the /MediaBox field, which is in my case[详细]
2023-02-17 00:54 分类:问答pdftk compression option
I use pdftk to compress a pdf using the following command line pdftk file1.pdf output f开发者_如何学Goile2.pdf compress[详细]
2023-02-16 20:36 分类:问答rails send_file and send_data sends out zero byte files
I\'m trying to send a pdf back to the user but I\'m having serious problem getting send_file and send_data to work. I created the pdf file as follows:[详细]
2023-02-07 17:51 分类:问答Rails pdftk error
I\'m using pdftk within my rails application to generate a composite pdf of several individual pdf files.When,开发者_如何学运维 for whatever reason, pdftk does not generate the composite file, no erro[详细]
2023-02-07 00:34 分类:问答How to set up pdftk or iText to work with Rails 3 on Heroku?
I\'m trying to find a way to inject FDF file content into a fillable PDF file (provided by customer and not supposed to be \'re-drawn\' using Prawn or PDFKit), and I think I have to use either iText(w[详细]
2023-02-06 00:31 分类:问答Import PDF file into XeLaTeX gives "pdf_link_obj(): passed invalid object" error
I\'m trying to import a PDF into a XeLaTeX using \\includepdf{xyz.pdf}. The file xyz.pdf is a scan created by a Xerox 5755 machine, and PDF version 1.3.[详细]
2023-01-23 23:11 分类:问答Merging two a5 pages into a singe a4 page (without using pdfnup)
I am using Dompdf to generate A5 pdf documents from a html template and Pdfnup (Part of Pdfjam) to combine them into a nice single A4 sheet, which helps saving some paper when printing :)[详细]
2023-01-23 02:05 分类:问答Flatten FDF / XFDF forms to PDF in PHP with utf-8 characters
My scenario: A PDF template with formfields: template.pdf An XFDF file that contains the data to be filled in: fieldData.xfdf[详细]
2023-01-21 00:53 分类:问答Remove First Page from a Series of PDFs
I have a ser开发者_开发技巧ies of PDFs (Computer Gaming World issues) and I want to remove the first page from the pdf file of each issue. There are 100 issues, so a GUI is just not gonna cut it. I us[详细]
2023-01-20 09:26 分类:问答
加载中,请稍侯......