Difference between revisions of "Using GhostScript for Microsoft Windows"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(Created page with "gswin32c.exe error occured while reading xref table")
 
Line 1: Line 1:
 +
gswin32c.exe error occured while reading xref table
 +
 +
Ghostscript PDF to PNG/TIF
 +
 +
gswin32c.exe -dNOPAUSE -dBATCH -r300 -sDEVICE=pnggray -sOutputFile="test.png" "TestFile.PDF"
 +
gswin32c.exe -dNOPAUSE -dBATCH -r300 -sDEVICE=pnggray -sOutputFile="c:\test.png" "c:\internet\Eudora\attach\12-30-2014 6-57 PM.pdf"
 +
 +
copy "c:\internet\Eudora\attach\12-30-2014 6-57 PM.pdf" .\
 +
 +
gswin32c.exe -dNOPAUSE -dBATCH -r300 -sDEVICE=pnggray -sOutputFile="test.png" "test.pdf"
 +
 +
 +
the map file cidfmap was not found
 +
 +
gswin32c.exe -s OutputFile="test.png" "test.pdf"
 +
gswin32c.exe -q -dNOPAUSE -sDEVICE=pngalpha -r300 -dEPSCrop -sOutputFile=test2.png test.pdf
 +
gswin32c.exe -q -sOutputFile="test3.png" "test3.pdf"
 +
gswin32c.exe -dNOPAUSE -dBATCH -r300 -sDEVICE=pnggray -sOutputFile="test.png" "TestFile.PDF"
 +
gswin32c.exe -dNOPAUSE -dBATCH -sDEVICE=pnggray -sOutputFile="test.png" "test3.pdf"
 +
gs -dSAFER -dBATCH document.pdf
 +
gswin32c.exe -dSAFER -dBATCH "C:\Program Files\GPLGS\test3.pdf"
 +
 
gswin32c.exe error occured while reading xref table
 
gswin32c.exe error occured while reading xref table

Revision as of 23:25, 30 December 2014

gswin32c.exe error occured while reading xref table

Ghostscript PDF to PNG/TIF

gswin32c.exe -dNOPAUSE -dBATCH -r300 -sDEVICE=pnggray -sOutputFile="test.png" "TestFile.PDF"
gswin32c.exe -dNOPAUSE -dBATCH -r300 -sDEVICE=pnggray -sOutputFile="c:\test.png" "c:\internet\Eudora\attach\12-30-2014 6-57 PM.pdf"
copy "c:\internet\Eudora\attach\12-30-2014 6-57 PM.pdf" .\
gswin32c.exe -dNOPAUSE -dBATCH -r300 -sDEVICE=pnggray -sOutputFile="test.png" "test.pdf"


the map file cidfmap was not found

gswin32c.exe -s OutputFile="test.png" "test.pdf"
gswin32c.exe -q -dNOPAUSE -sDEVICE=pngalpha -r300 -dEPSCrop -sOutputFile=test2.png test.pdf
gswin32c.exe -q -sOutputFile="test3.png" "test3.pdf"
gswin32c.exe -dNOPAUSE -dBATCH -r300 -sDEVICE=pnggray -sOutputFile="test.png" "TestFile.PDF"
gswin32c.exe -dNOPAUSE -dBATCH -sDEVICE=pnggray -sOutputFile="test.png" "test3.pdf"
gs -dSAFER -dBATCH document.pdf
gswin32c.exe -dSAFER -dBATCH "C:\Program Files\GPLGS\test3.pdf"

gswin32c.exe error occured while reading xref table