|
|
|
|
|
by ekoontz
5032 days ago
|
|
I used Apache Fop (http://xmlgraphics.apache.org/fop/) to convert XML to PDF at a previous job. It was extremely painstaking work. On the other hand, it gives you a lot of fine-grained control over the appearance of your PDF. |
|
It really is quite neat — if you define all your styles declaratively then the markup you touch is very clean and simple, e.g. something like this:
I’m sure OOXML can be used in a similar manner, but I don’t know that format very well.