Skip to main content
-1 votes
1 answer
72 views

pdftk throws an "Unexpected Exception in open_reader()" when I want it to open any file on my 2nd hard drive. The same files work perfectly after copying them to the main filesystem. Is ...
mhchem's user avatar
  • 324
0 votes
1 answer
114 views

# Define the path to the general folder $generalFolderPath ='F:\9.POWERSHELL' # - use for my laptop $outputCsvPath = "F:\9.enter image description herePOWERSHELL" # - use for my laptop # ...
Pham KS's user avatar
0 votes
0 answers
93 views

I am facing a trouble in executing a command in c# process with arguments. The command runs well in CMD but it returns no result with System.NotSupported Exception. string pdfkPath = @"C:\Dummy ...
Arpit Gupta's user avatar
  • 1,277
0 votes
0 answers
34 views

I am using the php-pdftk getDataFields() method to get the fields from a PDF form that is submitted to my PHP page. This maps directly to the dump_data_fields option of pdftk, and the same issue can ...
Ben Holness's user avatar
  • 2,744
0 votes
1 answer
130 views

I generate a PDF file and the unicode text appears in macos preview but not acrobat. I have the following fdf file %FDF-1.2 1 0 obj << /FDF << /Fields [ << /T (name) /V <FEFF0793&...
K Split X's user avatar
  • 5,207
0 votes
1 answer
540 views

Version is 2.02 I have a simple pdf with a name field. I created an fdf using pdftk pdftk form4.pdf generate_fdf output data4.fdf Removing the unnecessary fields, here is what it has: (full view on ...
K Split X's user avatar
  • 5,207
0 votes
1 answer
33 views

I'm trying to burst multiple files in one go and would like to include the input filename and page number as the output. Something like: pdftk *.pdf burst output source_filename.%2d.pdf Any ideas. If ...
CatWazel67's user avatar
1 vote
1 answer
64 views

I use pdftk to fill_form in many pdf's in a loop. The problem im having is that i use pdftk to fill 3 of the 5 fields. The other fields have standar values. Is there a way to skip certain fields when ...
NoobInLifeGeneral's user avatar
1 vote
1 answer
107 views

I thought my problem would be easy: I wanted to create a PDF document from a template. There are 12 values that I want to fill in. I want to be able to change the template later on (design), so I ...
Akarik's user avatar
  • 11
2 votes
2 answers
368 views

We have 22 pages of legal documents that were originally on letter size paper. The originals were lost in a fire. The lawyer's office has a PDF with scans of the originals but the scan was done with ...
mnemotronic's user avatar
  • 1,056
1 vote
0 answers
105 views

my laravel app is running on aws lambda, so I don't have access to console to perform some tasks, for example interact with pdfs, I was trying to use aws lambda layers, I have this package: https://...
DeveloperX's user avatar
0 votes
1 answer
244 views

I'm trying to use PDFTK on a php page hosted on a PLESK server (Centos) but I have an error... PDFTK was successfully installed with composer If I use : $pdf = new Pdf('form.pdf'); $result = $pdf->...
alex62400's user avatar
0 votes
1 answer
235 views

I am working on an Elixir project that involves merging PDF files using the pdftk command-line tool. I have written a function in my Elixir module, PdfMerger.MergePdfs, to merge PDFs using the pdftk ...
SANONICHAN's user avatar
1 vote
2 answers
373 views

I am looking to save all annotations in a pdf to a file then import them back to a pdf. pdftk input.pdf dump_data_annots output annots.txt Outputs all the annotations in the following format: ...
OhtohV2's user avatar
  • 11
1 vote
1 answer
898 views

I have a large PDF file containing employee information. One page per employee, 500+ pages. I need to create a single PDF file per employee by splitting out this large file into smaller ones. I ...
RobinOlsen's user avatar

15 30 50 per page
1
2 3 4 5
34