adminchen / papercrop

Automatically exported from code.google.com/p/papercrop
GNU General Public License v2.0
0 stars 0 forks source link

"Process all pages" produces an empty folder. #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a PDF file;
2. Choose "process all pages";

What is the expected output? What do you see instead?
A folder containing all the output images is expected. An empty folder is 
produced instead.

What version of the product are you using? On what operating system?
0.31, on Windows 7 RTM.

Please provide any additional information below.
The "process current page" feature works correctly, with multiple output 
images for the current page, but the "process all pages" feature only 
produces an empty folder.

Original issue reported on code.google.com by ascended...@gmail.com on 8 Aug 2009 at 10:11

GoogleCodeExporter commented 8 years ago
open config.lua

if output_to_pdf=true then,
  such behavior is normal, but there should be another pdf file produced in the same 
folder as the input file.

if output_to_pdf=false then,
  output folder should contain image files.

Please check these, and let me know the results.

Original comment by taesoob...@gmail.com on 8 Aug 2009 at 3:33

GoogleCodeExporter commented 8 years ago
Hi, sorry for the super delay.
Now that I checked, output_to_pdf==true, and the output file xxx_output.pdf is 
indeed 
in the same folder as the input pdf. Thanks.

Original comment by ascended...@gmail.com on 21 Aug 2009 at 8:17

GoogleCodeExporter commented 8 years ago

Original comment by taesoob...@gmail.com on 29 Jul 2010 at 5:48