Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to retain text formatting for Extract text from PDF using API service

Community Beginner ,
Mar 05, 2024 Mar 05, 2024

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.

 

896
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 06, 2024 Mar 06, 2024

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.  

Translate
Community Expert ,
Mar 06, 2024 Mar 06, 2024

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.  

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 06, 2024 Mar 06, 2024
LATEST

I'm using API in Python. I'll try with your suggestion.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources