Latest
A Learn centre, articles that link onward, and four accessibility fixes
- NewA Learn centre at /learn. The teaching material was spread across five pages with five different shapes, and finding something meant already knowing which page held it. It is now one list you filter by the job you are doing — filling a form, signing, organizing pages, highlighting and erasing, protecting and unlocking, working offline — by how familiar you already are, and by whether you want a guide, a short tutorial, a shortcut, an answer or a workflow step. It adds no new writing: every entry is the same prose the original page renders, so the two cannot disagree.
- NewFilters live in the address bar. /learn?task=sign is a link you can send someone, and the page opens already filtered. A stale or mistyped filter falls back to the full list rather than an empty page.
- NewTwo new articles: “Electronic vs Digital Signature: Which One a PDF Actually Needs”, on how to tell which kind of signature a document is asking for and what a browser can and cannot produce; and “Building a PDF From a Blank Page: What the Creation Zone Does and Does Not Do”, including how measured cells keep a real invoice table aligned when descriptions wrap.
- NewFour privacy-safe sample PDFs now open directly in the editor: an application form for field detection, an agreement letter for signing, a project report for page tools, and a locked notice for the password workflow. They are generated fixtures, contain no personal information, and can be regenerated byte-for-byte from the repository source.
- NewA “Keep reading” block at the end of every article, so a post finally links on to the related posts it already named internally.
- FixedArticles were telling search engines they had been revised on the day they were published — the structured data set a last-modified date equal to the publication date for posts that had never been touched since. An article now carries a revision date only when its prose actually changed, and shows one only then.
- FixedAn automated accessibility scan now runs as part of the test suite, checking against WCAG 2.2 AA. It walks every registered page except the tool pages and the articles, which share one template each and are sampled — one tool page and the newest article — rather than scanned over and over to prove the same template clean. Its first run found four real barriers and all four are fixed: the slide-out menu stayed in the keyboard tab order while it was closed, so tabbing any page landed on an invisible, unannounced theme button; the cookie banner's Accept button did not meet the contrast minimum; the homepage's “Drop a PDF to begin” label faded below the contrast minimum as it pulsed; and the page preview in the creation zone could not be scrolled with a keyboard, which meant a keyboard-only user could not see past its first page.
- FixedThree pages described the product inaccurately and have been corrected. The security page claimed a content security policy and cross-origin isolation that are not in force — the policy currently runs in report-only mode, which observes rather than blocks, and is no longer presented as protection. The accessibility page claimed automated auditing on every release, which did not exist when it was written; it now describes the scan that does exist and does not call it an audit. The features page said images could not be put into a PDF, which stopped being true when the creation zone gained image blocks; what is genuinely missing is a bulk converter, and that is what it now says.
- ImprovedThe plain-text copy of the site that AI assistants read (/llms-full.txt) now carries the full guides, mini tutorials, shortcuts, FAQ answers and workflow steps, plus the release history and a one-line summary of every remaining page. It previously covered only the tool pages, the articles, signing and the creation zone, so an assistant answering a question about this site was working from about half of it.
- ImprovedThe footer now lists every section of the site, grouped the same way the slide-out menu is, rather than the twelve links it was written with — /create, /sign-pdf, /features, /tool-map, /about, /accessibility, /security, /status, /press, /search and /learn were all missing from it. Individual tool pages and articles are still reached through their hubs rather than listed one by one. The menu itself gained the Learn centre.