I'm building kind of scrapping system, and take a capture through selenium cdp command "Page.printToPDF".
Now, I've got pdf files but there is a issue about sticky header of the site. (like a image below)
It causes a problem because it hides some contents behind them. (I can confirm it through copy and paste over them)
So, is there any way to remove that kinds of document elements in pdf? (I can handle python or js, actually if i can handle it languages does not matter.)
Thanks :)