- Posts: 2
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Submit your requests and polls about new features
Remove Rounded Highlighting
- Rustybrick
- Topic Author
- Offline
- New Member
-
Less
More
IP: 192.168.0.70
13 years 2 months ago #1015
by Rustybrick
Remove Rounded Highlighting was created by Rustybrick
Hello,
My company is currently in the progress of evaluating Android PDF libraries to use in our current project.
We are interested in possibly using this library, however the rounded effect on highlights does not meet our requirements.
We are adding our highlights using Page.addAnnotMarkup
Is there any way to remove this rounding and highlight only the rectangles given?
Thanks,
Tom
My company is currently in the progress of evaluating Android PDF libraries to use in our current project.
We are interested in possibly using this library, however the rounded effect on highlights does not meet our requirements.
We are adding our highlights using Page.addAnnotMarkup
Is there any way to remove this rounding and highlight only the rectangles given?
Thanks,
Tom
IP: 192.168.0.70
13 years 2 months ago #1016
by radaee
Replied by radaee on topic Remove Rounded Highlighting
sorry, but highlight annotation is defined as round rectangles in PDF reference.
to fix this issue, we need add a new interface.
i'll do this.
to fix this issue, we need add a new interface.
i'll do this.
IP: 192.168.0.70
13 years 2 months ago #1019
by radaee
Replied by radaee on topic Remove Rounded Highlighting
now you can use this:
www.radaee.com/files/PDFReader.rar
just invoke Page.AddMarkupAnnot pass type as 3 to add highlight annotation without round corner.
www.radaee.com/files/PDFReader.rar
just invoke Page.AddMarkupAnnot pass type as 3 to add highlight annotation without round corner.
- Rustybrick
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
IP: 192.168.0.70
13 years 2 months ago #1033
by Rustybrick
Replied by Rustybrick on topic Remove Rounded Highlighting
Thank you for the quick response, this works great! Will this feature continue to be supported in future releases?
Also, is it possible to add highlights to a page loaded from memory? We do not have to save the annotation just display the highlight while the page is in memory.
Also, is it possible to add highlights to a page loaded from memory? We do not have to save the annotation just display the highlight while the page is in memory.
IP: 192.168.0.70
13 years 2 months ago #1035
by radaee
Replied by radaee on topic Remove Rounded Highlighting
yes, it should be supported always
about editing when loaded in byte array:
we can't edit document from byte array, for byte array are fixed length.
about editing when loaded in byte array:
we can't edit document from byte array, for byte array are fixed length.
Time to create page: 0.443 seconds