PDF Clown CLI Samples
0.1.2

Uses of Class
org.pdfclown.samples.cli.Sample

Uses of Sample in org.pdfclown.samples.cli
 

Subclasses of Sample in org.pdfclown.samples.cli
 class AcroFormCreationSample
          This sample demonstrates how to insert AcroForm fields into a PDF document.
 class AcroFormFillingSample
          This sample demonstrates how to fill AcroForm fields of a PDF document.
 class AcroFormParsingSample
          This sample demonstrates how to inspect the AcroForm fields of a PDF document.
 class ActionSample
          This sample demonstrates how to apply actions to a PDF document.
 class 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.
 class AnnotationSample
          This sample demonstrates how to insert annotations into a PDF document.
 class AttachmentExtractionSample
          This sample demonstrates how to extract attachments from a PDF document.
 class BarcodeSample
          This sample demonstrates how to show bar codes in a PDF document.
 class BasicTextExtractionSample
          This sample demonstrates the low-level way to extract text from a PDF document.
 class BookmarksParsingSample
          This sample demonstrates how to inspect the bookmarks of a PDF document.
 class ComplexTypesettingSample
          This sample demonstrates how to create a new PDF document populating it with various graphics elements.
 class 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.
 class GraphicsSample
          This sample demonstrates some of the graphics operations available through the PrimitiveComposer and BlockComposer classes to compose a PDF document.
 class HelloWorldSample
          This sample is a minimalist introduction to the use of PDF Clown.
 class ImageExtractionSample
          This sample demonstrates how to extract XObject images from a PDF document.
 class ImageSubstitutionSample
          This sample demonstrates how to replace images appearing in a PDF document's pages through their resource names.
 class InlineObjectSample
          This sample demonstrates how to embed an image object within a PDF content stream.
 class LayerCreationSample
          This sample demonstrates how to define layers to control content visibility.
 class LayerParsingSample
          This sample demonstrates how to parse existing layers.
 class LinkCreationSample
          This sample demonstrates how to apply links to a PDF document.
 class 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...).
 class NamedDestinationSample
          This sample demonstrates how to manipulate the named destinations within a PDF document.
 class NamesParsingSample
          This sample demonstrates how to inspect the object names within a PDF document.
 class 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].
 class 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.
 class PageFormatSample
          This sample generates a series of PDF pages from the default page formats available, varying both in size and orientation.
 class PageLabelSample
          This sample demonstrates how to define, read and modify page labels.
 class 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.
 class PageNumberingSample
          This sample demonstrates how to stamp the page number on alternated corners of an existing PDF document's pages.
 class PageToFormSample
          This sample demonstrates how to reuse a PDF page as a form (precisely: form XObject [PDF:1.6:4.9]).
 class PageTransitionSample
          This sample demonstrates how to apply visual transitions to the pages of a PDF document.
 class ParsingSample
          This sample demonstrates how to inspect the structure of a PDF document.
 class PrintingSample
          This sample demonstrates how to print a PDF document.
 class RenderingSample
          This sample demonstrates how to render a PDF page as a raster image.
 class 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.
 class 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).
 class TextFrameSample
          This sample demonstrates how to obtain the actual area occupied by text shown in a PDF page.
 class TextHighlightSample
          This sample demonstrates how to highlight text matching arbitrary patterns.
 class 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.
 class 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").
 class UnicodeSample
          This sample demonstrates the PDF Clown's support to Unicode-compliant fonts.
 class VideoEmbeddingSample
          This sample demonstrates how to insert screen annotations to display media clips inside a PDF document.
 class WatermarkSample
          This sample demonstrates how to insert semi-transparent watermark text into an existing PDF document.
 


PDF Clown CLI Samples
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.