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

SDK capabilities to change chart bar color global in .pdf

New Here ,
Apr 23, 2018 Apr 23, 2018

Copy link to clipboard

Copied

I need a way to wrote code to read through a pdf and change the chart bar color (when it is brown, I need to change it to orange) and was wondering if there were an SDK with that cabilities.  I would like to automate this with some 'C' language so I could launch this after another application.

[Here is the list of all Adobe forums... https://forums.adobe.com/welcome]

[Moved from Reader to Acrobat SDK... Mod]

TOPICS
Acrobat SDK and JavaScript

Views

226

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
Adobe Employee ,
Apr 23, 2018 Apr 23, 2018

Copy link to clipboard

Copied

LATEST

In the PDF, the bar chart is not identified as such – it is just a set of drawing instructions. That said, if you can identify the use of color (perhaps it’s the only time brown is used on the page) – then you can change the color to anyting you want by changing the operators used.

This will require writing a custom plugin (in C/C++) based on the Acrobat SDK.

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