- Posts: 1123
- Thank you received: 73
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Here you should submit your bug reports with logcat.
Fatal Exception under Android Pdf viewer SDK
IP: 192.168.0.71
11 years 3 months ago - 11 years 3 months ago #8031
by radaee
Replied by radaee on topic Fatal Exception under Android Pdf viewer SDK
in premium license, you can add a new Page Content Stream.
see Page.AddContent()
to do all you shall:
1. invoke Document.NewFontCID(), pass font name exists in FontList(see Global.Init).
2. create a PageContent object and invoke PageContent.Create().
3. Document.GetPage() and Page.ObjsStart() and Page.AddResFont()
4. PageContent.DrawText
5. Page.AddContent
6. PageContent.Destroy() and Page.Close()
7. Document.Save() and Document.Close()
see Page.AddContent()
to do all you shall:
1. invoke Document.NewFontCID(), pass font name exists in FontList(see Global.Init).
2. create a PageContent object and invoke PageContent.Create().
3. Document.GetPage() and Page.ObjsStart() and Page.AddResFont()
4. PageContent.DrawText
5. Page.AddContent
6. PageContent.Destroy() and Page.Close()
7. Document.Save() and Document.Close()
Last edit: 11 years 3 months ago by .
IP: 192.168.0.71
11 years 3 months ago #8034
by sofien
Replied by sofien on topic Fatal Exception under Android Pdf viewer SDK
can you test with this file , it cause ANR in the android demo application
drive.google.com/file/d/0ByKOebQugjSfeXpHMjdBU2NQam8/view
thank's in advance
drive.google.com/file/d/0ByKOebQugjSfeXpHMjdBU2NQam8/view
thank's in advance
IP: 192.168.0.71
11 years 3 months ago #8040
by radaee
Replied by radaee on topic Fatal Exception under Android Pdf viewer SDK
fixed, but...
seems cross reference of this file is modified by someone.
seems cross reference of this file is modified by someone.
IP: 192.168.0.158
11 years 3 months ago #8060
by nermeen
Replied by nermeen on topic Fatal Exception under Android Pdf viewer SDK
The new beta version
3.2beta13
should fix the issue
Time to create page: 0.357 seconds