On 5/17/12, Toby Hewlett <[email protected]> wrote: > > I need accurate positional information of each piece of text, so <P> > with spaces is not suitable, therefore I need to revert to a version > that generates HTML with <DIVS> and <SPANS>, but which still includes > the -nodrm switch. > > Can anyone advise which version of Poppler utils might be suitable? >
Check the output of `pdftohtml -xml`. The produced XML contains positional information and can be easily converted into HTML with divs/spans. _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
