Info
Projects
Digistruct is a server side service that aims at providing an easy way to have documents filled out by customers/staff/etc. Each document will be described in a template file (such as HTML/CSS or Latex). When some application/web-app request a document be filled it will submit the data to the source in a supported data format such as JSON which will then be embeded into the document. Once the document has been properly constructed it will then be transcribed into the final document (PDF/WORD/ETC.) and submitted to some receiver.
I am the owner of the project. I have developed similar systems using CakePHP and DomPDF frameworks in the past, but this approach has come to be somewhat limiting. Since I haven't seen any type of technology of this nature as of yet I felt that it would be an interesting first open source project that I could start.