Questions tagged [pdf-reader]

An application or API that understands and parses PDF syntax allowing the manipulation or inspection of the objects contained in the PDF.

An application or API that understands and parses PDF syntax allowing the manipulation or inspection of the objects contained in the PDF.

If possible, use more specific tags, e.g.:

267 questions
0
votes
1 answer

how to integrate offline dictionary with pdf reader in android

I am starting developing my own application pdf reader with dictionary support but I can't find useful way to integrate offline dictionary with pdf reader.
Saurabh
  • 1
  • 2
  • 8
0
votes
2 answers

Open PDF with Flex Mobile Project

I want to be able to read PDFs inside a Flex Mobile Project (I'm working with Flash Builder 4.6 and Android and iPad). I've tried successfully stagewebview to load a pdf from a web server with this: webView = new StageWebView(); …
A.Vila
  • 1,456
  • 4
  • 21
  • 32
0
votes
1 answer

PDF Reader for iOS

I had explored for a PDF Reader in iOS. I found out 2 useful libraries, Leaves PDF Reader and VFR - PDF Reader from Github. But am having issues with these two libraries. In the case of Leaves PDF Reader, I had integrated it with my application. If…
sree_iphonedev
  • 3,514
  • 6
  • 31
  • 50
0
votes
0 answers

Attempt to access the method failed on WP7

I wanna use PDFSharp for WP7 library but it throws an exception like that "Attempt to access the method failed: PdfSharp.Pdf.PdfDocumentInformation..ctor(PdfSharp.Pdf.PdfDictionary)" A part of my codes is below: IsolatedStorageFile resurce =…
faranjit
  • 1,567
  • 1
  • 15
  • 22
0
votes
1 answer

PDFBox program doesn't read non English characters properly from pdf

iText program replaced with PDFBox Program to read pdf file. public static void main(String[] args) { // TODO Auto-generated method stub PDDocument pd; BufferedWriter wr; …
Zafar
  • 105
  • 1
  • 2
  • 13
0
votes
1 answer

Rid of sharepoint 2010 metadata from document. PDFSharp issue

I'm uploading pdf to sharepoint 2010 docs library. And when I download the document it reads perfectly with reader. But if i'm trying to read it with PdfReader.Open() I'm getting such an error "Token {0} is not expected". I opened the file with…
Victor Ponamarev
  • 179
  • 2
  • 11
0
votes
2 answers

ASP.NET 3.5 - Open a PDF directly from stream in pdf viewer

I'm working on a ASP.NET web forms C# 3.0 / .NET 3.5 project involving building some canned reports. One of the requirements of the project is to export to PDF format, and currently doing so to disk is working just fine. The question was raised,…
Mike
  • 317
  • 3
  • 7
  • 17
0
votes
1 answer

android:google-code droidreader forceclose error

m using DroidReader project to display the PdfFiles.When i execute my project i am getting force close error like this 07-24 20:13:26.694: E/AndroidRuntime(286): FATAL EXCEPTION: main 07-24 20:13:26.694: E/AndroidRuntime(286):…
Joseph Martin
  • 76
  • 1
  • 3
  • 12
-1
votes
0 answers

Why the scroll bar can't show more than 40 images?

I created a PDF reader in python but tkPDFViewer module gives me a lot of errors like get-pix or something like that so i created this program where I open the PDF File and convert the pages into images and then resizing them to be comfortable with…
Ismail
  • 1
  • 1
-1
votes
1 answer

Are there any Linux scriptable pdf readers?

I would like to make a call to a local server running a REST interface from within a pdf reader, passing the selected text as argument. The first option that came to mind was to write a simple bash script with a curl call inside, and use a script…
stefano
  • 769
  • 2
  • 10
  • 24
-1
votes
1 answer

Cannot read generated text of pdf file in Java

I am trying to read the text in Java and it isn't doing well. Here is my code PDFTextStripper pdfStripper = null; PDDocument pdDoc = null; COSDocument cosDoc = null; File pdfFile = new File("1.pdf"); PDFParser parser = new PDFParser(new…
Shing Ho Tan
  • 931
  • 11
  • 30
-1
votes
2 answers

Open PDF from web using custom view

I need to open a PDF from web on my custom view. I just need the PDF information and a back button. I've seen the following library: https://github.com/barteksc/AndroidPdfViewer I've implemented like this, but doesn't work. How Should I do…
Lechucico
  • 1,914
  • 7
  • 27
  • 60
-1
votes
1 answer

Open PDF file from UICOLLECTIONViEW selected index objective-c

I am making PDF reader application. The PDF cover images shown in collectionviewCell. I need to open PDF with respect to collectionviewCell's index. So please guide how to do this.Cover images of pdf file are shown in collectionview cell.I just want…
Umar
  • 17
  • 6
-1
votes
1 answer

Regular Expression to parse string using pdf-reader

Well, I have to parse this line in Ruby on Rails TD(AQ-163W-1B2V) Tj0.00 -13.52 TD(AQ-180W-7BV) Tj0.00 -13.48 TD(AW-48HE-1AV) Tj0.00 -13.52 TD(AW-48HE-8AV) Tj0.00 -13.48 TD(AW-49H-7EV) Tj0.00 -13.52 TD(AW-80D-1AV) Tj0.00 -13.48 TD(AW-80D-2AV) I…
sebaMelgar
  • 97
  • 12
-1
votes
1 answer

Is it possible read a pdf file in JAVA and save particular words alone?

I am developing an application in java, In this application i have to read pdf file and save contents. For ex: A pdf file contains: Xxxxxxxxxxxx: yyyyyyyyyy yyyyyyyyyyyy: zzzzzz, zzzzzz ,zzzzzz ,yyyyyy I have to save the value of Xxxxxxx and…
1 2 3
17
18