puppyPDF fixed
September 15, 2009 —
BarryK
See the 'Document' menu. This was created in 2007 by forum member thoughtjourney, and hasn't been changed since.
Until now, that is. Forum member nikin has fixed a couple of bugs:
I tryed to use puppypdf today and it had 2 showstopping bugs.
First: the dialogs where communicating on stderr, so they catched the GTK errors. messing up fselect boxe's filenames.
Modified them to use --stdout and 2>/dev/null
The other one was a misuse of abiword.
not working:
Code:
abiword --print=temp input
i updated it to work with abiword 2.6
like:
Code:
abiword --to=ps --to-name=temp input
this version now converted my html file to pdf
Any suggestions are welcome.
Tags: woof