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

Title of PDF still has .xlsx after batch conversion

Community Beginner ,
Jan 09, 2023 Jan 09, 2023

Copy link to clipboard

Copied

I have multiple Excel files that i batch convert to PDF. However the 'Title' in 'Document Properties' still says .xlsx

Is there a way to remove this when batch converting? As i am having to manually do this for over 100 files.

Thank you.

Views

644

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 ,
Jan 09, 2023 Jan 09, 2023

Copy link to clipboard

Copied

Example below:

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 ,
Jan 10, 2023 Jan 10, 2023

Copy link to clipboard

Copied

If you have Acrobat Pro you can run an Action on them with the following JS code:

this.info.Title = this.info.Title.replace(".xlsx", "");

Followed by a Save command, of course.

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 ,
Jan 12, 2023 Jan 12, 2023

Copy link to clipboard

Copied

Thank you so much! If it's not too much trouble could you please tell me what the JS code would be to save the documents in the same folder? Sorry, not the best at JS. 

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 ,
Jan 13, 2023 Jan 13, 2023

Copy link to clipboard

Copied

LATEST

You don't need a script for that. Just add a Save command to the Action.

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