12-39 -linearize: Linearizing for Fast Web View

Processing

Performs linearization when outputting PDF and optimizes it for web display.
Linearization is an optional specification created to display PDF as quickly as possible when opening it in a web browser.

Example of commands

[Executing example commands]

Linearizes in.pdf and output it as out.pdf.

[Windows]

AHPDFToolCmd80.exe -d C:\in\in.pdf -o C:\sav\out.pdf -linearize

[Linux]

AHPDFToolCmd80 -d /home/antenna/test/test.pdf -o /home/antenna/sav/out.pdf -linearize

Folder settings: applied

If the output format is PDF, -linearize can be combined with the folder specification of other commands.
At this time, you can process them all at once by specifying the output folder with the -o parameter.

If you specify a folder for output, note that in most folder settings, you will also need to specify the input folder with the -d parameter.
If a folder is specified, linearizes all output PDF files for Fast Web View. The name of the output PDF will be based on the other combined commands.

Parameters

No parameters.