0

我已将 PDFTron 库集成到我的 iOS 应用程序中,并按照文档中提到的说明进行操作(https://blog.pdftron.com/2013/07/19/getting-started-on-ios/),应用程序运行良好时我我正在使用本地 pdf 文件,但在以下情况下应用程序每次都崩溃

1) 从 url 下载 pdf 文件,存储在文档目录中并使用 PDFTron 显示。

我有以下错误日志:

函数 -[PTPDFViewCtrl RemoveAllThumbnails],文件 /Users/PDFTron/PDFNet_6.5/PDFTron/iOS/Control/PDFViewCtrl.m,第 1744 行。 (lldb) bt * 线程 #23:tid = 0x12491, 0x000000010aa43002 libsystem_kernel.dylib __pthread_kill __pthread_kill + 10, stop reason = signal SIGABRT frame #0: 0x000000010aa43002 libsystem_kernel.dylib+ 10帧 #1:0x000000010aa095c5 libsystem_pthread.dylibpthread_kill + 90 frame #2: 0x000000010a799cec libsystem_c.dylib中止 + 129 帧 #3:0x000000010a761bdc libsystem_c.dylib __assert_rtn + 321 frame #4: 0x00000001041177c4 BW - Internal-[PTPDFViewCtrl RemoveAllThumbnails] + 94 帧 #5:0x0000000104113daf BW - 内部`-[PTPDFViewCtrl SetDoc:] + 178

我已尝试锁定和解锁文档,但仍然遇到相同的错误,感谢您的帮助。

4

1 回答 1

0

PDFNet can "stream" PDF files from a remote URL using the OpenURL: method. Are you using this method, or doing it some other way? Either way, please contact us at support@pdftron.com, and we will work with you to sort it out.

于 2016-05-26T20:00:56.537 回答