Search found 3 matches

by marchino
Tue Oct 19, 2010 1:14 pm
Forum: Example requests & Code samples
Topic: Printing PDF from C#
Replies: 1
Views: 2461

Printing PDF from C#

Hi, I'm trying to print a PDF file in a windows service written in C#. I'm using: AxGdPicturePro5.AxGdViewer viewer = new AxGdPicturePro5.AxGdViewer(); viewer.SetLicenseNumber("xxxxxxxxxxxxxxxxxxxxxxx"); viewer.LockControl = true; viewer.DisplayFromPdfFile(filename); viewer.PrintSetActiveP...
by marchino
Fri Jan 23, 2009 4:01 pm
Forum: Example requests & Code samples
Topic: Convert from PDF to multipage Tiff or JPEG
Replies: 12
Views: 35387

Re: Convert from PDF to Tiff

Shame on me, it was my fault.
Your code does work !!!
Thanks
by marchino
Thu Jan 22, 2009 3:28 pm
Forum: Example requests & Code samples
Topic: Convert from PDF to multipage Tiff or JPEG
Replies: 12
Views: 35387

Re: Convert from PDF to Tiff

I tried your code with a multipage PDF, but only the first page seemed to be converted in black/white.
Thanks