Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scientanl/documentexportdefinition
Definition for Document Conversion used by both conversion clients and servers as transport contract
https://github.com/scientanl/documentexportdefinition
Last synced: 10 days ago
JSON representation
Definition for Document Conversion used by both conversion clients and servers as transport contract
- Host: GitHub
- URL: https://github.com/scientanl/documentexportdefinition
- Owner: ScientaNL
- Created: 2014-03-31T06:49:41.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-17T15:59:07.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T20:15:50.259Z (9 months ago)
- Language: PHP
- Size: 127 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DocumentExportDefinition
============================Definition for Document Exporting used by both export clients and services as transport contract
These classes are used in Syslogic Projects as a lingua franca between The Scienta Application and servers dedicated to create exports of text based documents in formats such as DOCX or PDF. The classes are annotated with PHPDoc Annotations which can be parsed by a serializer, such as the JMS Serializer. This enables the classes to be transported as JSON and be deserialized back into the same classes.