vectorgraphics2d
vectorgraphics2d copied to clipboard
Improve structure of PDFDocument
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.