pdftk Questions
3
Solved
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 p...
1
Can somebody explain to me why I get a
unsatisfiable constraints:
pdftk (missing):
required by: world[pdftk]
error when running
apk update
apk add pdftk
in my alpine docker-image, although...
Hartmann asked 2/5, 2018 at 10:24
1
Solved
We occasionally receive pdf files with blank/empty passwords. We use pdftk and under these circumstances it fails. We have tried:
pdftk input.pdf input_pw output output.pdf
pdftk input.pdf input_p...
Jacey asked 28/3, 2016 at 20:24
1
I'm currently running PDFtk Server successfully on macOS Sierra without issues with @Sid Steward's update pkg file found here: PDFtk Server on OS X 10.11.
Yet I have reservations moving to High S...
Pindaric asked 25/9, 2017 at 19:28
3
Solved
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...
1
Solved
I have merged.pdf file with 18 pages. I would like to merge into source.pdf file starting from page 46 and get final.pdf using PDFTK
I tried with this command, but it didn't work:
pdftk A=source...
2
Solved
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",
"/tmp/infile1...
Trying asked 25/9, 2011 at 3:26
4
Solved
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...
Begorra asked 24/11, 2012 at 21:46
1
Solved
PDFtk Server seems to be hanging indefinitely on MacOS Sierra. Looks similar to the problem it had on El Capitan.
I'm trying to run this command:
pdftk test1.pdf test2.pdf cat output out.pdf ver...
Rudman asked 28/9, 2016 at 14:47
3
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 b...
3
I'm trying to programmatically fill out a pdf using ruby. The pdf has fields that permit text to be entered:
I've had success in the past using pdftk via the pdf_form gem, however it doesn't fin...
4
Solved
I'm using pdftk to fill a form but the output form isn't editable, when I open it on acrobat reader I'm getting an error message:
"This document enabled extended features in Adobe Reader, The docu...
2
to be able to add annotations to a pdf file in linux, i have to reset the "Commenting" security setting in the pdf document.
qpdf --decrypt input.pdf output.pdf should remove any passwords or "enc...
2
Solved
I am using pdftk library to extract the form fields from the pdf .Everything is just running fine except the one issue that i got a pdf file pdf file link. which causes the error is given bellow
E...
1
Solved
Are there any issues that can come up of removing the XFA format from a PDF form? I'm using PDFTK to fill form, and found that if forms are XFA, then PDFTK doesn't work unless I do a drop_xfa comma...
Procarp asked 14/4, 2015 at 17:34
3
Solved
I created a form in livecycle es 2 and i am trying to use pdftk to fill out the form but it doesn't work. It says it fills it out successfully but when i try to open the pdf it just gives me an err...
0
When i flatten a pdf document using pdftk the cyrillic characters don't appear correctly.
а о й gets converted to а о Ð
I tried changing the encoding on the pdf , passing the data through utf8_d...
1
Solved
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. ...
8
Solved
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 for...
Pollux asked 17/8, 2010 at 5:28
3
Solved
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 t...
3
Solved
I want to install pdftk with MacPorts, but this command does not work:
sudo apt-get install pdftk
Is it possible to install it on a Mac?
My system specifications are:
Processor: 2.5 GHz...
1
Solved
So, here's the thing, we have a bunch of pdf forms for users on our website to fill out, we have a submission button inside every pdf form that sends the filled data through a http post method. We ...
3
I'm using XFDF files to fill out PDF-forms serverside with PHP and pdftk but my problem is that no non-english characters (ä, ö, å etc.) are printed to the form fields.
Here is the function I use ...
3
Solved
How can we read contents of the pdf file using vim command in the terminal?
I have tried using pdftk by uncompressing it but still its not working for me. Is there any other way to decrypt or...
3
Solved
Can someone please tell me how to remove the last page of a PDF file, using PDFtk?
© 2022 - 2024 — McMap. All rights reserved.