pdftk Questions

1

Solved

I have a code.ps file converted to code.pdf , which I want to add to the end of every page in my test.pdf , i.e shrink the test.pdf's every page and add an image to the end of it . I have written ...
Detachment asked 27/11, 2013 at 6:36

2

Solved

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, ...
Supersensitive asked 18/5, 2011 at 16:30

2

Solved

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...
Godforsaken asked 25/2, 2013 at 0:3

0

I have been using pdftk to do a lot of scripting with pdf, but I am open to anything that can be done programmatically in linux, ideally through command line or python API. I would need to change ...
Keirakeiser asked 10/7, 2013 at 13:15

5

Solved

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 ...
Noshow asked 20/8, 2011 at 1:2

3

Solved

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 /MediaBox [0 0 612 792] I would like to reduce the margins, for instan...
Feldspar asked 15/3, 2011 at 5:24

1

Solved

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 fa...
Stamps asked 17/2, 2013 at 17:6

1

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 ...
Wore asked 23/1, 2013 at 8:33

3

Solved

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 o...
Townes asked 29/8, 2012 at 9:33

1

I have a CSV with a list of URLs with PDFs: Some of these PDFs are searchable. Some of these PDFS aren't searchable. I want to determine which PDFs are searchable from my list of PDFs. Is there...
Schroeder asked 5/8, 2012 at 21:32

3

This is what I have currently: User submits form data and gets a "download PDF" link. The link points to script which generates an XFDF file on the fly and outputs the XFDF file after setting the...
Sedan asked 17/1, 2010 at 9:19

2

Solved

Is there a way to remove fonts embedded multiple time from a pdf file? This is my scenario: 1) a program generates several one-page pdf reports (querying a db, putting the info on an excel templ...
Bromeosin asked 16/5, 2012 at 21:28

1

Solved

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 usi...
Waxbill asked 21/12, 2011 at 12:10

1

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 ...
Southpaw asked 12/12, 2011 at 6:49

1

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.
Carotenoid asked 11/1, 2011 at 1:31

1

Solved

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(" b...
Gentlemanly asked 6/7, 2011 at 15:26

1

Solved

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...
Houselights asked 23/1, 2011 at 4:19

1

Solved

I have been merging PDFs using PDFTK with great success, the pages that are used to generate the pdf are set to 'click to show one page at a time' (basically the whole of the first page is displaye...
Ezmeralda asked 8/10, 2010 at 13:48

1

Solved

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 ...
Extraction asked 17/6, 2010 at 8:33

2

Solved

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 v...
Villenage asked 5/3, 2010 at 23:13

© 2022 - 2024 — McMap. All rights reserved.