Print page having SVG Chart [message #458804] |
Tue, 01 June 2010 23:15 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
swapna053
Messages: 18 Registered: March 2010
|
Junior Member |
|
|
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 from current page ,which calls the following js function and opens another page for printing.
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
|
|
|
Re: Print page having SVG Chart [message #458824 is a reply to message #458804] |
Wed, 02 June 2010 01:01 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/72104.gif) |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
What is the result if you do NOT print to Primo PDF, but an "ordinary" printer (such as HP Laserjet series)? Is there anything on the paper? If not, your function might be wrong. If, on the other hand, a SVG chart gets printed, maybe there's something wrong about Primo PDF.
|
|
|