Sign in to follow this  
Genesis

Save As Pdf - File Not Found Error

Recommended Posts

Guest vishal@fusioncharts

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

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.Save
End Sub
Private Sub Save(s As Stream) Implements PDFDocument.Save
End Sub
Private Sub SaveDocumentFile(doc As REDocument, filePath As [string], decoder As BaseDecoder) Implements REFile.SaveDocumentFile
End Sub

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this