This sample shows how to deal with PDF objects that are not (yet) covered by specialized PdfSharpCore classes (as an example it adds an OpenAction to an existing PDF file). PDF documents are based ...
This sample shows one way to create a PDF document with multiple pages. When you program reaches the end of a page, you just have to create a new page by calling the AddPage() method of the ...