Quote:
Originally Posted by wiffel
=X=,
Sure that you still have a line like
nr_of_pages_per_pdf_book = 100;
somewhere ?
If that is the case, it can't hurt to put a line like
book_pages:init(1);
just before the line
function outputImage(image, outdir, pageNo, rectNo)
Anyway it's strange. The file works fine for me.
Good luck,
Wilfried
|
I had the same problem, and it went away by following this advice.
However, the output directory is empty. I can't find any output pdfs or jpgs anywhere? A folder is created with the same name as the original pdf, but after having pressed 'process', it remains empty.
Interestingly I'm trying this under windows and linux (with wine), and had the exact same original problem (lua error), fixed it, but have the remaining no output problem!