[poppler] commit? bounding box html in pdftotext
Albert Astals Cid
aacid at kde.org
Wed May 26 12:49:18 PDT 2010
A Dimecres, 26 de maig de 2010, Kenneth Berland va escriure:
> I get a compiler warning without it.
>
> pdftotext.cc: In function ‘int main(int, char**)’:
> pdftotext.cc:164: warning: ‘f’ may be used uninitialized in this function
That change will not get accepted, sorry, initializing f to stdout is not a
solution.
Also i do not like the fact that you do not close f if you are writing the
bbox? Can't you just open it again like the code already does?
Also i do not understand why the code considers a page having no text an
error.
Albert
>
>
> -KB
>
> On Wed, 26 May 2010, Albert Astals Cid wrote:
> > A Diumenge, 9 de maig de 2010, Kenneth Berland va escriure:
> >> List,
> >>
> >> I've attached a small addition to pdftotext that outputs bounding box
> >> information to html like this:
> >>
> >> <doc>
> >>
> >> <page width="612.000000" height="792.000000"/>
> >>
> >> <word xMin="56.800000" yMin="57.208000" xMax="75.412000"
> >>
> >> yMax="70.492000">The</word> </page>
> >> </doc>
> >>
> >> I had a need, maybe others will too.
> >>
> >> -KB
> >
> > Why is this change necessary?
> >
> > - FILE *f;
> > + FILE *f = stdout;
> >
> > Albert
More information about the poppler
mailing list