Search found 2 matches

by missChex13
Fri Apr 23, 2010 2:38 am
Forum: GFL SDK
Topic: PDF to Image using GflAx: Image generated is incomplete
Replies: 7
Views: 3838

PDF to Image using GflAx: Image generated is incomplete

Hi all! I'm a bit new to using GflAx, and I'm using it for a project in C#. For that project, I need to generate thumbnail of the first page of a PDF file. This is the main code I used:


string file = "C:\\Users\\me\\Desktop\\PDFtest\\mouse.pdf";
string image = "C:\\Users\\me\\Desktop\\PDFtest ...