Converting .ufx reports to .pdf

Ned

New Member
Hi,

We are converting a PROGRESS application to MS .Net 4.0 platform. This application has reports in .ufx format (never heard of it, not even google). It uses an application called xPrint to view the reports.

We would like to convert these reports to .pdf or at least to an image file, but haven't found a way to do this. I have also contacted the developer of the xPrint application, he had no idea how to do this.

Does anyone here have any experiance with these .ufx reports and how to convert them?

Thanks in advance.
 
Is the xPrint Informatik's xPrint? If so, then a quick google search tells me this program should be able to convert them...
 
Ahhh right that xPrint. Used to use that one years ago. Check this page out and point 24. http://www.4gl.fr/vpxprint.htm You should be able to use xPrint to generate the PDFs. So if you can re-engineer the progress code that generates the reports you should be able to output them as pdf. Other than that you'll not manage it I'm afraid.
 
Back
Top