PDF Adobe Import Automation Options
Since the Import Options dialog is not displayed when the program is driven from an automation script, an options string can be specified in the script. The string consists of comma-separated parameters, which specify the behavior of the various import options. A typical example would be:
"Resolution=300, WhichPage=7"
This would set the resolution of the images in the PDF file to 300 DPI and imports only page 7.
Default |
Description |
||
WhichPage |
0 = all pages n = specific page number |
0 |
The page number of the page to import. 0 imports all pages. Type the specific page number to import only that page. |
Resolution |
Value from 50 to 1200 |
150 |
The resolution of the imported PDF in DPI. |
DoVector |
0 = False 1 = True |
1 |
Set to 1 to import vector graphics. Set to 0 to ignore vector graphics. |
DoRaster |
0 = False 1 = True |
1 |
Set to 1 to import raster graphics. Set to 0 to ignore raster graphics. |
UseAltPdfPlugIn |
0 = False 1 = True |
0 |
Set to 1 to use the alternate rasterizer for raster import. Set to 0 to use the default rasterizer for raster import. |
See Also
PDF Adobe Acrobat File Description