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

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

Community Beginner ,
Mar 05, 2024 Mar 05, 2024

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.

 

Views

381

Translate

Translate

Report

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.  

Votes

Translate

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

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.  

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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