Render basic PDFs
Pre-release
Pre-release
Allows to print text, images and rectangles on a pdf document.
There is no frontend yet with an easy to use public API. You can however work with the Printer
from the IR.
The printer has some limitations; specifically:
- The coordinates of the printed elements are in the bottom-left corner
- Not the full UTF-8 range of characters can be printed; if you character is out of the latin1 range you are out of luck currently
- Embedded fonts have not been fully implemented yet