Copy link to clipboard
Copied
Hi Team,
I've issues to extract the text with formatting from PDF using Adobe PDF Export API.
In the extract json file showing the text and font for entrire para and not showing to apply the formatting for the particular word like Bold, Italic, underline etc...
Please check and suggest me to retain the formatting.
If you turn on styles, Extract will crate spans for each style in the paragraph. Se ethe SDK samples that end with "with-styling-info-from-pdf". Or if you are using the REST API directly, set "includeStyling" to true.
Copy link to clipboard
Copied
If you turn on styles, Extract will crate spans for each style in the paragraph. Se ethe SDK samples that end with "with-styling-info-from-pdf". Or if you are using the REST API directly, set "includeStyling" to true.
Copy link to clipboard
Copied
I'm using API in Python. I'll try with your suggestion.