problems with pdf files
Posted: Sun Dec 15, 2013 1:58 pm
Hi,
I'm trying to open a pdf file but always returns me the Error 6 (unknown format). I use version 3.92 of libgfl. The code (in Delphi) is as follows:
pdf file for example: https://mega.co.nz/#!cFczERbY!WQOF-krKw ... oPb8ACQL40
Can you tell me what is the problem?
Regards...
Miguel Angel
I'm trying to open a pdf file but always returns me the Error 6 (unknown format). I use version 3.92 of libgfl. The code (in Delphi) is as follows:
Code: Select all
gflGetDefaultLoadParams(mLoadOption);
mError := gflLoadBitmap(Pchar(FileNamePDF),mOriBitmap, mLoadOption, mInformation);
if mError = GFL_NO_ERROR then
begin
Label11.Caption := IntToStr(mInformation.NumberOfImages);
end else label11.Caption := 'Error: ' + inttostr(mError);
gflFreeBitmapData(mOriBitmap);
Can you tell me what is the problem?
Regards...
Miguel Angel