Adds GetCharacterInformation function to PdfDocument which will retrieve detailed info about every character on a page, including:
Character: the actual char
FontSize
Bounds
This info can be used for a variety of applications, including rendering visual boundaries on text, identifying text within certain regions, parsing page content into logical units based on position, such as words, tables, etc.
Adds GetCharacterInformation function to PdfDocument which will retrieve detailed info about every character on a page, including:
This info can be used for a variety of applications, including rendering visual boundaries on text, identifying text within certain regions, parsing page content into logical units based on position, such as words, tables, etc.