Tagged Questions

Project homepage Pdftk allows you to manipulate PDF easily and freely. It does not require Acrobat, and it runs on Windows, Linux, Mac OS X, FreeBSD and Solaris. Pdftk can Merge PDF Documents Split PDF Pages into a New Document Rotate PDF Pages or Documents Decrypt Input as Necessary (Password ...

learn more… | top users | synonyms

6
votes
3answers
3k views

How to pass variables as stdin into command line from PHP

I am trying to write a PHP script that uses the pdftk app to merge an XFDF with a PDF form and output the merged PDF to the user. According to the pdftk documentation, I can pass the form data in via ...
5
votes
4answers
2k views

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 Now I need to have these to files combined & flattened. pdftk does ...
4
votes
3answers
227 views

Statically compile pdftk for Heroku. Need to split PDF into single page files

So we're using heroku to host our rails application. We've moved to the cedar stack. This stack does not have the pdftk library installed. I contacted support and was told to statically compile it for ...
4
votes
2answers
248 views

how to reduce the quality of pdf created using R

I am creating pdf reports using R (command ?pdf). The reports contain images that I have created and that are quite heavy (lot of datapoints) The created pdfs are very heavy. Is there a way to reduce ...
4
votes
1answer
372 views

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(with ...
4
votes
4answers
3k views

Merge PDF's with PDFTK with Bookmarks?

Using pdftk to merge multiple pdf's is working well. However, any easy way to make a bookmark for each pdf merged? I don't see anything on the pdftk docs regarding this so I don't think it's ...
3
votes
1answer
211 views

PHPExcel create/style/save PDF Documentation

I'm using the PHPExcel library in a couple of project and love the functionality it provides. Currently I needed to save as a PDF and found that PHPExcel can do this but I'm finding it rather hard to ...
3
votes
2answers
2k views

pdftk compression option

I use pdftk to compress a pdf using the following command line pdftk file1.pdf output file2.pdf compress It works as the weight of my file decreased. Are there [options] to change the ...
2
votes
1answer
596 views

Merge FDF and PDF without PDFTK

Is there a way to merge FDF file and a PDF File to create a flat format of all the data and form into 1 pdf without using PDFTK? Any light shed upon this would be greatly appreciated.
2
votes
1answer
287 views

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. The error I get is: ** WARNING ** No valid ...
2
votes
3answers
658 views

PHP exec() not working - exiting early? no error?

i am using PHP to run exec() on a script which looks like this: exec("pdftk xx.pdf fill_form xx.fdf output xx.pdf flatten"); the strangest thing is that when i log in to ssh and put the command in ...
2
votes
3answers
448 views

Converting .ps to .pdf and removing a single page

I have a postscript file of a poster made in latex, and want to convert this to a pdf (I'm using ubuntu) I am using ps2pdf but if possible I would like to remove the first, blank page, and keep only ...
2
votes
4answers
1k views

How do you combine PDFs in ruby?

This was asked in 2008. Hopefully there's a better answer now. How can you combine PDFs in ruby? I'm using the pdf-stamper gem to fill out a form in a PDF. I'd like to take n PDFs, fill out a form ...
2
votes
2answers
297 views

Clone PDF file in a single page

I've got a PDF file which is exactly 1/5 of the size of an A4 page, and a script to convert it into a single A4 page by appending it repeatedly. The problem is that ImageMagick only works with bitmap ...
1
vote
1answer
49 views

Run pdftk by php on linux centos

I would like to run pdftk on my webserver. It's a Linux Centos with PHP 5.3.2. When I connect it by commande line I do pdftk --version It's OK pdftk A=p1-9.pdf cat A1 output p1.pdf It's OK. ...
1
vote
2answers
103 views

PDFTK with php://memory

Question: Is it possible to use php://memory on a exec or passthru command? I can use php variables in the exec or passthru with no problem, but I am having trouble with php://memory background: I ...
1
vote
1answer
58 views

Mass PDF form fill

I need to fill in a single PDF template multiple times and concat the results. When I say multiple, I mean up to a few hundred times, potentially over one thousand. I can do this with pdftk ...
1
vote
1answer
148 views

Join multiple PDF files into a single page PDF - positioned join using PHP

This is not an attempt to join separate PDFs to one single PDF with multiple pages. It is an attempt to create a single page PDF from few other PDFs that already exists. I need to do this using PHP ...
1
vote
1answer
145 views

Stamp pdf file with control for position stamp file

Does anyone know about stamping pdf file to pdf file and also controls for positioning pdf file stamp? I have a file orginal.pdf and logo.pdf. I want to stamp logo.pdf file to file orginal.pdf at the ...
1
vote
3answers
205 views

Merge two PDF files — one as background, one as foreground

I have two PDF-files. Both have the same geometry 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 tried pdftk with the ...
1
vote
1answer
95 views

How to launch a pdftk subprocess while in wsgi?

I need to launch a pdftk process while serving a web request in Django, and wait for it to finish. My current pdftk code looks like this: proc = subprocess.Popen(["/usr/bin/pdftk", ...
1
vote
0answers
13 views

Details about “Number of Input pdf” or “Input PDF Character Len”

I'm using pdftk within my application to generate a composite pdf of several individual pdf files. When, for whatever reason, pdftk does run. If feel that the reason is the amount of Input files e.g. ...
1
vote
2answers
217 views

Path Problems (command line)

I have created a script with an array containing file names. The script searches for pdf files through directories and sub-directories by recursion and adds them to an array. It then outputs a string ...
1
vote
0answers
276 views

Problem with size of the imported PDF template with FPDI+TCPDF

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. Let me tell you how it all works: there is 4 page ...
1
vote
1answer
72 views

In xampp 1.7.4 pdftk doesnt work it gives UNLINK error

In my previous version of xampp pdftk was working fine ... later when i upgraded it xampp 1.7.4... the pdftk is not working in this version ... how to overcome this problem without downgrading my ...
1
vote
0answers
85 views

PHP PDFTK and Media Temple

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? The reason ...
1
vote
1answer
123 views

Ghostcript merge image/form with text file

I have an app dependent legacy environment running SCO Unix 5.0.7 that I can install Ghostscrip on. Using a scanned form (lines, boxes, logo, etc) that I've stored as an image (could store it as ...
1
vote
1answer
503 views

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 file, but I need to create the FDF file ...
1
vote
0answers
169 views

Anybody else used `pdftk' and `make' together to merge PDF files together?

This year I came up with a means of using pdftk' andmake' to merge PDF files together. This is the latest and most refined iteration of the makefile. Note that this is for a specific file but some ...
1
vote
1answer
382 views

PHP: How to tell if PDF has embedded fonts?

Given a PDF document, is there a way to tell if it has embedded fonts? I'm working on the problem posted here: ...
1
vote
1answer
618 views

PDFTK Rotating Pages Problem

I'm trying to use PDFTK to rotate pages in my PDF document. Executing something like the following should result in no changes to the page rotation: pdftk in.pdf cat 1N output out.pdf (This is ...
1
vote
1answer
665 views

Adding metadata to PDF via PHP

I need to augment a PDF with a custom metadata field on download in PHP (5.3). I have been looking at the pdftk library, but I can't get my head around how I would get PHP to interface with it on our ...
1
vote
2answers
585 views

Combining Java and C without gcj — move C to Java or Java to C?

First, I have no experience doing this. But like the beginning of any good program, I have problem that I need to fix, so I'm willing to learn. So many of you are probably already familiar with ...
0
votes
1answer
36 views

PDF form signature and database

I've got a form (Been toying with both an ASP and PHP) that is going to have the info saved to a database and then be signed by docusign ink. I'm thinking the best way would be to pump out a PDF ...
0
votes
0answers
17 views

Merge pdfs with PDFTK in a rails app

I'm hoping someone can help me out here as I've spent hours looking for an answer. I'm trying to find a way WITHIN A RAILS APP to merge two pdfs into one. I know pdf-toolkit has this function and ...
0
votes
0answers
35 views

Check if PDF is fillable

I've a huge amount of PDF files, and I need to determine programmatically which ones are fillable and which ones are not (because of the PDF security options). Is there any way to do that? So far the ...
0
votes
0answers
79 views

Filling PDF form with PDFTK (or php/javabridge) ignoring certain unicode chars

Possibly related question 1, Related question 2 What We're trying to accomplish: Use drupal webform submition data as a source to fill a PDF form and serve it to the user, flattened for printing. ...
0
votes
0answers
42 views

Working with PDF Forms and PDFTK & PHP

I have a PDF that I am using PDFTK to rip the fields out of. My problem is that the order of the fields and field names are not very clear in the field dump. For example: Checkboxes are given field ...
0
votes
0answers
39 views

pdftk dump_data_fields outputs weird fieldnames

I need to generate pdf from fillable pdf and fdf using pdftk(version 1.41). When I did "pdftk some.pdf dump_data_fields", it outputs like the following. --- FieldType: Text FieldName: ...
0
votes
1answer
38 views

Separating PDF by list of keywords into separate files

I'm trying to find a method to extract new files of pages from a PDF wherever one of a list of keywords are located, and name the new file after the keyword. Any advice using PDFTK or other?
0
votes
0answers
102 views

Create a standalone executable for pdftk on Centos 5.7

I need an executable for pdftk on a shared host that I don't have any admin permissions for. The server is Centos 5.7 x64. It looks like I need to a reworked makefile that allows me to install the ...
0
votes
0answers
17 views

How can you specify the Description of the attachment in pdftk?

In the documentation of PDFTK is not mentioned how to do it, in fact the command: pdftk file.pdf attach_files attachDoc.pdf to_page 2 output - attachDoc.pdf is the name of the filesystem, but I can ...
0
votes
0answers
22 views

Counting Pages, and returning that value to sharepoint

I need a way to count pages of a PDF document after its been uploaded. I would prefer to use pdftk I can run this from command line PS C:\temp> pdftk .\FEMA_CDBG_Compare.pdf dump_data ...
0
votes
1answer
133 views

pdftk, tempfile and rails

Ok, I've tried all kinds of stuff and I'm not entirely sure this will work. The pdfs I need to merge are on the server and the links to them are hardcoded. pdftk works locally in my terminal, but not ...
0
votes
1answer
88 views

pdftk unable to save on different folder

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. passthru("pdftk editablepdf/jason.pdf output ...
0
votes
1answer
241 views

set output location for pdftk sample.pdf burst

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(" ...
0
votes
0answers
292 views

Watermarking with Prawn (using templates)

I have the following problem: I need to be able to watermark a document that was created from a template. I have the following code right now: (*note: The raw PDF text (body variable below) is sent ...
0
votes
1answer
149 views

Weird characters when filling PDF with PDFTk

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 checked with echo mb_check_encoding($var, ...
0
votes
0answers
177 views

Manipulate PDF Field properties w/ text editor or CLI

I have a pretty big PDF Form with many yes/no questions. using pdftk i can dump_data_fields and see that the fields are set up as: FieldType: Button FieldName: Group62 FieldFlags: 49154 ...
0
votes
0answers
159 views

Certify module throws an error due to pdftk UTF-8 issue

I am using Quiz 4.x with Drupal 6. I am trying to use the Certify module with Quiz. I have enabled the module and granted permission to test-takers to view certificates(using Nodeaccess). Is the ...

1 2