Hi Jason, I'm using HiQPDF (.NET) it allows me to send either a URL or post an entire HTML (SVG and all) and in return I'm getting a PDF You can check their demo here: http://www.hiqpdf.com/demo/ConvertHtmlToPdf.aspx
If you're using other languages, I'm sure you can find other great libraries. In addition, you can check the code posted by asgallant. Hope that helps, On Wed, Dec 5, 2012 at 7:35 AM, Jason Feng <[email protected]> wrote: > Thanks very much! > > It will be great to draw all the charts in a PDF report. Could you please > tell me more details about what external library and how to convert the > entire SVG to a PDF? > > Best regards, > Jason > > > On Tuesday, 4 December 2012 13:26:18 UTC+11, TheNez wrote: > >> 1. you can make multiple canvas elements. One foe each chart. >> 2. If the purpose is (in the end) draw the chart in a PDF report, you can >> use an external library that draws the entire SVG. >> >> >> >> >> On 4 בדצמ 2012, at 01:40, Jason Feng <[email protected]> wrote: >> >> Thanks a lot! >> >> But I am with very limited knowledge of HTML. Could you please kindly >> show me more details of how to put multiple charts in the canvas element? >> >> Best regards, >> Jason >> >> On Saturday, 1 December 2012 03:09:29 UTC+11, asgallant wrote: >>> >>> You could try modifying the existing code for turning charts into images >>> to put multiple charts in the canvas element, and see if that works for you. >>> >>> On Friday, November 30, 2012 12:39:41 AM UTC-5, Jason Feng wrote: >>>> >>>> Hello, >>>> >>>> I have been using Google Visualization API to generate a couple charts >>>> in a table. I have seen some discussion to save one chart to an image at >>>> one time. I am wondering if there is a way to save all the charts in table >>>> as one image? >>>> >>>> Thanks in advance. >>>> >>>> Best regards, >>>> Jason >>>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "Google Visualization API" group. >> To view this discussion on the web visit https://groups.google.com/d/** >> msg/google-visualization-api/-**/8314kjg9FJ0J<https://groups.google.com/d/msg/google-visualization-api/-/8314kjg9FJ0J> >> . >> To post to this group, send email to google-visua...@**googlegroups.com. >> >> To unsubscribe from this group, send email to google-visualization-api+** >> [email protected]. >> For more options, visit this group at http://groups.google.com/** >> group/google-visualization-**api?hl=en<http://groups.google.com/group/google-visualization-api?hl=en> >> . >> >> -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-visualization-api/-/b8BB9qZOdtEJ. > > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
