Great video, this will be really useful for me. Thanks! Are you able to highlight, select and copy the text in the output PDF? Or is it rendered as an image inside the PDF?
It is really depending on the web page's structure. Web pages use heavy JavaScript to generate contents tend to run into the issue. In that case, I would look into paid service.
How can we implement this to convert multiple HTML URLs to PDF assuming I have the URLs stored in CSV file or space seperated? Can it be done through iteration or any other approach? Please help. Thanks for the video.
@@vinaykumarbohra3461 use selenium, import webdriver. then make a loop to iterate each cell of the links columns and do webdriver.get for each link. this will help you open each link in the csv file. finally, just do what the video does t o covert to pdf.
YOU R LITERALLY THE BEST...U SAVED SO MUCH OF MY TIME AND HAD ME LEARN AN EXCELLENT SKILL THANK U SO MUCH
This works only for static pages. Not for pages that are hidden behind login like say emails. What if I wanted to save specific email to pdf?
SUBSCRIBED AND IM GONNA ACCESS UR OTHER VEDIOS TOO...RESPECT FROM BHARAT (INDIA) BROTHER
Great video, this will be really useful for me. Thanks!
Are you able to highlight, select and copy the text in the output PDF? Or is it rendered as an image inside the PDF?
Error: Unable to write to destination
Exit with code 1, due to unknown error.
Can you help this?
it's working...but for some url's its downloading pdf with a blank page. why? can anyone help me how can i solve this?
It is really depending on the web page's structure. Web pages use heavy JavaScript to generate contents tend to run into the issue. In that case, I would look into paid service.
How can we save pdf which is having mobile view of webpage
I don't think you can do that with the library unfortunately.
How can we implement this to convert multiple HTML URLs to PDF assuming I have the URLs stored in CSV file or space seperated? Can it be done through iteration or any other approach? Please help. Thanks for the video.
You can use a loop.
@@jiejenn Hi Jie, can you provide the code for that. I have URL stored in my excel file and I want to use them for generating pdf.
@@vinaykumarbohra3461 use selenium, import webdriver. then make a loop to iterate each cell of the links columns and do webdriver.get for each link. this will help you open each link in the csv file. finally, just do what the video does t o covert to pdf.
Great Video
ur the best
Glad the video helped.