A simple GPL-licensed tool for doing everyday things with PDF documents.

learn more… | top users | synonyms

1
vote
0answers
12 views

Bash script pdftk merge PDFs

I have a few thousand PDFs that I need merged based on filename. Named like: Lastname, Firstname_12345.pdf Instead of overwriting or appending, our software appends a number/datetime to the pdf ...
0
votes
0answers
44 views

In a PDF created from “merging” multiple PDFs using pdftk, is it possible to create link from PDF 1 to PDF 2 (or PDF 3) [closed]

I'm running into a lot of frustration here and I'm wondering if I am trying to do something that is impossible. I have to generate a PDF based on dynamic user input, so it's variable length. This ...
0
votes
1answer
26 views

PDFTK outputs a corrupt pdf to the browser

I am using PHP to fill a PDF form, which I would like to output to the browser. I am using the function found here: http://koivi.com/fill-pdf-form-fields to create an xfdf file. I then use the ...
0
votes
1answer
27 views

Ghoscript /cropbox not printing correctly in linux

I'm using the Domestic shipping label api in usps to generate domestic shipping labels in pdf format. I managed to crop the top section of the pdf file which is the label needed by the usps and ...
0
votes
0answers
28 views

Add margin to PDF file when merging using PDFTK or similar

I have a large collection of half-page sized PDF cut-sheets that are held in a folder on my Linux server. A user to the site will want to create a booklet from a subset of these. The booklet will be ...
1
vote
1answer
71 views

Why pdftk produced pdf files will not render in Firefox?

I have a site - www.jcrocetta.com. On this site I have 2 pdf files. One file has blurred data and the other is clear, both files were created with pdftk. In order to blur out some personal data in ...
1
vote
2answers
49 views

spaces in bash scripts

So, I've been trying for a while and this really won't work. I'm trying to write a script that will concatenate many pdf files into one without the tedium of specifying them at the command-line ...
0
votes
0answers
36 views

pdftk wrapper for Ruby

There are several Ruby wrapper gems for pdftk. Among them, is there any gem that installs the pdftk binary automatically cross major OSs at installation of itself? I want to require it in a library, ...
0
votes
0answers
20 views

Using PDFtk on a shared server

I'm looking into using PDFtk, but I have several questions that I'm just going to bundle together. (Let me know if they should be asked separately.) How would I install it on my shared web server? I ...
1
vote
1answer
52 views

Merging PDFs skipping corrupted PDFs

Currently I am using Ghostscript to merge a list of PDFs which are downloaded. The issue is if any 1 of the pdf is corrupted, it stops the merging of the rest of the pdfs. Is there any command which ...
1
vote
1answer
114 views

pdftk will not decompress data streams

I have been trying to work with pdftk to inspect information from compressed pdf streams created by Nitro Reader, but pdftk will not deflate the streams. It produces no errors, but it does not seem to ...
0
votes
0answers
111 views

Using Python, how do I write FDF data to a secured PDF without knowing password?

First, I am trying to use Python to dynamically enter data into a secured PDF file, that I downloaded from a government source. I DO NOT have the password to unprotect them, but can open them with a ...
1
vote
2answers
396 views

Use Adobe reader instead of chrome pdf viewer to display a pdf

I'm outputting a pdf which has been made with scribus, and in all browsers except for chrome it outputs fine, however with chrome the letters are cut off and lower than usual. I found that disabling ...
0
votes
1answer
65 views

PHP set proc_open to output directly to user

I'm using proc_open with pdftk to pre-fill some forms with data, this works pretty well, but rather than save the result to a file and then read the file back, I'd like to print the file directly out. ...
2
votes
1answer
87 views

convert a directory of images into a single PDF

I have a directory of images: path/to/directory/ image01.jpg image02.jpg ... and would like to convert it into a single PDF file: path/to/directory.pdf This is what I managed to code so ...
1
vote
1answer
84 views

merging pdf's with form fields

pdftk test.pdf test.pdf cat output test2.pdf I'm trying to use that command to copy the one page PDF and am having little luck. I run that command and the first page of test2.pdf has the form fields ...
0
votes
1answer
87 views

How to ensure PHP curl fully downloads pdf and pdftk command to skip damaged pdfs when merging

Currently I have a php scrip that downloads like 50+ pdfs and merges them. But sometimes when downloading it does not download a pdf fully thus it is damaged. When executing the merging command using ...
0
votes
1answer
151 views

Windows Batch File to Read textfile and append for pdftk

I have a text file which contains the location of a list of pdf files. I am writing a windows batch file that needs to read this line by line and append in a command which will be executed to merge ...
0
votes
3answers
62 views

Is there a limit on the length of command passed to exec in PHP?

Currently I need to merge that 50+ PDF files into 1 PDF. I am using PDFTK. Using the guide from: http://www.johnboy.com/blog/merge-multiple-pdf-files-with-php But it is not working. I have verified ...
1
vote
1answer
74 views

How can I Sort and Merge PDFs using PHP and pdftk

I have a PHP program that fetches alot of individual PDFs from backend and save into a folder. Currently I am using pdfk to merge the pdfs. Below is the sample code used: exec("pdftk.exe *.pdf cat ...
0
votes
0answers
138 views

livecycle pdftk fill form

I was using acrobat forms and pdftk to fill forms on website. recently i changed form to livecycle. after submit its not generating flatten pdf with data. i have tried many options including ...
1
vote
1answer
94 views

trouble getting php exec() to run

I am trying to get the below command to run but it is not running as far as I can tell because the file is not being generated. I am not getting any error messages at all, this command was working ...
0
votes
0answers
15 views

How to get attachement names of pdf document?

I need to get a list of filenames to stdout when i unpack_files using below command pdftk myfile.pdf unpack_files output foldername As i want to pass these filenames to another process which reads ...
0
votes
0answers
47 views

PDFTK issues when streaming from S3 Bucket

I have my code listed below. Can someone please tell me why pdftk refuses to merge the fdf and the streamed pdf? If I provide the pdf statically it will populate but since heroku does not let me store ...
1
vote
1answer
269 views

pdftk fill_form utf8 problems [duplicate]

Possible Duplicate: Flatten FDF / XFDF forms to PDF in PHP with utf-8 characters I am using pdftk to fill template pdf with data from fdf. Data has correct utf-8 characters, but when I use ...
0
votes
1answer
106 views

Timed file encryption with pdftk [closed]

I know that I can "encrypt" a pdf file using pdftk and the following command: pdftk mydoc.pdf output mydoc.128.pdf owner_pw foopass. This I find disables printing. There are other options available ...
0
votes
1answer
76 views

pdftk input pdf as string example, possible?

im using the php-pdtfk-toolkit found @t github.com/bensquire/php-pdtfk-toolkit, to merge multiple pdfs, the basic example is $pdftk=new pdftk(); $pdftk->setInputFile(array("filename" => ...
0
votes
0answers
62 views

Render xfdf to Browser Rails 3.2

We have a web application in php that I am trying to convert to rails and I am having an rendering a created pdf. PHP Code takes xfdf and renders directly to Browser): $file_name = $_GET['file']; ...
2
votes
2answers
245 views

Include pdftk in a distributable Python module

How can I include pdftk and gsprint with a distributable Python program? I've written a short Python module that takes several source PDFs, rearranges pages, and then prints them into ...
0
votes
1answer
108 views

What is the best way to fill the pdf form with pdftk in python django

I ahve the two forms One for uploading the PDF templates of unfilled form Other for submitting the filled data Now my team leader told me that i have to save the file for template case but when ...
4
votes
1answer
1k views

PDF Form filling with FPDF and then Flatten with PDFTK displays un-filled PDF

I'm using the "Form Filling" script from fpdf.org to fill some fields on a PDF Form I created. This appears to work properly. I want the resulting PDF form to be flattened so users can not edit the ...
1
vote
1answer
222 views

How to add pdftk to Heroku Cedar app?

I need to merge multiple PDF files into one in my Heroku Cedar Rails app, and have settled upon using pdftk to do this. I'm lost as to how to do this. I think the best approach would be to create a ...
1
vote
1answer
106 views

Terminating proc_open after x Seconds

I am using pdftk to merge pdf files. Occasionaly a user uploads a ill formed pdf and it hangs the process returning no errors and consuming all the server resources. To prevent this i am looking at ...
0
votes
0answers
235 views

Create a fillable PDF from multiple concatenated documents in PHP, all in memory

I currently have an application which takes user data and compiles a multitude of PDF documents, feeding the templates to PDFtk along with FDF forms on disk, created using a modified version of Justin ...
2
votes
2answers
95 views

How can I inject a dynamically generated image (barcode, as it happens) into a PDF document (I'm in rails if that matters)?

I'm aware of pdf-stamper, but I'm trying to avoid switching everything to jruby right now. I just need to "stamp" an image that I generate within the rails app (a PDF417 barcode) into a form field in ...
1
vote
2answers
472 views

getting two A6 complete booklet sequences from an A4 page

I have an a6 pdf book. I'd like to convert it to an a4 pdf so that when I print it, I can cut the a4 page in two (upside and downside will have the same content, so I'll end up with two copies of the ...
0
votes
3answers
655 views

Insert a blank page between each existing page in a PDF document

I've got a PDF and I want a fast way to insert a blank page every second page (except at the end). E.g. my PDF has the pages 1: A 2: B 3: C 4: D it should look like: 1: A 2: empty 3: B 4: empty 5: ...
2
votes
1answer
605 views

How to repair a PDF file and embed missing fonts

I use pdftk to repair some failures in corrupted PDF files, but I faced another problem which is not fixed by pdftk (or at least I do not know how to do so). I have PDF files with text based on ...
0
votes
0answers
157 views

Unhandled Java Exception while pdftk stamp

I'm trying to stamp a seal on a pdf with pdftk. I run: pdftk original.pdf stamp seal.pdf output sealed.pdf But it gets this just with a specific pdf: Unhandled Java Exception: ...
1
vote
2answers
107 views

“pdftk multistamp”-like utility for Postscript?

Is there a utility for Postscript files doing the same thing as "pdftk multistamp" for pdf files? I'm searching for a solution without a ps to pdf conversion, because I'm afraid of a loss of data ...
0
votes
2answers
252 views

Ruby/Rails: pass arguments to command line application from rake task

How do you pass arguments from within a rake task and execute a command-line application from Ruby/Rails? Specifically I'm trying to use pdftk (I can't find a comparable gem) to split some PDFs into ...
0
votes
1answer
176 views

Ruby/Rails: Traverse folders and parse metadata to seed DB

I have a bunch of documents that I'd like to index in a Rails application. I'd like to use a rake task of sorts to comb a directory hierarchy looking for files and capturing the metadata from those ...
0
votes
0answers
105 views

How to install pdftk on Amazon Linux AMI release 2012.03

I am not able to install the pdftk on Amazon Linux AMI release 2012.03. pdftk requires gcj2.14 and amazon ami provides gcj2.12 package. If I try to install gcj2.14 getting conflicts with the existing ...
1
vote
1answer
514 views

Trying to split a large .pdf into multiple files. (python, pdftk)

I've written a script in Python that will split a .pdf by chapter/bookmark. Here is essentially the crux of my program: for each chapter: system('pdftk A=file.pdf cat A{start}-{end} output ...
0
votes
3answers
379 views

Ghostscript script or other, to interleave odd and even pages from two multipage pdf files

My scanner has a paper feed but no duplex scanning. Thus, if I scan a multi-page document that is printed on both sides of the sheet, I will end up with two pdf files, one containing all odd pages ...
5
votes
3answers
346 views

Bulk template based pdf generation in PHP using pdftk

I am doing a bulk generation of pdf files based on templates and I ran into big performance issues pretty fast. My current scenario is as follows: get data to be filled from db create fdf based on ...
0
votes
1answer
70 views

Running pdftk on a shared file server

I have pdftk installed on a shared file server, and it works fine from the server itself. Is it possible to run pdftk from another computer that has access to the file server, but doesn't have pdftk ...
0
votes
0answers
153 views

Security of PHP exec() with pdftk utility

I'm interested to use pdftk (the pdft toolkit) by calling it from a PHP script. I intend to use the exec() function for this. The command would follow this format: pdftk [form_file] fill_form ...
4
votes
1answer
167 views

Go from html form to PDF using PHP [duplicate]

Possible Duplicate: Filling PDF Forms with PHP I have been looking and testing this for a couple days now and was wondering if anyone could point me in a different direction. I have a very ...
2
votes
3answers
3k views

Convert HTML form data into a PDF file using PHP

I have been looking and testing this for a couple days now and was wondering if anyone could point me in a different direction. I have a very long job application HTML form (jobapp.html) and a ...

1 2 3