The converter, preprocessing and imposition logic is very complex, especially since #115 got merged. It is also crucial for printing reliability. This task is to implement tests for the PDF logic including using the gs binary for rasterizing the final PDFs and comparing them with expected renderings. The https://github.com/py-pdf/pypdf/ repo has similar tests which could be used as a reference here.
The converter, preprocessing and imposition logic is very complex, especially since #115 got merged. It is also crucial for printing reliability. This task is to implement tests for the PDF logic including using the
gsbinary for rasterizing the final PDFs and comparing them with expected renderings. The https://github.com/py-pdf/pypdf/ repo has similar tests which could be used as a reference here.