Your First Document
Prerequisite:
Make sure you followed the procedure in the
Installing section.
The following procedure provides a simple example for using Oxygen PDF Chemistry to style an XML document:
The following procedure provides a simple example for using Oxygen PDF Chemistry to style an XML document:
<article>
<title>Hello World!</title>
<p>My first document.</p>
</article>
article, title, p {
display: block
}
title {
font-size:larger;
border-bottom: 1pt solid blue;
}
chemistry -in my_doc.xml -css my_style.css -out my_doc.pdf