Run PDF Validation

How to Create Accessible PDF

Annotations

Bookmarks

Accessibility

Tags

Content

Layout Template

Workspace

Table Tool

No headings found in this post.

Selection tools

SDK Actions

Preferences

Thumbnails

No headings found in this post.

Fonts

No headings found in this post.

PDF Conversion

Browser

No headings found in this post.

Destinations

License

How to Define Annotations

Missing help

No headings found in this post.

PDFix Actions Pipeline

External Actions

How to Define Tags

How to Define Content

Tag Tool

Basic Actions

SDK Actions

Batch actions provide a means to execute specific functions without the need for coding. These actions can be configured using JSON.

Action Execution

The action can be executed through the command-line application included with the PDFix SDK.

Command-Line execution using the pdfix_app included in the PDFix SDK:

pdfix_app batch -i input.pdf -o output.pdf -c command.json

Autofix Command

The Autofix command is a predefined set of accessibility fixing commands designed for tagged documents. You have the option to create a customized version by duplicating the command and modifying the functions used for a specific set of documents.

Autofix command with list of all functions

Command-Line execution using the PDFix SDK:

pdfix_app batch -i input.pdf -o output.pdf -c autofix.json

Make Accessible Command

The Make Accessible Command is a predefined set of accessibility fixing commands designed for non-tagged documents. You have the option to create a customized version by duplicating the command and modifying the functions used for a specific set of documents.

Make Acessible command with list of all functions

Command-Line execution using the PDFix SDK:

pdfix_app batch -i input.pdf -o output.pdf -c make-accessible.json

or simplyfied interface:

pdfix_app make-accessible -i input.pdf -o output.pdf


Leave us a Question or Comment

Posted

in

Tags: