I have a PDF file (eg: XCXCX.pdf) which has two+ pages in it, and i opened that PDF in Adobe Acrobat, I need to navigate in that pdf file, let say to the end of the File, How do i do it.
I have tried Scroll, Keys, functions but nothing seems to work
Can anyone provide a solution for the same
Solved! Go to Solution.
Hi,
Then, depending on how secure the tested PDF file is, maybe it is more reliable to work with PDF files using approach like this: https://support.smartbear.com/testcomplete/articles/testing-pdf-files-with-testcomplete/ ?
Or consider the Intelligent Quality add-on in TC (yes, it is licensed separately...) - https://support.smartbear.com/testcomplete/docs/testing-with/working-with-external-data-sources/pdf....
One more option - for me the Ctrl-End keys combination navigates to the end of the PDF document opened in Acrobat Reader.
Hi,
What is the goal of navigation?
I have a text on the last page of the PDF file, which comes from a part of my AUT and that needs to be verified.
Hi,
Then, depending on how secure the tested PDF file is, maybe it is more reliable to work with PDF files using approach like this: https://support.smartbear.com/testcomplete/articles/testing-pdf-files-with-testcomplete/ ?
Or consider the Intelligent Quality add-on in TC (yes, it is licensed separately...) - https://support.smartbear.com/testcomplete/docs/testing-with/working-with-external-data-sources/pdf....
One more option - for me the Ctrl-End keys combination navigates to the end of the PDF document opened in Acrobat Reader.
It worked using the .Keys operation by using the shortcut "/*pdfObject*/.Keys(^[PageDown])
Subject | Author | Latest Post |
---|---|---|