Re: [xml-dev] PDF 2 XML
At 09:36 AM 5/3/2002 -0400, wrote: >Are there any PDF to XML utilities in existence? I assume it is difficult >to re-purpose PDF to XML. > >Thanks, > >Kevin There is one (perl) in Greenstone http://www.greenstone.org There is a PDF reader in Multivalent Browser (java) http://www.cs.berkeley.edu/~phelps/Multivalent/ that writes to multivalent.Document. It seems worth writing a toString() method in that class that exports to XML. I'd be interested to know if anyone plans to try that. Jack