ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Embed multiple chart in 1 pdf (.Net window application)
Posted by Alfred Ang on Feb-19-2014 18:40
http://www.advsofteng.com/product.html

Web Friendly
Produces charts in PNG, JPEG, BMP, WBMP, GIF and SVG, and sends them to the browsers on the fly. No temporary image files on hard disk required. Viewable by virtually all browsers, including mobile devices. Charts can be embedded in email, word documents, PDF, etc. as images. No client side Java, Flash or ActiveX controls required.

I would like to use this in .Net window application to embed multiple chart in 1 pdf. Is it possible ? Thanks

  Re: Embed multiple chart in 1 pdf (.Net window application)
Posted by Peter Kwan on Feb-19-2014 23:35
Hi Alfred,

Yes, you can embed as many charts as you like in PDF. A lot of our customers are using
ChartDirector to create charts in PDF documents.

Note that you would need to create the PDF with your own code (or with a third party
library). ChartDirector only generates the charts to be included in the PDF. This is similar to
write a web page - you can include as many charts as you like in the web page, but you
would need to write the HTML of your web page.

ChartDirector can output the charts in PNG, JPEG, SVG, BMP or GIF formats, both in memory
and as an image file on the hard disk. Virtually all PDF generating software can accept at
least some of those formats. So your code can create multiple charts, and use your PDF
generating software to include those charts into the PDF.

Hope this can help.

Regards
Peter Kwan