Skip to content

Latest commit

 

History

History

Draw and print PDF

Render and print PDF in C# and VB.NET

This group contains samples that show how to use Docotic.Pdf library to render and print PDF documents in C# and VB.NET. There are samples that show how to convert PDF to image, create an image of a PDF page with the specified zoom level, and make a thumbnail of a PDF page.

Don't miss all other samples.

Draw page on Graphics

This sample shows how to draw a PDF page on the drawing surface of a System.Drawing.Graphics.

Draw zoomed PDF page

This sample shows how to save an image of a PDF page with the specified zoom level.

Make page thumbnail

This sample shows how to make thumbnail of a PDF page.

Print PDF

This sample shows how to print PDF documents to a printer in Windows Forms and WPF applications.

Print PDF in Eto.Forms applications

This sample shows how to print PDF documents to a printer in Eto.Forms application.

Save PDF or its page as bitonal TIFF

This sample shows how to save a PDF page or the whole PDF document as a bitonal (black and white) TIFF image.

Save PDF as multipage TIFF

This sample shows how to save a PDF document as a multipage TIFF image.

Save PDF page as image

This sample shows how to save a PDF page as an image (i.e. how to convert a PDF page to PNG, JPG, or TIFF image).

Save PDF page as image with specified resolution

This sample shows how to save a PDF page as an image with the specified resolution.