Thanks David, now it is grabbing my local files. If have converted the pdf using pdftohtml
pdftohtml -c -noframes tesis.pdf
the output html is OK and images are converted to .pnm the problem is that plucker seems to have problems processing them:
---- 2 collected, 1 to do ----
Processing file:/home/arturo/research/mtesis/tmp/tesis038.png...
Retrieved ok.
Error: Runtime error parsing document file:/home/arturo/research/mtesis/tmp/tesis038.png: Error while opening image file:/home/arturo/research/mtesis/tmp/tesis038.png with netpbm
Parsing failed.
as you can see the problem is something related to netpbm, I have netpbm package installed in my suse9.1.
Is there debug info somewhere? Has some had the same problem?
Thanks in advance arturo
David A. Desrosiers wrote:
<A HREF="/home/arturo/research/mtesis/tmp/tesis.html" IMAGES MAXDEPTH=4>My Thesis</A><P>
Could you please tell me where I can get information regarding local grabbing?
You want to use the "file:///" schema there, something like:
<a href="file:///home/arturo/research/tesis.html">Thesis</a>
David A. Desrosiers [EMAIL PROTECTED] http://gnu-designs.com _______________________________________________ plucker-list mailing list [email protected] http://lists.rubberchicken.org/mailman/listinfo/plucker-list
_______________________________________________ plucker-list mailing list [email protected] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

