You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/src/go-rm2pdf/rm2pdf -c blue -c red d46ced5f-1b26-431f-bafb-7dc2d68c3f43.pdf /tmp/100_planning_comments.pdf
panic: Failed to initialize parser: Failed to read pdf: Failed to read xref table: Expected xref to start with 'xref'. Got: 47
When using
rm2pdf
to import a PDF, the import sometimes fails with a panic.The panic message typically includes the text "Expected xref to start with 'xref'".
This appears to be due to gofpdi #16, which is caused by gofpdi not supporting xref streams.
Action:
The text was updated successfully, but these errors were encountered: