Skip to content

A java / spring boot application to help you check for signed pdf documents

License

Notifications You must be signed in to change notification settings

enisinanaj/pdf-sign-check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf-sign-check

A java / spring boot application to help you check for signed pdf documents.

Using the API:

curl -X POST http://172.19.130.142:8081/ -F file=@test.pdf -F json=on

or with python requests:

r = requests.post('http://localhost:8081', files = {'file': file.read(), }, data={'json': 'on'} )

About

A java / spring boot application to help you check for signed pdf documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.4%
  • HTML 13.3%
  • Batchfile 0.3%