msokk / electron-render-service

Microservice for rendering PDF/PNG/JPEG from HTML with Electron
MIT License
102 stars 31 forks source link

Private Websites #73

Closed Diegow3b closed 5 years ago

Diegow3b commented 6 years ago

How can i use it with websites that i have to login first

msokk commented 6 years ago

Hi,

This is a use case that is outside the scope of this service. If the page is under your control, you can expose some login/token in the url for example. If not, then the best bet would be to build login and PDF rendering script with puppeteer or such.