Skip to content

Instantly share code, notes, and snippets.

@ameennihad
ameennihad / PdfFilePrinter.cs
Created May 16, 2018 20:34 — forked from iamsilvio/PdfFilePrinter.cs
Print PDFs with Adobe Acrobat Reader from c#
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Microsoft.Win32;
namespace skat.Printserver
{
/// <summary>
/// A wrapper around Adobe Acrobat Reader that helps to print PDF files.