python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Fill a PDF form with default data
I am working on editing a PDF form/template in Ruby On Rails application.
I want to populate some of form fields with data from database and make few fields editable to take the input from user.
I ...
Chakreshwar Sharma
Votes: 0
Answers: 1
pdftk update_info command raising a warning which I don't understand
I'm trying to use the update_info command in order to add some bookmarks to an existing pdf's metadata using pdftk and powershell.
I first dump the metadata into a file as follows:
pdftk .\test.pdf du...
user32882
Votes: 0
Answers: 2
Combining two pdfs with pdftk and the use of a loop
I have been working a project that involves combining the pages of two pdfs in a way that the pages from one pdf are the even pages of the final pdf and the pages of the second pdf are the odd pages o...
Filippos Papalos
Votes: 0
Answers: 1