Focal Point
Printing a launch page / dashboard

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1461084022/m/5971002982

June 25, 2008, 05:36 AM
Clinton Side-Kick
Printing a launch page / dashboard
For our customer, we have created various layout template pages for measures with specific gadget combinations per page (i.e. Header-, graph-, grid-, legend-, and footer gadgets). The user can drill into a layout page for a measure from their today page.

Now the user wants to print all of the content from the layout page. Some of the background colours are left out by the print preview (probably a printer default setting).

My question is, has anyone created a function/mechanism to convert the content of a page consisting of multiple gadgets to pdf and then send the resulting document to a printer?

I am hoping that I have not missed this in a previous thread, apologies if I have.

Regards


--------------------------------------------------------------------------------
prod: WF/AS 8.2.05; OmniGen;
In FOCUS since 1991
June 25, 2008, 11:41 AM
Bob Jude Ferrante
The page is mixed content over HTML and so printing is a browser function. Gadgets are HTML objects. WebFOCUS isn't a general purpose PDF output tool... it doesn't have the ability to print a mixed-layout HTML page as PDF (even WebFOCUS HTML layout pages don't convert to PDF this way). You can have straight HTML (not run through the WebFOCUS server) and other applications such as Google Maps and Flash objects in gadgets... and since these don't go through the stylesheet driver, it's beyond the scope of what WebFOCUS is designed to do.

But there are solutions. There are free utilities out there to print content as PDF. I recommend PrimoPDF, which is a freeware print driver you can install on their PCs. They can use the browser print function, specify the PrimoPDF print driver, and print the entire page to a PDF file.

thanks


Bob Jude Ferrante
Director of Business and Development
WebFOCUS Performance Management
Bob_Ferrante@ibi.com
917-339-5105

I'll take any questions about PMF - business or technical - anytime!

June 25, 2008, 03:50 PM
Clinton Side-Kick
quote:
PrimoPDF

Thanks for the quick update.
Your answer is fair enough.
And your suggestion even better.
Thanks, PrimoPDF works well.


--------------------------------------------------------------------------------
prod: WF/AS 8.2.05; OmniGen;
In FOCUS since 1991