addelem

Location
Samples/addelem

Description

Shows how to modify existing pages in a PDF file. It adds a footer to each page and shifts the first line of each text run on page.

Usage

The executable can be run from command line with command line arguments

CreatePattern

Location
Samples/CreatePattern

Description

Shows how to create tiling patterns in a PDF document.

Usage

The executable can be run from command line with command line arguments

Decryption

Location
Samples/Decryption

Description

Shows how to programmatically decrypt a PDF document encrypted with Acrobat standard security options.

Usage

The executable can be run from command line with command line arguments

drawtomemory

Location
Samples/drawtomemory

Description

Shows how to render a page to memory using the PDPageDrawContentsToMemory PDF Library method, and creates a PDF file with a bitmap image rendered on the page.

Usage

The executable can be run from command line with command line arguments

FlattenPDF

Location
Plugins/Flattener/Samples/FlattenPDF

Description

Shows how to flatten a PDF file and gives user an Opportunity to change Blending ColorSpace by making changes in Input file.

Usage

The executable can be run from command line with command line arguments

fontembd

Location
Samples/fontembd

Description

Shows font enumeration and font embedding.

Usage

The executable can be run from command line with command line arguments

helowrld

Location
Samples/helowrld

Description

Shows the basics of creating a PDF document.

Usage

The executable can be run from command line with command line arguments

JPXEncode

Location
Samples/JPXEncode

Description

Re-encodes PDF embedded images with the JPX filter and writes out a new PDF file with the re-encoded images embedded.

Usage

The executable can be run from command line with command line arguments

mergepdf

Location
Samples/mergepdf

Description

Shows how to merge two PDF files.

Usage

The executable can be run from command line with command line arguments

MTInMemFS

Location
Samples/MTInMemFS

Description

Demonstrates use of an in-memory file system for a simple workflow within a multithreaded context.

Usage

The executable can be run from command line with command line arguments

MTSerialNums

Location
Samples/MTSerialNums

Description

Demonstrates creation of multiple threads to simultaneously generate multiple PDFs.

Usage

The executable can be run from command line with command line arguments

MTTextExtract

Location
Samples/MTTextExtract

Description

Demonstrates multiple threads concurrently processing multiple PDF documents.

Usage

The command line to run the MTTextExtract sample is MTTextExtract.exe Full-path-of-folder number-files number-threads MTTextExtract.exe It's path may be needed if it's not in the working folder. Full-path-of-folder Points to a folder containing the pdf files to process. A folder called wFolder with 10 test files under the project folder can be used. number-files The number of files to process. If it's not specified, the default value 10 is used. number-threads The number of threads. If it's not specified, the default value 3 is used. Command line example MTTextExtract.exe "C\Program Files\Adobe\PDFLSDK612\Samples\MTTextExtract\wFolder" 10 3 The text will be extracted into files (filename.pdf.txt) placed into the project folder.

PDFLXPSConverter

Location
Plugins/XPS2PDF/Samples/PDFLXPSConverter

Description

Shows how to convert a XPS file to PDF file.

Usage

The executable can be run from command line with command line arguments

PDFProcessor

Location
Plugins/PDFProcessor/Samples/PDFProcessor

Description

Shows how to convert Input file to PDF/A or PDF/X. Currently supported standards are PDF/A-1a, PDF/A-1b, PDF/X-1a, PDF/X-3.

Usage

The executable can be run from command line with command line arguments

Peddler

Location
Samples/Peddler

Description

Shows how to add hyperlinking (specifically targeting URIs) capabilities to an existing PDF document.

Usage

The executable can be run from command line with command line arguments

printpdf

Location
Samples/printpdf

Description

Shows how to print a PDF file to a printer or to a file using the PDF Library method PDFLPrintDoc.

Usage

The executable can be run from command line with command line arguments