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 ...
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, ...
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...
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 ...
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 ...
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...
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
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...
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...
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...
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...
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.