#1 - Read PDF and Validate Content using PDFBOX in Selenium

preview_player
Показать описание
#pdfbox #readpdf
Read PDF and Validate Content using PDFBOX in Selenium

GIT Repo:

Schedule a meeting in case of any queries/guidance/counselling:

~~~Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:

Follow me on my Facebook Page:

Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:

Naveen AutomationLabs Paid Courses:
GIT Hub Course:

Java & Selenium:

Java & API +POSTMAN + RestAssured + HttpClient:
Рекомендации по теме
Комментарии
Автор

In this example, we are using driver to launch the browser and url. But not using the driver in PDFBOX code as I could not find the right example online.
In real time use case, you can click on pdf link from the web page and get the href/url value of the same link and use it in PDFBOX code in URL class object.

example:
String url =
URL pdfUrl = new URL(url);

naveenautomationlabs
Автор

I learn a ton of things from your video. The content is straight forward and the explanation every time is crystal clear. Thank you so much for making such videos.

peacelilly
Автор

Can you pls explain important scenario here as we see multiple tables here say the row with Name as key should contain value as Naveen....

How to automate this pls???

AK-rxyp
Автор

Long back you had made a video on this, good to see a updated vision of it, Thank you Naveen 😊

SarangHoley
Автор

Really too useful ! Your videos always gives a kick to me to learn more.
Please make a video on threadlocal which can be used to run tests parallel at test method level in an automation framework

soumyajitnath
Автор

Thanks for the video,
I was searching for a way for my project.
Really helpful .❤️
Can you please make a video on how to save screenshots in Word file.
That will be really helpful

anjankumar
Автор

Hi Naveen, your video on PDF validation is very good. Can you do video on using selenium to automate the mainframe screens like IBM personal communications

mrleoim
Автор

Nice Video. Thank you. Can we search a text in the PDF and "move" to the text one by one as we do on a PDF or other document search?

rameshkrishna
Автор

Thanks for sharing. I take "java.io.IOException: Error: End-of-File, expected line at offset 636". Do you have any idea to handle it?

yusufalperengürel
Автор

Thanks for covering topics like this.. It’s very useful..

ABAutomationHub
Автор

Hi Naveen, really very useful video, I tried to do it, Im facing this error,
Any suggestions please how to come out, stackOverFlow didn't give answer on same.


Java.io.IOException: Error: End-of-file, expected line

Here Scenario is pdf is added inside the regular text page

vinayakm
Автор

Thanks for sharing this. It would be really helpful if you can make a video for same with Cypress. I have a scenerio, where I have to create a sales invoice. On saving it, browser print popup is displayed and I have to assert some values on it.

Thank you in advance.

surajsurya
Автор

Hi Naveen will you kindly upload the video on how to assert it and extract the images from the pdf?

radhakrishnanp
Автор

Thank you for the nice video. Is it possible to specify a particular table in a page and extract just that specific table from the PDF document

raj-weyr
Автор

Thank you Naveen ..it's very useful video ..thank you so much

malleshmalli
Автор

Hi Brother,
I have been following your videos so regularly. Can you able to make a video related to extracting tables from pdf file using any third party library

chakshitvlogs
Автор

Thank you for this helpful video, but there are some characters are changed when reading pdf and print it, Do you have any idea why this ?

neamafouad
Автор

Hi Naveen, i am working in a banking project, my application has an embedded pdf, I need to validate the pdf content. When I pass the pdf url, I get a connection timed out exception. Can you please help?

suryadeepsrivastava
Автор

Nice Video Naveen. Thanks . When the client or user wants to validate the pdf using selenium because they can directly open the pdf and validate ?Share the real time scenario

aruns
Автор

Hi Naveen.
I am part of your Selenium Java training batch of 11th Nov
Would you be covering this topic in that as well.
It would be great so all topics would be at once place for easy reference
Thanks.

KARTHIKPANCH