Skip to content

CoverBuilder/General-Document-Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

GDB

The General Document Builder (GDB) is an easy to use, headless document builder that can build and validate InDesign documents comprising of three parts:

1. Modeler

You can see the document modeler as a JSON Schema with added functions that roughly follow the structure of the InDesign SDK. It is used to create a valid document model that we can build with the builder below.

2. Builder

The document builder takes a model (An object that is validated by the modeler above) and builds it.

3. Validator

The document validator can validate any document against a model.

Supported elements

  • MasterSpreads
  • Spreads
  • Pages
  • Margins
  • Layers
  • Guides

More to come!

Bugs and Requests

Please use the issue tracker for any request.

About

A general document builder for InDesign

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published