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

Javascript to scale age 1 to A4 size

Community Beginner ,
Mar 13, 2021 Mar 13, 2021

Copy link to clipboard

Copied

 
 

Is there a javascript to scale page 1 of the pdf using preflight function to scale to A4 instead of all the pages being scaled to A4 using preflight

 
 
TOPICS
JavaScript

Views

337

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 13, 2021 Mar 13, 2021

Copy link to clipboard

Copied

LATEST

JS can only execute a Preflight Profile as it is defined. It can't pass any parameters to it, except for telling it to omit fixups and show a progress bar while running. If you can't set the profile to only process a single page then the solution could be to extract that page, run the profile on the new file, and then import it back into the original, and delete the old page.

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