Home » Developer & Programmer » Application Express, ORDS & MOD_PLSQL » Print page having SVG Chart
Print page having SVG Chart [message #458804] Tue, 01 June 2010 23:15 Go to next message
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
Littlefoot
Messages: 21806
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.
Previous Topic: set buttonwidth
Next Topic: Step by Step solution to pdf printing
Goto Forum:
  


Current Time: Fri Mar 29 07:35:03 CDT 2024