Genesis Report post Posted November 8, 2011 Hi There, I could not able to save fusio chart as pdf. It throws "File not found" error. How to resolve this issue? Thanks . Share this post Link to post Share on other sites
chiragaegis Report post Posted April 14, 2012 First of all you create doc. file and then u convert in pdf file. Share this post Link to post Share on other sites
Guest vishal@fusioncharts Report post Posted April 16, 2012 Hi Genesis, Could you please help me with the exact repro steps? Additionally could you provide the contents of the CollabionCharts_ErrorLog list? You may find this list by clicking on the All Site Content link. Thanks Vishal Hi There, I could not able to save fusio chart as pdf. It throws "File not found" error. How to resolve this issue? Thanks . Share this post Link to post Share on other sites
Bessemer Report post Posted March 27, 2014 well, have you ever tried to implement a pdf saving plugin to your project, I can share following pdf saving methods with you that come from a third party, you can call the apis to prorgam a small pdf saving application: Private Sub Save(filePath As [string]) Implements PDFDocument.SaveEnd SubPrivate Sub Save(s As Stream) Implements PDFDocument.SaveEnd SubPrivate Sub SaveDocumentFile(doc As REDocument, filePath As [string], decoder As BaseDecoder) Implements REFile.SaveDocumentFileEnd Sub Share this post Link to post Share on other sites