chrome-php / chrome

Instrument headless chrome/chromium instances from PHP
MIT License
2.25k stars 274 forks source link

Translate Pdf in Google Translate #641

Open richardsonoge opened 1 month ago

richardsonoge commented 1 month ago

Is there a way in your library to translate my PDF directly into the Google Translate server https://translate.google.com/?hl=en&sl=en&tl=fr&op=docs and retrieve the translated PDF file? If so, could you please show me?

enricodias commented 1 month ago

This lib lets you control a real browser and do almost anything a normal user can do. All the info you need on how to use this lib is available in the readme. I don't think you would find someone willing to give you a complete solution for your problem. The best I can do is try to help with very specific questions about problems you encounter while using this lib.

richardsonoge commented 1 month ago

This lib lets you control a real browser and do almost anything a normal user can do. All the info you need on how to use this lib is available in the readme. I don't think you would find someone willing to give you a complete solution for your problem. The best I can do is try to help with very specific questions about problems you encounter while using this lib.

Thank you to answer me. I've tried to explain my problem here so that you can help me translate PDFs, but you haven't answered any of my questions.