Skip to content

PDF editor in the browser – add text, checkboxes, pictures, signatures to PDF files. Merge, rotate PDF pages – iframe, script and React component

License

Notifications You must be signed in to change notification settings

SimplePDF/simplepdf-embed

Repository files navigation



SimplePDF Embed

Add a powerful PDF editor directly into your website or React App.




Read more about SimplePDF Embed »

Join Our Discord · Follow us on Twitter

simplePDF-iframe-example.mp4

Features

  • 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

Get started

⚛️ Using the EmbedPDF React component

🚀 Using a script tag

🛠 Using the Iframe

Why SimplePDF Embed?

  • Fully-fledged PDF viewer & PDF form editor with a simple wrapper
  • Completely free to use
  • Insanely small footprint (1.5KB gzipped)

FAQ

This seems too good to be true, is it free?

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

What happens to the document my users load and the data they fill in?

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.

How come the library is so small?

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".