How to

open pdf using Acrobat Reader

Published: 9. October 2011 | Updated: 26. October 2011
License: Microsoft Public License (MS-PL)
Categories: Windows » Processes
Tags: C# Windows
Was this snippet helpful for you? YESYES / NONO

Import namespace

using System.Diagnostics;

Code

Process.Start(@"C:\document.pdf");
Send us feedback about this snippet »



Related Snippets: