Quote:
Originally Posted by Gianfranco
I used v0.5 to merge all files into a pdf, but the result was negated. The text was white and the page was black, what could have caused this?
Am I the only one who has experienced it?
Best regards
Gianfranco Alongi
PS: Great tool  !
|
I had the same problem and it went away with this fix:
in img_dir_to_pdf.sh line 27 change
tiff2pdf -z -o $cwd/$pdf_fn pdf-$pdf_fn.tiff
to
tiff2pdf -n -z -o $cwd/$pdf_fn pdf-$pdf_fn.tiff
I have not tried but in v0.6 caritas changed that to
tiff2pdf -nz ... so I guess it will work with 0.6 natively
hansl