Quantcast
Channel: .:: محمدحسین فخرآوری ::.
Viewing all articles
Browse latest Browse all 234

خروجی pdf بدون باز کردن ریپورت همراه با تیک زدن EmbeddedFonts

$
0
0
public ActionResult PrintPdf(string id = "") { var report = this.GetReport2(id); var settings = new Stimulsoft.Report.Export.StiPdfExportSettings() { ImageQuality = 1.0f, ImageResolution = 300, EmbeddedFonts = true, UseUnicode = false, StandardPdfFonts = true }; var service = new Stimulsoft.Report.Export.StiPdfExportService(); var stream = new MemoryStream(); service.ExportTo(report, stream, settings); return File(stream.ToArray(),

Viewing all articles
Browse latest Browse all 234

Trending Articles