Convert PDFComing soonServer required
Web Page to PDF — Currently in the Works
To turn a web page into a PDF, a server has to launch a real browser, open the page, and print it. That structure easily becomes a channel for sending requests to arbitrary addresses, so security design like blocking internal-network access (SSRF) must come first.
Pages that need a login, or fill content as you scroll, also produce incomplete results. We plan to offer this once a safe structure is in place.
현재 이 기능은 제공하지 않습니다
작동하지 않는 기능을 작동하는 것처럼 보이게 하지 않기 위해, 파일 선택 영역을 만들지 않았습니다. 아래에 현재 상태와 필요한 기술을 정리했습니다.
| 현재 지원 상태 | 미지원 (준비 중) |
|---|---|
| 필요한 기술 | 헤드리스 브라우저(Playwright/Chromium), SSRF 차단, 요청 빈도 제한, 실행 격리 |
| 구현 난이도 | 높음 |
| 예상 서버 비용 | 브라우저 구동에 메모리가 커 월 4~8만 원대, 동시 실행 수 제한 필요 |
| 외부 API 필요 여부 | 불필요 |
지금 사용할 수 있는 대안
브라우저 인쇄 기능
보고 있는 페이지에서 Ctrl+P(또는 Cmd+P)를 누르고 대상에서 'PDF로 저장'을 고르면 지금 바로 저장할 수 있습니다. 로그인 상태도 그대로 반영됩니다.
How are your files handled?
This page accepts no address or file.
This page has no file picker, so no data is processed. See the Privacy Policy and File Retention Policy for details.
Tools that pair well
HTML → PDF FAQ
How is this different from browser printing?
The output is similar. The server approach's advantage is processing several addresses at once or automating it. If you only need one page, browser printing is faster.