Closed (fixed)
Project:
PDF Metadata
Version:
1.0.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
24 Jul 2025 at 15:01 UTC
Updated:
9 Sep 2025 at 12:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
j-barnes commentedComment #3
j-barnes commentedNice catch, it looks like we are stripping out way too many characters when we don't need to. Instead of trying to remove the "unsafe" characters I think it's best to just escape the few that PostScript actually cares about. I'll add a merge request to fix this.
Comment #4
j-barnes commentedComment #6
j-barnes commented@sunny-lee - If you could take a look, this should now preserve characters.
Comment #7
j-barnes commentedComment #8
sunny-lee commentedLooks good! Tried with various content types and it works! Previously ids would have the slashes and ampersands stripped out but this fix works and after resave, fixes the issue.
Comment #10
j-barnes commentedThanks for testing!
Comment #11
j-barnes commented