Show HN: Parsing horse racing charts with Apache PDFBox
1–10 of 32 posts
Re: Show HN: Parsing horse racing charts with Apache PDFBox
#2Re: Show HN: Parsing horse racing charts with Apache PDFBox
#3what I would love is an app that would reformat portrait PDFs as 2-column landscape for reading on my screen
Re: Show HN: Parsing horse racing charts with Apache PDFBox
#4what I would love is an app that would reformat portrait PDFs as 2-column landscape for reading on my screen
Most PDF viewers I am aware of (including my own, PostView) have 2 up modes, are those not sufficient?
Re: Show HN: Parsing horse racing charts with Apache PDFBox
#5Earlier quoted context omitted.
Most PDF viewers I am aware of (including my own, PostView) have 2 up modes, are those not sufficient?
that's still presenting the pages in portrait orientation. I want the pages to be landscape and for the text to flow in at least 2 columns.
Re: Show HN: Parsing horse racing charts with Apache PDFBox
#6Earlier quoted context omitted.
that's still presenting the pages in portrait orientation. I want the pages to be landscape and for the text to flow in at least 2 columns.
PDF is used primarily for pre-paginated media and does not reflow text; if the PDF author wanted the pages in landscape orientation, or using some other paper dimensions, he would have specified that. Same goes for margins and the like.
Re: Show HN: Parsing horse racing charts with Apache PDFBox
#7Re: Show HN: Parsing horse racing charts with Apache PDFBox
#8Keep up the great work.
Re: Show HN: Parsing horse racing charts with Apache PDFBox
#9All PDF parsers that I have tried cope very badly with these kind of situations, and often try to be 'too clever' in that they value the final layout of the text over and above the individual strings.
Have you experienced similar problems with PDFBox, or does it handle formatting and layout fairly reliably?