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

Track changes are being accepted by default

New Here ,
Mar 17, 2021 Mar 17, 2021

Copy link to clipboard

Copied

I'm developing a feature to convert MS files to PDF using the PDF Tools API of Adobe and facing an issue regarding the Track Changes in MS files.

 

I want to control the option to accept (or not) the track changes of files and I can't find related information, class, or method for achieving this.

 

Currently, using the PDF Tools API, if I try to convert a Word with either track changes or comments to PDF, the track changes are being accepted by default, even if I don't want to accept the track changes.

 

The default works as described below:

  • Word contains Comments and Track Changes - the PDF is generated without both of them.
  • Word contains Only track changes - the PDF is generated with them.
  • Word contains Only comments - the PDF is generated without them.

 

We couldn't find solutions for this issue described above, could you please try to advise me, or provide a reference, for handling this issue?

Views

219

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 Expert ,
Mar 17, 2021 Mar 17, 2021

Copy link to clipboard

Copied

The current implementation of the convert API has no options to control the conversion. The document will always be converted assuming that the changes are accepted.

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
New Here ,
Apr 06, 2021 Apr 06, 2021

Copy link to clipboard

Copied

Hi, thanks for your answer.

 

Do you know to explain why it works for specific scenarios?

 

  • Word contains Comments and Track Changes - the PDF is generated without both of them.
  • Word contains Only track changes - the PDF is generated with them.
  • Word contains Only comments - the PDF is generated without them.

 

It seems that the changes are not being accepted by default always.

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
New Here ,
May 04, 2021 May 04, 2021

Copy link to clipboard

Copied

Hi @Joel_Geraci 

 

Is there a chance that you can answer my question below? regarding several scenarios.

 

Thanks in advance,

Shahar

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 Expert ,
May 04, 2021 May 04, 2021

Copy link to clipboard

Copied

LATEST

Send me some sample files. One for each scenario.

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