Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

WKPDFView on iOS12 #67

Open
StefanoBiasu opened this issue Aug 6, 2018 · 18 comments
Open

WKPDFView on iOS12 #67

StefanoBiasu opened this issue Aug 6, 2018 · 18 comments

Comments

@StefanoBiasu
Copy link

StefanoBiasu commented Aug 6, 2018

Trying PDF renderization on ios12 beta versions, it seems that no form is editable.
Root cause is that "WKPDFView" class, retrieved from webview.scrollview subviews, is no more a container of UIView, each one contaning a PDF page. Instead, WKPDFView is a UIView sized as the content of a single PDF page that wraps and hides all the page renderization of the PDF.

How/when is it going to be fixed?
Thanks

@maneshlad
Copy link

I'm also facing issues rendering acroforms forms in iOS 12 beta. Any suggestion on which classes would cause the form rendering to fail. Thanks

@derekblair
Copy link
Owner

Will fix, thanks

@vassily-fr
Copy link

Hello,

Any news on this ?
@StefanoBiasu did you found a solution, seems you 've gone pretty far to find the root cause !

@StefanoBiasu
Copy link
Author

Unfortunately there is no easy workaround. Since there are no more pages splitting, the entire annotation overlapping has to be re-engineered

@hamdibouasker
Copy link

Hello,
@derekblair any news ?
Thanks

@yarodevuci
Copy link

yarodevuci commented Oct 23, 2018

omg... Why Apple makes things so complicated for devs always...
Feel sorry for @StefanoBiasu

@dennygajera
Copy link

Hi, I am facing issue with iOS 12.0.1.
Not able to edit in PDF file.
How can I fix it?

Thanks.

@ApexaChovatiya92
Copy link

Hi, I am facing issue while showing editable PDF in iOS 12
I am not able to edit that.
I am waiting for updated version of this library.

Thanks.

@StefanoBiasu
Copy link
Author

I'm working on a solution, 'though it will take some time..

@ApexaChovatiya92
Copy link

Thank you @StefanoBiasu.
Can you tell me exactly how much time it will take?
So that we can wait accordingly

@KetulThakor
Copy link

KetulThakor commented Nov 13, 2018

Can we us PDFView instead of WKWebView for fix this issue in iOS12?

@KetulThakor
Copy link

KetulThakor commented Nov 27, 2018

Any updates about this issue? @derekblair , @StefanoBiasu

@saormart
Copy link

saormart commented Feb 1, 2019

Hello guys, any update about this ?

@dennygajera
Copy link

Hello guys, Please visit the below mentioned link for edit pdf in iOS12.

http://anysolutions.in/pdf-file-view-and-edit-in-ios-12/

@ggnSwaitch
Copy link

Hi, we can use the Apple's PDFView to render the pdf and then after completing the form, we can again convert that pdf to ILPDFKit document by initialising the ilpdfDocument with data using "pdfView.document.dataRepresentation]" (to use all the other features of ILPDFKit such as extracting form values).

@psirigiano
Copy link

psirigiano commented Sep 22, 2020

Did anyone figure out a solution on how to edit? The link above that references a link is dead.

@tranthequang
Copy link

I must mixing both PDFKit of Apple and WKPDFView to resolve that issue.

@psirigiano
Copy link

@tranthequang Do you have any basic example on how this is done?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests