An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# PDF Editor

![Screenshot](https://raw.githubusercontent.com/choyiny/pdf-editor/master/docs/screen.png?token=ABE2dwnRhsYtf4bFPFxBYEMtW_TD0ioZks5bND0AwA%3D%3D)

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