Skip to main content
Question

How do you produce XLSX, PDF, DOCX, and HTML documents?

  • July 14, 2026
  • 3 replies
  • 62 views

Doug Averch
Forum|alt.badge.img+1

A recent client asked how we produce different type documents within in the Universe/Unidata database. There is no Rocket Software product that does that I am aware of. Using a Eclipse open-source product called BIRT with a Universe/Unidata ODA interface you can produce all of those types and more. So, am I right about no Rocket Software product that creates reports in different formats?

3 replies

Jonathan Smith
Forum|alt.badge.img+4

There is nothing within UniVerse or UniData that will do this automatically. When I have needed to do this I have used python to do this as there are multiple free and easy to use add ins for python to do this. As python also has the ability to work with the U2 files it makes it an ideal match.

 


John Jenkins
Forum|alt.badge.img+1
  • Participating Frequently
  • July 15, 2026

Doug,

I’ve seen a few instances of virtual printer devices that output to a PDF if that - both on Windows or Unix. Otherwise Python.

 

Regards

JJ


Brian Leach
Forum|alt.badge.img+1
  • Participating Frequently
  • July 15, 2026

Hi Doug,

It all depends on the complexity of what you want to produce, how much control you want over it, and what skills you want to deploy. I’m going to do a quick pitch for mvPDF and mvSpread of course, those are the gold standard - (grin) - but for simple PDFs using Python with a library like fpdf will get you some way.