Why can't I convert a page that requires login?
The proxy fetches the page as an anonymous visitor. Pages behind login walls, paywalls, or requiring session cookies will not render correctly — the proxy will likely see the login page or an error page instead. For pages requiring authentication, use your browser's native "Print to PDF" option while logged in, as it has access to your session.
Why does the converted PDF look different from the live web page?
Several factors can cause differences: JavaScript-rendered content (e.g. components that load via AJAX) may not appear since the proxy fetches raw HTML; some CSS may reference external resources that don't load; and the browser's print rendering strips interactive elements. For the most accurate result, use your browser's native Print to PDF on the live page.
Can I convert an article or blog post to PDF to read offline?
Yes. Converting articles, documentation pages, reports, and blog posts to PDF works well with this tool. Static, text-heavy pages with simple layouts render most reliably. You can then save the PDF to any device or e-reader for offline reading.
Are there any websites I cannot convert?
Some websites block proxy requests (through CORS, robots.txt, or server-level blocking), which means the fetch will fail. Websites that require JavaScript to render their content (single-page apps, infinite scroll pages, etc.) may also not appear correctly. Very large or complex pages may take longer to fetch and render.