Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
372 views

Edit or remove PDF header information in C

I need to edit the header information of several PDF files. What I'd like to achieve is to remove all header data before %PDF-X.Y.Z. What I came up with as a possible solution was to open the PDF in ...
1
vote
2answers
689 views

Co-ordinates of a element in a pdf file using iText

I'm creating a pdf file using BIRT reporting library. Later I need to digitally sign these files. I'm using iText to digitally sign the document. The issue I'm facing is, I need to place the ...
0
votes
0answers
167 views

Manipulate PDF Field properties w/ text editor or CLI

I have a pretty big PDF Form with many yes/no questions. using pdftk i can dump_data_fields and see that the fields are set up as: FieldType: Button FieldName: Group62 FieldFlags: 49154 ...
0
votes
2answers
261 views

PDF Manipulation with Adobe's Form Input Fields

I am trying to simplify a process where I currently use my hand calculations of X & Y Co-Ordinates of each value. Which works fine, but is causing me a lot of pain as I have to do quite a number ...
0
votes
2answers
300 views

modifying text in Editable Pdf files

I am working on a project and I need to insert data into specified fields in an editabble pdf file using a C# program.I am not very familiar with editable pdf files and programatically modifing field ...
0
votes
3answers
254 views

Modifying digitally signed PDF's

I'm looking for a way to add a watermark/text overlay to a PDF document that contains a digital signature. Currently we've licensed PDFlib which does a great job of handling the overlays, but the ...