How to open PDF on specific page?

Hello,

how to open PDF on specific page for example as a parametr ?

thank you
Mac

Hi Mac,

You can use Start process activity. Here is an example opening page 3 of the pdf:

  • FileName: “C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe”
  • Arguments: “/A page=3&pagemode=none&toolbar=0 C:\Users\user1\Documents\UiPath\Test.pdf”

You can follow this link for more examples of parameters to open a PDF file: http://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf

3 Likes

thank you, for the answer and link

important info: There can be no spaces in the URL.

Mac