Package com.logicaldoc.core.util
Class GhostUtil
java.lang.Object
com.logicaldoc.core.util.GhostUtil
Utility method for using GhostScript
- Since:
- 8.3.1
- Author:
- Marco Meschieri - LogicalDOC
- 
Method Summary
- 
Method Details- 
printPrints a PDF file into a Jpeg image using 150dpi resolution- Parameters:
- srcPdf- The original file
- dst- The output image(in case of multiple page more files are created named dstName-xxx.dstExtension)
- page- The page to print or null to print all the pages
- dpi- the resolution(e.g. 75, 150, 300)
- Returns:
- list of page files
 
- 
printPrints a PDF file into a Jpeg image using 150dpi resolution- Parameters:
- srcPdf- The original file
- dst- The output image(in case of multiple page more files are created named dstName-xxx.dstExtension)
- page- The page to print or null to print all the pages.
- Returns:
- list of page files
 
 
-