| AddImageToPDF | This is an example that creates a reads a document and adds an image to it.. | code | html |
| AddJavascript | This is an example of how to set some javascript in the document. | code | html |
| AddMessageToEachPage | This is an example of how to add a message to every page in a pdf document. | code | html |
| AddMetadataFromDocInfo | This is an example on how to add metadata to a document. | code | html |
| Annotation | This is an example on how to add annotations to pages of a PDF document. | code | html |
| CreateBlankPDF | This will create a blank PDF and write the contents to a file. | code | html |
| CreateBookmarks | This is an example on how to add bookmarks to a PDF document. | code | html |
| EmbeddedFiles | This is an example that creates a simple document and embeds a file into it.. | code | html |
| ExtractMetadata | This is an example on how to extract metadata from a PDF document. | code | html |
| GoToSecondBookmarkOnOpen | This is an example on how to an action to go to the second page when the PDF is opened. | code | html |
| HelloWorld | This is an example that creates a simple document. | code | html |
| HelloWorldTTF | This is an example that creates a simple document with a ttf-font. | code | html |
| HelloWorldType1AfmPfb | This is an example that creates a simple document with a Type 1 font (afm + pfb). | code | html |
| ImageToPDF | This is an example that creates a simple document. | code | html |
| PrintBookmarks | This is an example on how to access the bookmarks that are part of a pdf document. | code | html |
| PrintDocumentMetaData | This is an example on how to get a documents metadata information. | code | html |
| PrintURLs | This is an example of how to access a URL in a PDF document. | code | html |
| RemoveFirstPage | This is an example on how to remove pages from a PDF document. | code | html |
| ReplaceString | This is an example that will replace a string in a PDF with a new one. | code | html |
| ReplaceURLs | This is an example of how to replace a URL in a PDF document. | code | html |
| RubberStamp | This is an example on how to add annotations to pages of a PDF document. | code | html |
| RubberStampWithImage | This is an example on how to add a rubber stamp with an image to pages of a PDF document. | code | html |
| ShowColorBoxes | This is an example that creates a simple document. | code | html |
| UsingTextMatrix | This is an example of how to use a text matrix. | code | html |