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
PDFDocument currently converts Command objects to strings. This requires very advanced knowledge of the PDF file format specification, is brittle and difficult to test. The Command objects should be translated to distinguished PDFObjects instead, for example one object for a PDF page and one object for a stream.
The text was updated successfully, but these errors were encountered:
PDFDocument
currently convertsCommand
objects to strings. This requires very advanced knowledge of the PDF file format specification, is brittle and difficult to test. TheCommand
objects should be translated to distinguishedPDFObject
s instead, for example one object for a PDF page and one object for a stream.The text was updated successfully, but these errors were encountered: