Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
6answers
4k views

Viewing PDF in Windows forms using C#

Is there any way to view PDF files in a Winforms tool? I've seen solutions such as converting the pdf file into images and showing them in an picture box. However, I am asking whether i can view the ...
4
votes
2answers
114 views

Starting a specific app in Android

I know how to load a PDF file in Android. But if more than one PDF viewers are installed, Android shows a list to choose from. I want to load my PDF file with a specific PDF viewer (say DroidReader). ...
3
votes
2answers
322 views

How to access com.sun.pdfview from maven?

I am trying to compile iText 2.7.1 code in a maven project. This code has a dependency to com.sun.pdfview. I know about the guide to coping with Sun jars, but it is not in the list. Anyone has a ...
2
votes
2answers
32 views

How to use PDFView and PDFThumbnailView in iOS?

I found a PDFView and PDFThumbnailView in Object Library Like this pic , but ... my question is how to use it ??? I can't drag it in xib , and no idea to create a PDFView by code . Any answer or ...
2
votes
1answer
58 views

PDF to HTML or similar

I'm building an application to view pdf's through a browser without the need of a plugin on mobile devices. I tried ImageMagick and ghostscript to covert the pages to images but they are far too large ...
1
vote
2answers
35 views

java version difference in using pdfview library matters?

I am trying to run this example but it is giving me "Bad version number in .class file..." error. i'm using jdk version 1.6 and example asks to use jdk 1.5. java should support downward compatibility. ...
1
vote
3answers
508 views

View PDF through C# .Net desktop App

I want to know how I can view a PDF through a C# .net desktop App. I am trying to create a application to view PDF using visual studio 2008 There is a pdf reader libraries called iText(iTextSharp). ...
0
votes
1answer
132 views

How to use PDFView in cocoa app?

I am working on cocoa now a days so, little bit new to mac development. I want to open a PDF from my server. Is this possible with PDFView? If anyone guide me in this then it will be very helpful for ...
0
votes
2answers
247 views

Set Document to PDFview in controller constructor

I've created a NSWindow with a PDFView in xib file, I created a controller called MainController, there, I created a ibaction -(IBAction) openFileAction:(id) sender, it uses the method -(void) ...
0
votes
2answers
303 views

PDFView printWithInfo:autoRotate: fails

I'm trying to print a PDFDocument that I am constructing from a series of images. In case it matters, I'm doing all of this from within a Mozilla plugin. I create the PDFDocument, and put it into a ...