Skip to content

Adjust pdf writing to honor PDF/A rules

Philipp Knechtges requested to merge d1saster/poppler:fixrewritepdfa into master

PDF/A requires (as can be tested with VeraPDF):

  • Second line needs to be a comment line with four characters with byte encoding above 127
  • "obj" needs to be followed by a new line
  • "endobj" needs to start on a new line

Merge request reports