|
Class Summary |
| AcroFormCreationSample |
This sample demonstrates how to insert AcroForm fields into a PDF document. |
| AcroFormFillingSample |
This sample demonstrates how to fill AcroForm fields of a PDF document. |
| AcroFormParsingSample |
This sample demonstrates how to inspect the AcroForm fields of a PDF document. |
| ActionSample |
This sample demonstrates how to apply actions to a PDF document. |
| AdvancedTextExtractionSample |
This sample demonstrates how to retrieve text content along with its graphic attributes
(font, font size, text color, text rendering mode, text bounding box, and so on) from a PDF document;
text is automatically sorted and aggregated. |
| AnnotationSample |
This sample demonstrates how to insert annotations into a PDF document. |
| AttachmentExtractionSample |
This sample demonstrates how to extract attachments from a PDF document. |
| BarcodeSample |
This sample demonstrates how to show bar codes in a PDF document. |
| BasicTextExtractionSample |
This sample demonstrates the low-level way to extract text from a PDF document. |
| BookmarksParsingSample |
This sample demonstrates how to inspect the bookmarks of a PDF document. |
| ComplexTypesettingSample |
This sample demonstrates how to create a new PDF document populating it with various
graphics elements. |
| ContentScanningSample |
This sample demonstrates how to retrieve the precise position (page and coordinates)
of each image within a PDF document, using the page content scanning functionality. |
| GraphicsSample |
This sample demonstrates some of the graphics operations available through the PrimitiveComposer
and BlockComposer classes to compose a PDF document. |
| HelloWorldSample |
This sample is a minimalist introduction to the use of PDF Clown. |
| ImageExtractionSample |
This sample demonstrates how to extract XObject images from a PDF document. |
| ImageSubstitutionSample |
This sample demonstrates how to replace images appearing in a PDF document's pages
through their resource names. |
| InlineObjectSample |
This sample demonstrates how to embed an image object within a PDF content stream. |
| LayerCreationSample |
This sample demonstrates how to define layers to control content visibility. |
| LayerParsingSample |
This sample demonstrates how to parse existing layers. |
| LinkCreationSample |
This sample demonstrates how to apply links to a PDF document. |
| LinkParsingSample |
This sample demonstrates how to inspect the links of a PDF document, retrieving
their associated text along with its graphic attributes (font, font size, text color,
text rendering mode, text bounding box...). |
| NamedDestinationSample |
This sample demonstrates how to manipulate the named destinations within a PDF document. |
| NamesParsingSample |
This sample demonstrates how to inspect the object names within a PDF document. |
| PageCombinationSample |
This sample demonstrates how to combine multiple pages into single bigger pages (for example
two A4 modules into one A3 module) using form XObjects [PDF:1.6:4.9]. |
| PageCoordinatesSample |
This sample shows the effects of the manipulation of the CTM (Current Transformation Matrix),
that is the logical device which affects the PDF page coordinate system used to place graphics contents
onto the canvas. |
| PageFormatSample |
This sample generates a series of PDF pages from the default page formats available,
varying both in size and orientation. |
| PageLabelSample |
This sample demonstrates how to define, read and modify page labels. |
| PageManagementSample |
This sample demonstrates how to manipulate the pages collection within a PDF document,
to perform page data size calculations, additions, movements, removals, extractions and
splits of groups of pages. |
| PageNumberingSample |
This sample demonstrates how to stamp the page number on alternated corners
of an existing PDF document's pages. |
| PageToFormSample |
This sample demonstrates how to reuse a PDF page as a form (precisely: form XObject [PDF:1.6:4.9]). |
| PageTransitionSample |
This sample demonstrates how to apply visual transitions to the pages of a PDF document. |
| ParsingSample |
This sample demonstrates how to inspect the structure of a PDF document. |
| PrintingSample |
This sample demonstrates how to print a PDF document. |
| RenderingSample |
This sample demonstrates how to render a PDF page as a raster image. |
| Sample |
Abstract sample. |
| SampleLoader |
Command-line sample loader. |
| StandardFontSample |
This sample demonstrates how to use of standard Type 1 fonts, which are the14 built-in fonts
prescribed by the PDF specification to be shipped along with any conformant PDF viewer. |
| StreamExternalizationSample |
This sample demonstrates how to move stream data outside PDF files and keep external references to
them; it demonstrates also the inverse process (reimporting stream data from external files). |
| TextFrameSample |
This sample demonstrates how to obtain the actual area occupied by text
shown in a PDF page. |
| TextHighlightSample |
This sample demonstrates how to highlight text matching arbitrary patterns. |
| TextInfoExtractionSample |
This sample demonstrates how to retrieve text content along with its graphic attributes
(font, font size, text color, text rendering mode, text bounding box...) from a PDF document;
it also generates a document version decorated by text bounding boxes. |
| TypesettingSample |
This sample concentrates on proper fitting of styled text within a given PDF page area (block frame),
from the beginning of "Alice in Wonderland", Chapter 1 ("Down the Rabbit-Hole"). |
| UnicodeSample |
This sample demonstrates the PDF Clown's support to Unicode-compliant fonts. |
| VideoEmbeddingSample |
This sample demonstrates how to insert screen annotations to display media clips inside a PDF
document. |
| WatermarkSample |
This sample demonstrates how to insert semi-transparent watermark text into an existing PDF
document. |