Read more about SimplePDF Embed »
Join Our Discord
·
Follow us on Twitter
simplePDF-iframe-example.mp4
- Client-based: the document and data filled in does not leave the browser
- Add text, checkboxes, pictures, signatures to PDF documents
- Add, remove, re-arrange, rotate pages
- Automatic detection of pre-existing PDF fields
⚛️ Using the EmbedPDF
React component
- Fully-fledged PDF viewer & PDF form editor with a simple wrapper
- Completely free to use
- Insanely small footprint (1.5KB gzipped)
Yes! The embed editor is and will remain free, it comes with a branding ("Powered by SimplePDF") that can be replaced (or removed) with your own logo under the Premium Plan
For the default editor (companyIdentifier
is not specified):
It stays in their browser! The document(s) that they load and the data they fill in never leaves their computer: SimplePDF privacy policy.
For company editors (companyIdentifier
is specified):
The users are notified that the document and the data they submit is sent to the server. This is part of the paid
offering of SimplePDF: allowing to automate form submissions.
The library is a simple wrapper around an Iframe that loads SimplePDF on-demand (whenever the user clicks the wrapped link), as such the footprint for this "opening an Iframe" mechanism is very tiny, the SimplePDF editor is of course bigger, but your users won't download anything until they have clicked the link. Think "lazy-loading".