0

How to Export Timeline Component to PDF?? [closed]

asked 2015-12-02 09:04:28 +0800

temp0225 gravatar image temp0225
1

As I have mentioned above I need a information regarding Export Timeline Component to pdf. As for as I know only Mesh and Tree Components are possible to Export to pdf. Plz help me regarding this issue.

ByteArrayOutputStream out = new ByteArrayOutputStream();

        PdfExporter exporter = new PdfExporter();
        exporter.export(gridLeft, out);

        AMedia amedia = new AMedia("FirstReport.pdf", "pdf", "application/pdf", out.toByteArray());
        Filedownload.save(amedia);
        out.close();
delete flag offensive retag edit

The question has been closed for the following reason "duplicate question" by chillworld
close date 2015-12-02 09:10:42

Comments

Question tools

Follow

RSS

Stats

Asked: 2015-12-02 09:04:28 +0800

Seen: 18 times

Last updated: Dec 02 '15

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More