-
Notifications
You must be signed in to change notification settings - Fork 90
WKPDFView on iOS12 #67
Comments
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 |
Will fix, thanks |
Hello, Any news on this ? |
Unfortunately there is no easy workaround. Since there are no more pages splitting, the entire annotation overlapping has to be re-engineered |
Hello, |
omg... Why Apple makes things so complicated for devs always... |
Hi, I am facing issue with iOS 12.0.1. Thanks. |
Hi, I am facing issue while showing editable PDF in iOS 12 Thanks. |
I'm working on a solution, 'though it will take some time.. |
Thank you @StefanoBiasu. |
Can we us PDFView instead of WKWebView for fix this issue in iOS12? |
Any updates about this issue? @derekblair , @StefanoBiasu |
Hello guys, any update about this ? |
Hello guys, Please visit the below mentioned link for edit pdf in iOS12. |
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). |
Did anyone figure out a solution on how to edit? The link above that references a link is dead. |
I must mixing both PDFKit of Apple and WKPDFView to resolve that issue. |
@tranthequang Do you have any basic example on how this is done? |
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
The text was updated successfully, but these errors were encountered: