Page 1 of 1

Exported Pdf file doesnt show with Adobe Reader

Posted: Wed Dec 16, 2009 11:40 am
by iman_22a
Hello.
I use 2009.3 release of Stimulsoft Web Report. I can not open Exported pdf files with adobe Acrobat reader.this program throw an error.

i also try following way that work fine for me

Code: Select all

Report.Render(False)
Dim MySettings As New Stimulsoft.Report.Export.StiPdfExportSettings()
Report.ExportDocument(Stimulsoft.Report.StiExportFormat.Pdf, Server.MapPath("temp\d.pdf"), MySettings)
but still have problem in direct export without create temp file in server

thanks.

Exported Pdf file doesnt show with Adobe Reader

Posted: Thu Dec 17, 2009 12:52 am
by Jan
Hello,
I use 2009.3 release of Stimulsoft Web Report. I can not open Exported pdf files with adobe Acrobat reader.this program throw an error.
Please send to us mdc file for this report. Also we need pdf file which is not work.
i also try following way that work fine for me

Code: Select all

Report.Render(False)
Dim MySettings As New Stimulsoft.Report.Export.StiPdfExportSettings()
Report.ExportDocument(Stimulsoft.Report.StiExportFormat.Pdf, Server.MapPath("temp\d.pdf"), MySettings)
but still have problem in direct export without create temp file in server
You can use following code;

Code: Select all

Report.Render(False)
Stimulsoft.Report.Web.StiReportResponse.ResponseAsPdf(Page, Report)
Thank you.

Exported Pdf file doesnt show with Adobe Reader

Posted: Thu Dec 17, 2009 3:56 pm
by iman_22a
Hi Jan

I sent files for you to Support@stimulsoft.com

I am waiting for your reply.

Exported Pdf file doesnt show with Adobe Reader

Posted: Fri Dec 18, 2009 7:14 am
by Edward
Hi

Please send us your files again along with a test project. Some of your files were corrupt, please check it.

Maybe there were any problems with encoding?

Thank you.

Exported Pdf file doesnt show with Adobe Reader

Posted: Fri Dec 18, 2009 9:27 am
by iman_22a
Edward wrote:Hi

Please send us your files again along with a test project. Some of your files were corrupt, please check it.

Maybe there were any problems with encoding?

Thank you.
ohhh,Encoding.my be, because my information is in UTF8 (Persian Language) . but No,Because by second way all things works completely and PDf file is correct.

Exported Pdf file doesnt show with Adobe Reader

Posted: Fri Dec 18, 2009 4:20 pm
by Jan
Hello,

Sorry i can't open this pdf file and this pdf file is not created by Reports.Web. For example first 5 chars from this file absolutelly is not correct for pdf file.

Thank you.

Exported Pdf file doesnt show with Adobe Reader

Posted: Sat Dec 19, 2009 5:56 am
by iman_22a
Jan wrote:Hello,

Sorry i can't open this pdf file and this pdf file is not created by Reports.Web. For example first 5 chars from this file absolutelly is not correct for pdf file.

Thank you.
Hello,
Files created with Reports.web , the correct file that created with second way has same size with this one(but not same Exactly )

Exported Pdf file doesnt show with Adobe Reader

Posted: Thu Jan 07, 2010 12:31 pm
by Andrew
Hello,

Is it possible for you create a sample which reproduce the error.

Thank you.