pdffillerjs / pdffiller

Take an existing PDF Form and data and PDF Filler will create a new PDF with all given fields populated.
MIT License
286 stars 113 forks source link

use execFile instead of exec #33

Closed yoz closed 8 years ago

yoz commented 8 years ago

Safer on input file names containing spaces

yoz commented 8 years ago

Anyone want to review this? Among other things, this prevents command-line injection.

yoz commented 8 years ago

(updated to address merge conflict)