I am using this code in powershell to convert url to pdf start chrome -ArgumentList "--headless --print-to-pdf=C:\Users\user\Desktop\file1.pdf link
but it is not providing any css.
Is there any way I can download the proper lookalike of website to pdf,
I have also tried python's pdfkit, wkhtml2pdf, pyhtml2pdf (working well but some sites has anti bot protection which it cant bypass), but these are also not giving proper output.
How should I proceed further?