-
Beta Was this translation helpful? Give feedback.
Answered by
pcorless
Dec 5, 2022
Replies: 2 comments 5 replies
-
I don't think it's a font issue. Any chance you can sign a sample file for investigation? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Weishixun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I managed to get it to render but I do have quite a bit of regression testing to run. The fix was two part but unfortunately is due to some content that isn't strictly proper in PDF/post script grammar.
The content in question sort of looks like this.
BT
1 0 0 1 2 2 Tm
q 70.87 0 0 28.25 2 2.05 cm /img1 Do Q
70.87 0 Td
-70.87 0 Td
ET
By PDF rules there shouldn't be a 'Do' in a BT/ET block (begin text, end text block). The 'Do' does the image drawing. The content parser makes some assumptions for execution speed and skips over the /img1 loading. I'll create a ticket and hopefully get a full fix in in the coming days.