How you get the pdf /document page width and height in UipPath

Hi All,

I am working on extracting signature from PDF file through AWS text tract.
I wanted to put bounding box in the signature place. Could you please help in getting the document page width and height.

Thanks.

Hello @Nancy29

  1. Install Package:
  • Make sure you have the UiPath.PDF.Activities package installed. If not, you can install it from the ā€œManage Packagesā€ section in UiPath Studio.
  1. Use ā€œGet PDF Page Sizeā€ Activity:
  • Drag and drop the ā€œGet PDF Page Sizeā€ activity into your workflow.
  • In the properties panel of the activity:
    • Specify the PDF file path or provide a PDF document variable.
    • Specify the page number for which you want to get the size (usually 1 for the first page).
    • Create output variables for Width and Height

Thanks & Cheers!!!

1 Like

please share a screenshot of this activity with us. Thanks

@ppr
This Package you have to install from manage packages

Search Get PDF Page count in Activities

was not asked. We asked for:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.