When you upload large, content-intensive PDF or AI files to Adobe Experience Manager Assets, the default library may not generate an accurate output. Adobe’s PDF Rasterizer library can generate a more reliable and accurate output when compared to the output from a default library. Adobe recommends using the PDF Rasterizer library for the following scenarios:
Adobe recommends using the PDF Rasterizer library for the following:
Thumbnails and previews generated using PDF Rasterizer are better in quality compared to out-of-the-box output and, therefore, provide consistent viewing experience across devices. The Adobe PDF Rasterizer library does not support any color space conversion. It always outputs to RGB irrespective of the color space of the source file.
Install the PDF Rasterizer package on your Adobe Experience Manager deployment from Software Distribution.
The PDF Rasterizer library is available for Windows and Linux® only.
Access the Assets workflow console at https://[aem_server]:[port]/workflow
. Open DAM Update Asset workflow.
To prevent the thumbnail and web rendition generation for PDF files and AI files using the default methods, follow these steps:
application/pdf
or application/postscript
in the Skip Mime Types field under the Thumbnails tab as necessary.application/pdf
or application/postscript
under Skip List depending upon your requirements.Open the Rasterize PDF/AI Image Preview Rendition step, and remove the MIME type for which you want to skip the default generation of preview image renditions. For example, remove the MIME type application/pdf
, application/postscript
, or application/illustrator
from the MIME Types list.
Drag the PDF Rasterizer Handler step from the side panel to below the Process Thumbnails step.
Configure the following arguments for the PDF Rasterizer Handler step:
application/pdf
or application/postscript
PDFRasterizer -d -s 1280 -t PNG -i ${file}
The command-line arguments for the PDFRasterizer
command can include the following:
-d
: Flag to enable smooth rendering of text, vector artwork, and images. Creates better quality images. However, including this parameter causes the command to run slowly and increase the size of images.
-s
: Maximum image dimension (height or width). This is converted to DPI for each page. If pages are of different size, each page can potentially scale by different amount. The default is actual page size.
-t
: Output image type. Valid types are JPEG, PNG, GIF, and BMP. The default value is JPEG.
-i
: Path for input PDF. It is a mandatory parameter.
-h
: Help
To delete intermediate renditions, select Delete Generated Rendition.
To let PDF Rasterizer generate web renditions, select Generate Web Rendition.
Specify the settings in the Web Enabled Image tab.
Save the workflow.
To enable PDF Rasterizer to process PDF pages with PDF libraries, open the DAM Process Subasset model from the Workflow console.
From the side panel, drag the PDF Rasterizer Handler step under the Create Web-Enabled Image Rendition step.
Configure the following arguments for the PDF Rasterizer Handler step:
application/pdf
or application/postscript
PDFRasterizer -d -s 1280 -t PNG -i ${file}
319:319
, 140:100
, 48:48
. Add custom thumbnail configuration as required.The command-line arguments for the PDFRasterizer
command can include the following:
-d
: Flag to enable smooth rendering of text, vector artwork, and images. Creates better quality images. However, including this parameter causes the command to run slowly and increase the size of images.
-s
: Maximum image dimension (height or width). This is converted to DPI for each page. If pages are of different size, each page can potentially scale by different amount. The default is actual page size.
-t
: Output image type. Valid types are JPEG, PNG, GIF, and BMP. The default value is JPEG.
-i
: Path for input PDF. It is a mandatory parameter.
-h
: Help
To delete intermediate renditions, select Delete Generated Rendition.
To let PDF Rasterizer generate web renditions, select Generate Web Rendition.
Specify the settings in the Web Enabled Image tab.
Save the workflow.
Upload a PDF file or an AI file to Experience Manager Assets. PDF Rasterizer generates the thumbnails and web renditions for the file.