Tag Archives: FOP

Machine generation of PDF files the easy way – final piece

This is essentially a refinement of the previous steps. I have added a lot of new list data but instead of being limited to what political party they are in or even if they like to party, I have extended … Continue reading

Posted in programming | Tagged , , , | Comments Off on Machine generation of PDF files the easy way – final piece

Machine generation of PDF files the easy way – part VI

The entire example report up until this point has been nice with a cool feature or two but terribly unrealistic. It is important to have the data in mind when creating the form but the form that I have created … Continue reading

Posted in programming | Tagged , , , | Comments Off on Machine generation of PDF files the easy way – part VI

Machine generation of PDF files the easy way – part V

While preparing these articles I didn’t have an overarching goal.  I probably should have began with the header and footer and kept that through all examples but I changed my focus while writing this all up. This fifth example just … Continue reading

Posted in programming | Tagged , , , | Comments Off on Machine generation of PDF files the easy way – part V

Machine generation of PDF files the easy way – part IV

This fourth example will extend upon my previous XSL-FO script to convert the list from a table with a few boxes into more of a polished form. The final result will generate a form and will look like this. You … Continue reading

Posted in programming | Tagged , , , | Comments Off on Machine generation of PDF files the easy way – part IV

Machine generation of PDF files the easy way – part III

This third example will extend upon my XSL-FO script to convert the list into more of a table. The result will generate a form and will look like this. What I find to be really well done in XSL-FO and … Continue reading

Posted in programming | Tagged , , , | Comments Off on Machine generation of PDF files the easy way – part III

Machine generation of PDF files the easy way – part II

In my previous article, I went through the basics of what tools would be necessary to use Apache FOP to create PDF files. In this second example will extend upon my XSL-FO script to add a header and footer to … Continue reading

Posted in programming | Tagged , , , | Comments Off on Machine generation of PDF files the easy way – part II

Machine generation of PDF files the easy way – part I

The tools In order to reproduce this work you will need to download Apache FOP and have a recent version of Java on your computer. https://xmlgraphics.apache.org/fop/download.html Page layout There are a number of books that spend hundreds of pages to … Continue reading

Posted in programming | Tagged , , , | Comments Off on Machine generation of PDF files the easy way – part I

Machine generation of PDF files the easy way

In the beginning, personal computers were not quite so friendly and not all users really enjoyed working with them in that pre-windowed state. In that sense, windows from Microsoft was really an advancement as it provided a easy to use … Continue reading

Posted in programming | Tagged , , , | Comments Off on Machine generation of PDF files the easy way