1.0 beta 1 bugs
Alex,
I have encountered the following bugs:
PDFrastafarian refused to output to the requested file and I had to remove the following section to force it to work:
ECHO __test__ > "%outputFile%"
FOR /F %%A in ('more "%outputFile%"') DO SET contents=%%A
IF NOT "%contents%"=="__test__" (
ECHO.
ECHO.
ECHO !!!!ERROR: Output file cannot be written to!
ECHO %outputFile%
ECHO.
GOTO :askOutputFile
) ELSE del /Q "%outputFile%"
When choosing the autocrop option the following error occurs:
Generating preview....
rasterizing...
Error: Failed to open PDF file:
G:\pdf\PDFr\lawx.pdf
Errors encountered. No output created.
Done. Input errors, so no output created.
Too many arguments in command line.
Error: /undefinedfilename in (G:\\pdf\\PDFr\\\\temp\\stage2\\0004)
Operand stack:
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-
- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- fa
lse 1 %stopped_push
Dictionary stack:
--dict:1128/1686(ro)(G)-- --dict:0/20(G)-- --dict:70/200(L)--
Current allocation mode is local
Last OS error: No such file or directory
AFPL Ghostscript 8.54: Unrecoverable error, exit code 1
filtering...
convert.exe: unable to open image `G:\pdf\PDFr\\temp\stage3\0004': No such file
or directory.
convert.exe: missing an image filename `G:\pdf\PDFr\\temp\stage4\0004'.
convert.exe: unable to open image `G:\pdf\PDFr\\temp\stage4\0004': No such file
or directory.
convert.exe: missing an image filename `G:\pdf\PDFr\\temp\preview.png'.
|