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
Configuring keyboard settings within PDFView form fields
I'm working on an app which loads PDF files from a server and displays those PDF files within a PDFView. The files contain form fields in which the user is to type. That's works fine. The PDF files are to be used in an education setting, where…

Mitch Cohen
- 1,551
- 3
- 15
- 29
0
votes
1 answer
Call to undefined function finfo_open() showing error on server only
When i am uploading this on my server then it shows me error:
Call to undefined function finfo_open()
, But on localhost it works.
$img_file= $row['CERT_IMAGE'];
$type1="../img/certImg/".$img_file;
ini_set('display_errors',…

kunaljagtap19
- 1
- 1
0
votes
1 answer
Cannot view PDF in PDFView IOS downloaded using Alamofire - SWIFT
I am trying to download a pdf file from the server and display it in PDFView in ios. I believe that I have successfully downloaded (file size is 1.1Mb) it and stored it in the DocumentsDirectory. However, when i try and display this pdf file in…

jamesMcKey
- 481
- 5
- 28
0
votes
1 answer
Subclassing 'PDFView' in swift - cannot find interface declaration
I am trying to make a subclass of PDFKit's PDFView in my macOS application, which has legacy objective-c code as part of the project.
My swift class looks like this:
import Foundation
import Quartz
class customPDFView: PDFView
{
required…

Ryan
- 948
- 6
- 20
0
votes
2 answers
How to create horizontal scrolling PDF view using PDFKit iOS 11
Couldn't create horizontal scrolling PDF view in ios 10.
Is this possible in iOS 11 ? Using PDFKit - PDFView ?

Mohamed Raffi
- 1,165
- 1
- 7
- 15
0
votes
1 answer
highlightedSelections in PDFView osx
The highlighted selections always appear in the same color even though I changed the color in PDFView (I am using OSX).
So I need to know why and how can I fix this bug?
pdfSelection.color = myColor //a color choise by…

issam
- 697
- 1
- 9
- 15
0
votes
2 answers
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) openFile:(NSString *) path{
NSLog(@"Opening File…

Shairon Toledo
- 2,024
- 16
- 18
0
votes
1 answer
library pdfview in android project
I'm using pdfview library in android .i have the problem in this link. the accepted answer said that we should add this folder into my project , but there is no description to do that .the question is : how can i add this folder as library ?

MSepehr
- 890
- 2
- 13
- 36
0
votes
0 answers
buildPdfDocument null pointer exception
The code that creates a pdf file works fine when the filestorePath is hardcode.
As soon as I replace the hardcoded filestorePath with a value fetched from a database, I get a NullPointerException when the view is called.
The query returns the…

user3743058
- 1
- 1
- 1
0
votes
1 answer
Could not find class com.joanzapata.pdfview.PDFView
I want open PDF in android using pdfview.
https://github.com/JoanZapata/android-pdfview
This is my Layout code:

aldakur
- 419
- 4
- 16
0
votes
1 answer
How to change PDFView annotation background color in Xcode?
I have use PDFView to add annotations to PDF pages. However the annotations' background color is transparent red by default. Is it possible to change the annotation background color?
And also I found the resize spot is very small, can I change the…

SuperBerry
- 1,193
- 1
- 12
- 28
0
votes
1 answer
How to Display pdf file in blogger which is already stored in the server
I want to show pdf url ( for example: http://www.newforests.net/wp-content/uploads/2011/01/sample_pdf.pdf) inside blogger without uploading in google docs.
If i upload the same pdf in google docs and if i give the embedded link in post html as…

CRS...
- 95
- 1
- 7
0
votes
1 answer
How to open PDF file in android pdfviewer not in webview
Plan to develope an android application for open web pdf links in my android application.am opening in webview.But its not good to feel its like a pdf.so thats why plan to open in any adobereader application is installed or any other pdfviewer…
user3431851
0
votes
1 answer
Cocoa PDFView does not resize
I am attempting to create a custom subclass of the PDFView class in XCode. I add a PDFView instance to my window in InterfaceBuiler and create the following files for the subclass:
MyPDFView.h:
#import
@interface MyPDFView :…

Sam Manzer
- 1,220
- 10
- 23
0
votes
2 answers
How to use "pdfView" in object library in iOS?
I see in "object library" pdfView is there, but, when I click on .XIB it got disappers.How can I use this for iPhone or IPad development? Plaese provide me any example links.Thanks.
Note: Plaese do not tell me to use any 3rd party lib,because I'm…

bapi
- 1,903
- 10
- 34
- 59