Tagged Questions
The pdf-parsing tag has no wiki summary.
16
votes
5answers
7k views
Ruby: Reading PDF files
I'm looking for a fast and reliable way to read/parse large PDF files in Ruby (on Linux and OSX).
Until now I've found the rather old and simple PDF-toolkit (a pdftotext-wrapper) and PDF-reader, ...
14
votes
4answers
6k views
Ruby PDF-parsing gem/library
Any recommendations as to which is the best PDF-reading library/gem (free/open source of course) in Ruby?
I found a list but want to tap peoples experience in filtering it.
I mainly want to parse ...
2
votes
1answer
1k views
Parsing pdf for image with iOS sdk for iPhone
I am developing an app which contains pdf book reading. I found how to display pdf file page by page through CGPDF API. What I need to know is, can we somehow parse the pdf and find if a page contains ...
2
votes
2answers
391 views
pdf parse to text in java
I have an Arabic PDF, and I want to parse it into text document using Java. I have tried many times, and the English words parse successfully but the Arabic words don't.
Can anyone recommend a ...
2
votes
1answer
127 views
how to parse a lot of PDFs
I have a ton of PDFs I want to be able to parse sentence-by-sentence. Is there a tool for MySQL (or some other database system) for converting PDFs into mysql, and then reading out sentences one at a ...
1
vote
1answer
329 views
Perl PDF line by line Parser?
I have a pdf, consists only of text, with no special characters nor images etc.
Is there any Perl module out there (Been looking at cpan to no avail) to help me parse each page line by line?
...
1
vote
2answers
441 views
PDF Cross Reference Streams
I'm developing a PDF parser/writer, but I'm stuck at generating cross reference streams.
My program reads this file and then removes its linearization, and decompresses all objects in object streams. ...
1
vote
3answers
107 views
Which is best PDR parser?
I want to parse the tabular information from a .pdf file,and want to display that tabular information in a datagridview in C#. What choices do I have?
0
votes
1answer
77 views
Pdf Parsing, how to decompress text
Hi am trying to parse a pdf file, am able to extract the Text from pdf, but if the pdf is compressed (using flatedecode), i get junk characters so needed to know how to decompress the text, also how ...
0
votes
1answer
171 views
Error while parsing Binary Files… (mostly PDF)
I am trying to parse pdf file using Apache TIKA by using ByteArrayInputStream for Binary files... And started getting error for some pdf file and for some it is parsing very well.. Earlier I was able ...
0
votes
0answers
50 views
generation PDF Cross Reference Table to Cross Reference Streams
I'm developing a PDF writer. and, the old version one used Cross Reference table. in order to Update the new version. I try to write the corresponding file.according to the 'PDF32000_2008'.then I have ...
0
votes
1answer
195 views
pdf content stream parsing
i need help with parsing pdf
the pdf builded in illustrator and it have 4 layer and each layer have one graphic path object
what i wont to do is to get all the 4 graphic paths and draw them in another ...
0
votes
0answers
194 views
PDF parsing example Project
I'm looking for an example of parsing PDF in some language, it could be in any language
I tried to implement this with Ruby and docsplit gem, but it uses an external tool to extract the text, and ...
0
votes
0answers
195 views
Get Hyperlinks from PDf file using itextshap
Please share me the code to get all hyperlinks in a pdf file. I'm using itextsharp pdf library for achieving this. i am able to get all the links using the annotations but stuck with getting the text ...
0
votes
0answers
291 views
Is it possible to parse PDF File with objective-c for iPhone/Ipad?
I am working on a e-book reader application.I need to highlight some potion of the text on pdf page in my reader.The pdf is rendered on a tiled layer of a view.I am using "drawInContext:" method of ...
0
votes
1answer
577 views
How do I reference the PDF IFilter (dll) interface built into Windows to extract text and properties (author, title, etc.) of a pdf document via Classic ASP
I need to extract and parse Text from a pdf file in a classic ASP environment. I read another post about using the PDF iFilter driver installed with Adobe Acrobat 9 which can be referenced through ...