You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PDFTron PDFNet SDK
Q:
With PDFNet SDK for iOS, I'm using PTConvert's convertOfficeToPDF to convert Excel documents to PDF. I have one Excel document that's longer than ~4096 rows, but when I convert it the output stops at ~4096 rows. What's going on?
A:
Unfortunately it would seem not as the problem appears to be a limitation of UIWebView, which PDFNet uses internally for conversion. Loading the Excel document into a UIWebView directly also shows only 4094 rows.
An Apple software developer unofficially confirmed this limitation in the following post: