I sent this to support and now this feature request has been created.
Why I post it in the forum is basically to generate pressure :) but also to see if someone might have a workaround for this issue.
----------------------------
We really need the ability to preview PDF-files in Genero. Preferably by something similar as WEBCOMPONENT, but in a reliable way that works on all platforms.
This also has to be independent of GRE/GRV. Either we pass a filename (local to the server) to the component or an URL.
History:
We have about 160 reports in our system. This is legacy code, and we don't use old 4GL reports for this, we wrote the report engine ourselves. The biggest problem with our current system is that all reports use fixed font, although we can apply some decorations to the output (Bold, Italic, Underline).
Now we have started using a PDF java library called iText (
http://itextpdf.com/). I have modified our report engine to make use of that, so just by changing a few lines of code in each of our reports we now get columnar reports with proportional fonts that look so much better than the old ones.
In the old system, when the user runs a report he gets a preview of it in a TEXTEDIT. We just create a \<pre\> html page and the final report is reasonably presented. In the new system I generate a more complex HTML and it looks OK. However, we also have other reports that are based on filling out PDF-forms (possible in iText). These reports are impossibe to preview. Therefore we really need this functionality.
What do you think?