2X faster development
The ultimate ASP.NET Web Forms UI toolkit to boost your development speed.
PDF ViewerThe ASP.NET MVC PDF Viewer control supports viewing, reviewing, and printing PDF files in ASP.NET MVC applications. The hyperlink and table of contents support provides easy navigation within and outside the PDF files. The form-filling support provides a platform to fill, flatten, save, and print PDF files with AcroForm. PDF files can be reviewed with text markup annotation tools. Silent printing the PDF documentPDF viewer does not support Silent printing the PDF document in MVC platform. However, as a workaround you can print the PDF documents without showing print dialog box using Windows forms (Syncfusion.PdfViewer.Windows ) reference in MVC project. C# //Initializes the PDF viewer PdfViewerControl viewer = new PdfViewerControl(); //Loading the document in PDF viewer control viewer.Load(Server.MapPath("~/Data/F# Succinctly.pdf")); //Initializes the print dialog box PrintDialog dialog = new PrintDialog(); dialog.AllowPrintToFile = true; //Sets the PDF viewer print document to PrintDialog's document dialog.Document = viewer.PrintDocument; //Prints the PDF document dialog.Document.Print(); Sample: http://www.syncfusion.com/downloads/support/directtrac/general/ze/SilentPrinting1786629339 Refer here to explore the rich set of PDF Viewer features. An online demo link to view PDF documents using Syncfusion PDF Viewer.
|
2X faster development
The ultimate ASP.NET Web Forms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.