dealfonso / sapp

Simple and Agnostic PDF Document Parser in PHP - sign PDF docs using PHP
GNU Lesser General Public License v3.0
115 stars 30 forks source link

LTV and timestamp #8

Closed pakuningratan closed 1 month ago

pakuningratan commented 2 years ago

how to add Timestamp and LTV support

dealfonso commented 2 years ago

Hi, sorry but it is not possible at this moment.

ximo1984 commented 2 years ago

Hi,

Maybe this could help to add LTV and timestamp to the document: https://github.com/hablutzel1/phpcmstimestamper

dealfonso commented 2 years ago

Thank you... I'll have a look. Anyway I have researched a bit and I think that I am on the way... the problem is to get time to develop the new features.

MisterDuval commented 1 year ago

any update?

dealfonso commented 1 year ago

Hi, I'm sorry, but I'm still short of time to be able to do it.

parallels999 commented 1 year ago

@MisterDuval also you could make a PR to make it possible Here a little help: php timestamp

parallels999 commented 1 year ago

@pakuningratan @MisterDuval, what about #52?

erikn69 commented 10 months ago

Just a note to anyone interested in implementing LTV:

This is where that starts: https://www.etsi.org/ts_10277804v010101p.pdf

hidasw commented 4 months ago

implement in https://github.com/dealfonso/sapp/pull/70 check it out.

dealfonso commented 1 month ago

pr #70 solves this issue. Thank you for your work!