intoolswetrust / jsignpdf

PDF signing software written in Java. It supports visible signatures, timestamping, certificate verification and many other cool features
https://intoolswetrust.github.io/jsignpdf/
Other
315 stars 121 forks source link

Sign an stream instead a pdf file #9

Closed ovnicraft closed 7 years ago

ovnicraft commented 9 years ago

I am working with this library call as subprocess from my (python) app.

I want to know if is supported pipe in jsignpdf ?

kwart commented 9 years ago

The current version doesn't support pipes. It shouldn't be too complicated to implement this feature, but nobody volunteered yet. :)

ovnicraft commented 9 years ago

@kwart so, i am not java dev :(