Tagged Questions
2
votes
2answers
399 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 ...