- Posts: 93
- Thank you received: 2
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about iOS development and PDF
iOS 7 crash
IP: 192.168.0.70
12 years 11 months ago #4035
by stronglee
Replied by stronglee on topic iOS 7 crash
There are more new features on ios core library , they are developing .Please wait some time.
IP: 192.168.0.70
12 years 11 months ago #4037
by stronglee
Replied by stronglee on topic iOS 7 crash
If you want use Resize annot and remove annot function,you can,this two Function already in PDFLib
Delete Annot:
1.Use Page_getAnnot or Page_getAnnotFromPoint
2.Page_RemoveAnnot
3PDFView.vRenderPage
Resize annot:
Page_SetAnnotRect
Delete Annot:
1.Use Page_getAnnot or Page_getAnnotFromPoint
2.Page_RemoveAnnot
3PDFView.vRenderPage
Resize annot:
Page_SetAnnotRect
IP: 192.168.0.70
12 years 11 months ago #4041
by abi_inflo
Replied by abi_inflo on topic iOS 7 crash
Hi,
I made the changes for the IOS 7 as stated in your previous comment. But when I tried running with the changes I am not able to see any pdf files in the tableview for the demo project not even the help.pdf file. Is there any other changes I need to do. Kindly let me know for any more changes. I also see there are some 150 warnings while building. I guess that may be the issue.
Thanks,
Abilash.G
I made the changes for the IOS 7 as stated in your previous comment. But when I tried running with the changes I am not able to see any pdf files in the tableview for the demo project not even the help.pdf file. Is there any other changes I need to do. Kindly let me know for any more changes. I also see there are some 150 warnings while building. I guess that may be the issue.
Thanks,
Abilash.G
IP: 192.168.0.70
12 years 11 months ago #4042
by truculent
Replied by truculent on topic iOS 7 crash
dear abi
it's regular for radaee project to build with 150 warning or more
[ LOL ].
but your warning not influence on your reader!
i suggest you against write your code not copy paste!
it's regular for radaee project to build with 150 warning or more
but your warning not influence on your reader!
i suggest you against write your code not copy paste!
IP: 192.168.0.70
12 years 11 months ago #4043
by stronglee
Replied by stronglee on topic iOS 7 crash
Hi,Abi 
The help.pdf file only exist when you first time launch the pdfview app on your device or simulator.
If you run app on your device ,you can copy pdf file from iTunes to your device,
If you run it on simulator,you can find the app path on laptop,and copy file to “Document” folder.
such as
/Users/"yourUserName"/Library/Application Support/iPhone Simulator/7.0/Applications/032F5B25-D415-4A9A-9BA0-127A8A34D73B/Document
as truclent said waring not effect the reader.
The help.pdf file only exist when you first time launch the pdfview app on your device or simulator.
If you run app on your device ,you can copy pdf file from iTunes to your device,
If you run it on simulator,you can find the app path on laptop,and copy file to “Document” folder.
such as
/Users/"yourUserName"/Library/Application Support/iPhone Simulator/7.0/Applications/032F5B25-D415-4A9A-9BA0-127A8A34D73B/Document
as truclent said waring not effect the reader.
IP: 192.168.0.70
12 years 11 months ago #4051
by abi_inflo
Replied by abi_inflo on topic iOS 7 crash
Thank you guys for your quick reply. Demo is working as expected.
Time to create page: 0.378 seconds