tcocca / active_pdftk

ruby wrapper for the pdftk command line utility for working with editable pdf files
MIT License
46 stars 37 forks source link

Form#save doesn't fill form if fdf/xfdf data come from stdin #26

Open elmatou opened 12 years ago

elmatou commented 12 years ago

If you try to save a form filled with ActivePdftk it can fail to save.

It works if fdf/xfdf input is a path to a file, but fails if it is an stdin stream.