A Macintosh or iOS object that encapsulates the functionality of PDFKit and which can be dropped into an interface using Xcode's Interface Builder.
Questions tagged [pdfview]
179 questions
0
votes
1 answer
viewing PDFiles in an array
I'm new to xcode and iOS programming and I have been enjoy the learning adventure to say the list. I'm now stuck here.
Question: how do you make an array of files specifically pdf files? I would like to have a page where there is a list of names,…

coolMed
- 13
- 3
0
votes
1 answer
Java Print encoding with Sun PDFRenderer
I'm a beginner in Java programming and also here at stackoverflow. Currently I'm trying to print PDF-Files with the com.sun.pdfview library. It works very often, but with some documents I get the following Error:
java.lang.IllegalArgumentException:…

user2260676
- 1
- 3
0
votes
1 answer
drawRect not called on PDFView subclass
I have a custom PDFView subclass and have overridden -mouseDown, -mouseDragged etc to draw a rectangle over the view. Here is the code I am using:
@implementation MyPDFView {
NSPoint clickLocation;
NSRect selection;
}
-…

colincameron
- 2,696
- 4
- 23
- 46
0
votes
1 answer
pdf full screen with Navigation bar on top
Hello together I found on this side a very good tutorial to add a Pdf view to my xcode project.
Tutorial
But my problem at the end in ViewController .m the size for the pdf is set with
CGRect frame = CGRectMake(0, 100, 768, 800);
But this is for…

Nils
- 1,469
- 3
- 13
- 17
0
votes
1 answer
Android UnsatisfiedLinkError: parseFile using APV
I'm using (APV pdf viewer) as shown in this links
link1 & link2
Anyway it works fine. But when I changed the name of the packages in through the project, it gives me the following Exception:
09-10 22:02:35.936: E/AndroidRuntime(556): FATAL…

user1553381
- 415
- 2
- 13
- 30
0
votes
1 answer
Example of using PDF library - libharu on Android?
Is there an example on using libHaru to view PDF documents? I am newer to NDK development. I do not know how to use this native library. Can anyone suggest an example to me?
Please help me.
Thanks.

King Wu
- 387
- 1
- 8
- 22
0
votes
1 answer
PDFView in modalwindow
I have a Cocoa application that opens a modal window, that loads loads a pdf from a ftp server, and displays it in a PDFView. I use ARC
PDFViewerWindowController *pdfViewerWindowController = [[PDFViewerWindowController alloc]…

Radu Paise
- 285
- 1
- 6
- 16
-1
votes
1 answer
Android PdfRenderer - Text Search
I've implemented Pdfrenderer in order to display a pdf?
Is it possible to implement a text search in some way? How can I search the text of the document and rerender with annotations?

swift--help
- 637
- 5
- 15
-1
votes
1 answer
how to make PdfView with side preview and main view
Same as above screen i want to show Pdf document in two lanes.
I have tried displayMode property of pdfview but not find any desired solution.

Jagveer Singh
- 2,258
- 19
- 34
-1
votes
1 answer
screen while reading, it reloads to page 0
When you rotate the screen while reading, it reloads to page 0.
I want it to stay where I read.
Something else:
When the screen is rotated horizontally, the display is fully displayed, but it can be zoomed out.
I want to disable it zoomed…

Safaa Hj
- 1
- 1
-1
votes
1 answer
How to open Last Viewed PDF from my App using Shared Preferences in Android?
I made an Android app that has a lot of pdf serially in a listview. Now I want to give a feature to the user that the user can view his/her last viewed PDF with a Floating Action Button. This FAB will open the PDF that was opened/studied at last by…

Deb Prakash Chatterjee
- 61
- 1
- 8
-2
votes
1 answer
Can anyone help me out with the errors in this code for displaying PDF in Java swing?
This code is to view a PDF in swing, but as I open any PDF the content is not visible and blank pages appear. I am using icepdf core and viewer jar files.
public class PDFView{
public static void main(String[]args) {
SwingController…

Arisha Khan
- 1
- 1
-2
votes
1 answer
ASP MVC3 PDF Viewer lib
I'm looking for some decent PDF viewer for ASP.MVC3, all I've found is syncfusion, but it seems awfully slow and looks bad too...
Does anyone know good PDF viewer for MVC3? I like RadPDF, but it works with ASP.NET (no MVC) only. It lets you edit…

Rufix
- 201
- 2
- 6
- 22