Skip to content

jonathanj/clj-documint

This branch is 1 commit ahead of, 32 commits behind fusionapp/clj-documint:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b2bd751 · Jul 6, 2018
Jun 21, 2018
Jul 2, 2018
Jul 2, 2018
Jul 2, 2018
Jul 2, 2018
Jul 6, 2018
Feb 9, 2016
Jul 2, 2018
May 10, 2016
Jul 2, 2018
Jul 2, 2018
Dec 4, 2015
Jun 21, 2018
Oct 30, 2017
Jul 6, 2018
Apr 22, 2016
Jul 6, 2018

Repository files navigation

Documint: An HTTP document processing service

Documint is a web service for processing documents (primarily PDFs) with various actions: rendering HTML+CSS to PDF; splitting PDFs; generating thumbnails, etc.

Actions are performed within a session. A session has isolated storage for documents (both inputs and outputs) that is cleaned up once the session is terminated. This way a chain of actions may be performed without having to transfer intermediate results back and forth.

Action results are identified by a URL that may exist before the resource has any data. Actions will wait for data to exist before continuing, so it is possible to set up a processing pipeline without having to wait for each intermediate step to complete first.

See the docs for API documentation and detailed information on the HTTP API.

About

Document processing service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%