Search found 1 match

by myers.group
Wed May 01, 2013 7:39 pm
Forum: Programming
Topic: .NET API automation
Replies: 0
Views: 85030

.NET API automation

I am using the C# .NET API. Using the following snippet extracted from a method I wrote to append a file to a given PDF (this code came almost exactly as is from the online documentation)... string printerName = PdfUtil.DefaultPrinterName; PdfSettings pdfSettings = new PdfSettings(); pdfSettings.Pri...