Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
3k views

Android PDF reader from scratch

I know it sounds ambitious but our client requires a PDF Reader of his own with some selected functionalities. Can anyone guide me to some good tutorials for paving the way to start this development? ...
1
vote
3answers
212 views

How to copy/read a pdf file in ruby/rails 3

I need to both read in and write pdf files and in some cases merge a pdf I have with the one I need to read in. I attempted to do this with the pdf-reader gem and the prawn gem. The pdf-reader gem ...
1
vote
2answers
192 views

How to Read a Existing pdf file using the itextpdf.jar file in java/Android

I want to read a pdf file using Java/Android that is exist in my SD card.I imported the itextpdf5.1.1.jar file in the eclipse IDE.I am able to create a new file from an existing one.Below is my code, ...
1
vote
1answer
156 views

How to highlight, searched word in PDF reader?

In PDF reading application is being developed and using QuartzCore(VFR) framework PDF reading is being achieved. Now what is needed to be implement is to highlight the text, which is being searched by ...
1
vote
5answers
533 views

How to display a PDF in Objective-C?

How to read and display PDF in Objective-C? Thanks guys for your help.
1
vote
1answer
264 views

How to show a PDF Page by Page using the Three20 Project - iPhone

I have a large local PDF. How can I use three20 Project for showing the PDF page by page with zooming, swiping functionalities? Is there any other free library available to achieve this ...
0
votes
1answer
28 views

reading chinese text characters using iTextSharp in c#

I used iTextSharp for reading pdf file. i can read the english text, but for chinese i am getting question marks, how can i read chinese characters using iTextSharp. coverNoteFilePath = ...
0
votes
0answers
24 views

Access to application files to be read by Adobe pdf reader?

I am working on an app which stores the pdf files in /data/data/ directory in MODE_PRIVATE but i want that the files could be read by adobe pdf reader when it is called by my application and not ...
0
votes
1answer
43 views

How to Customize PDF file content That open by using Action_View

Good Morning, I have Stuck in a strange problem. I want to open PDF file in android...and i succeeded in two ways 1)-->First Using API (But that is damn slow) 2)-->Second Using ACTION_VIEW.It ...
0
votes
0answers
60 views

Hybrid Application For the PDF Reader IPhone App [closed]

is hybrid application use full for the PDF Reader type application? I am want to make PDF Reader Like iBook & Kindle. if Yes then from where i can start working/study for achieve the Goal. ...
0
votes
0answers
85 views

Issue opening PDF files with QuickOffice on Nexus One - Android

I am under the impression than QuickOffice in some way is conflicting with Adobe Reader on my nexus one. I have a function in my app which simply opens a pdf file. So while starting the intent I am ...
0
votes
2answers
261 views

How to give page curl animation in webView?

I am working on PDF Reader application. if i display pdf file then i am not able to change font size of this. So i display ePub file in UIWebView. But my problem is how to add page curl animation in ...
0
votes
1answer
68 views

pdf reader is reading only first 2 pages but not all the pages of PDF file in obj c

i have downloaded thisExample code its a pdf reader code, its having a pdf of only 2 pages,,now i have changed the pdf with a larger pdf which contains 12 pages and i executed the code but still its ...
0
votes
1answer
129 views

Reading a PDF file using Java [closed]

Possible Duplicates: PDF to text tool or Java library? How read PDF using java Is there any way i can read PDF files using JAVA. The pdf file contains images and text.. Its kind off ...
0
votes
2answers
70 views

Can anybody tell me how to list my application when you try to open a PDF in email

I wanted to list my application in the list of other readers installed in the iphone when i try to open the PDF from the email. What settings do i need to do on my project so that my application is ...
0
votes
0answers
234 views

How to compile apv library in windows to read pdf file in android

I want to add a pdf viewing feature in my android app. I got results that apv library is best & fast. Can anyone tell how to compile that stuffs in windows. Suggestion are welcomed fro other pdf ...
0
votes
4answers
204 views

How to know if there is any PDF reader on the client PC

I need to know if there is any way to detect in a client PC (Windows) there any PDF reader (Adobe Reader, Foxit Reader, ...), using VB6 and. NET (C #). I can not do by reading the Windows registry, ...
0
votes
3answers
752 views

PDF Reader

I want to read PDF files from my .net application. Are there any free libraries available to do this?