C#/VB.NET – How to Print Preview PDF in WinForms

Before you send a PDF document to printer, you may want to preview the printing result in advance. In this article, you will learn how to print preview a PDF document in a Windows Forms application by using PrintPreviewControl and Spire.PDF for .NET. Create a Windows Forms Application The Windows Forms application simply consists of … Continue reading C#/VB.NET – How to Print Preview PDF in WinForms

C#/VB.NET – Get Paragraphs from Word by the Paragraph Style Name

The ability to retrieve paragraphs from a Word document is one of the essential qualities a Word library should have. Getting a paragraph by its style name can help developers accurately access a paragraph in a short time. This article shows you how to obtain paragraphs by their style names using Spire.Doc for .NET. Spire.Doc … Continue reading C#/VB.NET – Get Paragraphs from Word by the Paragraph Style Name