Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

printing a SVG Chart

696057May 31 2010
Hello,

I am using oracle 10g apex 3.2.
I am using SVG Chart in my page.
I want to print the SVG Chart.

So i have a print button which calls the following js function.

function PrintAndGo(loc)
{
var win=window.open(loc);
win.history.go(0);
win.window.print();
win.focus();
}

But the problem is i print that page to a Primo PDF page , in that i cant see the chart it's just comes as empty space there.

Why is that so?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 28 2010
Added on May 31 2010
0 comments
426 views