PDF Generation Template Editor
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
The CPDFView class calls drawPage:toContext: as necessary for each visible page that requires rendering. You can override this method to draw on top of a PDF page. In this case, invoke this method on super and then perform a custom drawing on top of the PDF page. Do not invoke this method, except by invoking it on super from a subclass.