SDK Actions

Table of Content

Workspace

  • SHORTCUTS
  • GENERAL UI

Preferences

GENERAL

DISPLAY

PANELS

SHORTCUTS

APPLICATION VIEW

ACCESSIBILITY

PAGE MAP

TABLE TOOL

TEMPLATE


PDFix Actions


Selection Tools


Validation


Accessibility


Tags


Annotations


Content


Bookmarks


Conversion


Destinations

Browser

Template

License

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


Posted

in

,

Tags: