Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.13 KB

File metadata and controls

19 lines (13 loc) · 1.13 KB

Papercraft User Manual

Papercraft creates PDF documents from XML templates. This documentation is intended for people who design those templates, including users who are not .NET developers.

Use this manual when you need to understand how a document is structured, which XML elements are available, how values are inserted, and how layout options such as margins, tables, images, text and charts are expressed.

Start here

Documentation goals

  • Explain document design from the template author's perspective.
  • Prefer complete XML examples over API-only descriptions.
  • Separate basic document authoring from developer integration details.
  • Keep terminology consistent with the XML template language.
  • Make each control and transformer discoverable through examples, supported attributes and common mistakes.