- Posts: 5
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Adding Text using Android 11
IP: 89.243.233.110
3 years 10 months ago #15748
by marksdl
Replied by marksdl on topic Adding Text using Android 11
Hi,
Which licence does the "Free Text" annotation fall into?
Which licence does the "Free Text" annotation fall into?
IP: 111.196.243.33
3 years 10 months ago #15749
by radaee
Replied by radaee on topic Adding Text using Android 11
1. standard license: can render without any matermark and can extract texts.
2. professional license:
handle most annotations except "Free Text"(Editbox) annotation, including edit annotations.
reflow features.
3. premium license:
all other features, (no limit for all decleared methods)
4. master edition:
some additional methods, example:
add fields.
edit attachment
PDF/A support, linearized PDF, PDF compression and other advanced API.
2. professional license:
handle most annotations except "Free Text"(Editbox) annotation, including edit annotations.
reflow features.
3. premium license:
all other features, (no limit for all decleared methods)
4. master edition:
some additional methods, example:
add fields.
edit attachment
PDF/A support, linearized PDF, PDF compression and other advanced API.
IP: 89.243.233.110
3 years 10 months ago #15752
by marksdl
Replied by marksdl on topic Adding Text using Android 11
Hi,
Thanks, although a bit disappointing that the Professional licence doesn't include text additions.
When I add text using the demo code and licence (Premium active), I can add the text okay, but I can't seem to get the menu up to alter the text color/border color and style, or move the text around. Is there a specific way of tapping it to perform this action?
Thanks
Mark
Thanks, although a bit disappointing that the Professional licence doesn't include text additions.
When I add text using the demo code and licence (Premium active), I can add the text okay, but I can't seem to get the menu up to alter the text color/border color and style, or move the text around. Is there a specific way of tapping it to perform this action?
Thanks
Mark
IP: 111.196.243.33
3 years 10 months ago - 3 years 10 months ago #15753
by radaee
Replied by radaee on topic Adding Text using Android 11
yes,
no visible UI implement for editbox moving/resizing/setting
but we have some methods like:
Annotation.Get/SetEdittextSize()
Annotation.Get/SetEdittextAlign()
Annotation.Get/SetEdittextColor()
Annotation.Get/SetEdittextRect()
Annotation.SetEditFont()
Annotation.Get/SetEditText()
Annotation.Get/SetStrokeColor()
Annotation.Get/SetFillColor()
Annotation.Get/SetRect()
shall works on edibox, and also, some of these methods need premium license.
no visible UI implement for editbox moving/resizing/setting
but we have some methods like:
Annotation.Get/SetEdittextSize()
Annotation.Get/SetEdittextAlign()
Annotation.Get/SetEdittextColor()
Annotation.Get/SetEdittextRect()
Annotation.SetEditFont()
Annotation.Get/SetEditText()
Annotation.Get/SetStrokeColor()
Annotation.Get/SetFillColor()
Annotation.Get/SetRect()
shall works on edibox, and also, some of these methods need premium license.
Last edit: 3 years 10 months ago by radaee.
Time to create page: 0.356 seconds