React Native PDF Editor
References
Links, related projects, and implementation notes.
Project links
Related viewer libraries
This package edits/manipulates PDFs. It is not a viewer UI. For displaying PDFs, consider pairing it with a viewer package such as:
Useful PDF concepts
- PDF points: 72 points = 1 inch.
- Page origin: bottom-left.
- MediaBox: physical page dimensions.
- CropBox: visible page region.
- AcroForm: PDF form field system.
- PAdES: PDF Advanced Electronic Signatures.
- DSS: Document Security Store for long-term validation data.
- RFC3161: timestamp token standard.
- ByteRange: the PDF byte ranges covered by a signature.
Signing notes
All certificate, CRL, OCSP, timestamp, digest, and signature payloads in the signing API are base64 strings.
Certificates should be base64 DER, not PEM. No headers, no footers, no line wrapping.
Version notes
rootCertificate support on both platforms depends on PoDoFo 0.0.12 or newer.
The library is alpha. Prefer checking the exported TypeScript types and example app when upgrading.