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...
Uturn asked 4/3, 2018 at 19:28

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...
Nellnella asked 22/2, 2019 at 14:24

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 ...
Dipody asked 13/11, 2017 at 18:8

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...
Avaavadavat asked 26/11, 2014 at 11:20

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...
Tredecillion asked 16/2, 2021 at 5:17

3

Solved

I need to implement a functionality of creating pdf with multiple pages of a text. class PDFCreator { func prepareData() -> Data { //1 let pdfMetaData = [ kCGPDFContextCreator: "PDF Creato...
Grogshop asked 21/10, 2019 at 10:0

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...
Agostino asked 22/5, 2018 at 13:53

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...
Mcgraw asked 2/1, 2021 at 20:50

5

Solved

I'm using PDFKit to display simple PDF's. When I display them on the screen inside a UIView, I've used the code below. Aims: - Start off with the content to fill the view - want to fill whole sc...
Nichol asked 17/10, 2018 at 21:32

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...
Keys asked 6/9, 2019 at 18:2

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...
Corrupt asked 1/6, 2018 at 16:5

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...
Strung asked 21/12, 2010 at 22:12
1

© 2022 - 2024 — McMap. All rights reserved.