pdfview Questions
6
Solved
Displaying a PDFDocument in a PDFView allows the user to select parts of the document and perform actions e.g. "copy" with the selection.
How can selection be disabled in a PDFView while preserving...
4
I want to have just what I receive after
pdfView.autoScales = true
without the possibility to change the scale.
After the help of @carmine we have:
import UIKit
import PDFKit
class ViewContr...
5
Solved
I am trying to move my project that was using a webview to display some pdf to a pdfView to take advantage of the latest PDFKit features.
in the webview when pinching to zoom out the document was ...
9
Solved
I am creating a PDFViewer application.
I have set the autoScale Property of the PDFViewer to true, so that it the view expands to the width of the screen.
Works fine with large PDF documents.
But w...
1
I took pdfView, and I am trying to load pdf document on this pdfView. Pdf is not displaying/showing full screen w.r.t its pdfView as I added in storyboard. It has some gaps from top and bottom. (se...
3
Solved
2
Solved
In my iOS-App I'm using a PDFView with pdfView.usePageViewController(true, withViewOptions: nil).
I want to hide the PDFThumbnailView when the user swipes to another page.
I already looked inside...
0
I get odd error messages with PDFView from PDFKit.
In some instance I get
non-isolated groups aren't supported.
Mutating glyph 1 (code 32) in ULBEWJ+MinionPro-Regular.
In another instance I get the...
5
Solved
1
Solved
How can I disable zooming on PDFView?
I've already tried the solution here, but it didn't work. I can still zoom in and zoom out.
Here's my PDFView:
let pdfView: PDFView = {
let pdfView = PDFV...
2
Solved
I have an iPad app displaying a PDFView. The app is rotatable to any orientation. The PDFView is full-screen and single-page. The PDF displays as expected when launched in either orientation; the e...
4
Solved
I tried rendering PDF document using pdf.js library. I know only basics in javascript and I am new to promises, so at first I followed advice on this page: Render .pdf to single Canvas using pdf.js...
Acropetal asked 6/8, 2014 at 14:7
5
Solved
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 v...
1
© 2022 - 2024 — McMap. All rights reserved.