Search found 1 match

by anoho
Fri Feb 10, 2012 5:25 pm
Forum: GFL SDK
Topic: Unknown format
Replies: 3
Views: 3222

Unknown format

Hello,

I have an error when i pass a pdf file to loadbitmap function: unknown format.

Do you know the solution to convert pdf to png?

Here is the code:

Dim inputDocument As PdfDocument = PdfReader.Open(strPdfFile, PdfDocumentOpenMode.ReadOnly)
Dim numberPages As Integer = inputDocument ...