PdfBox-Android icon indicating copy to clipboard operation
PdfBox-Android copied to clipboard

Library's functionalities which require API >= 19

Open dbeqiraj opened this issue 5 years ago • 2 comments

Could you please mention the list of functionalities that only work for API >= 19? This would be very helpful to take precautions for lower APIs (< 19).

dbeqiraj avatar Mar 04 '19 09:03 dbeqiraj

The only method that requires API 19 is seac in Type1CharString. This is used rarely for rendering characters with accents in certain fonts. In practice you shouldn't have to worry about it causing any issues since it should happen very rarely. In a future update, I'll fix this to work on lower API levels, which would bring the minimum API level done to 9 (Gingerbread).

TomRoush avatar Mar 05 '19 22:03 TomRoush

@TomRoush Thank you for your answer.

dbeqiraj avatar Mar 06 '19 08:03 dbeqiraj