https://github.com/choyiny/pdf-editor
Web Based PDF Template Generator built for Flying Saucer
https://github.com/choyiny/pdf-editor
flyingsaucer html jquery pdf
Last synced: 7 months ago
JSON representation
Web Based PDF Template Generator built for Flying Saucer
- Host: GitHub
- URL: https://github.com/choyiny/pdf-editor
- Owner: choyiny
- Created: 2018-05-06T23:42:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T23:03:18.000Z (about 6 years ago)
- Last Synced: 2025-04-01T05:51:49.690Z (9 months ago)
- Topics: flyingsaucer, html, jquery, pdf
- Language: JavaScript
- Homepage: https://pages.choy.in/pdf-editor/
- Size: 1.02 MB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Editor

## Motivation
Creating PDF forms with Flying Saucer was always a pain, especially with CSS2 only support. Frequently used CSS attributes like border-radius are not available, and development speed is slow because it doesn't support HTML previewing of the PDFs. The solution is to treat the form as a background image, and place all text fields and checkboxes on top of it, essentially reducing the need of coding the form with CSS.
## Demo
A demo version is available in https://pages.choy.in/pdf-editor. You can do basic functions such as positioning new textareas, input boxes, checkboxes, and select a different background form to base off of.