Similar functions

<< Click to Display Table of Contents >>

Navigation:  Direct Calls to DLL > pdfMakeImage - convert selected pages to bitmaps >

Similar functions

pdfMakeJPEG uses the same functions as pdfMakeImage and works the same way.

The only difference is that it does not expect UTF8 strings. It was mainly provided for compatibility to WPViewPDF Version 2.

 

function pdfMakeJPEG(filename: PAnsiChar; password: PAnsiChar;

  licname, lickey: PAnsiChar;

  liccode: Cardinal;

  destpath: PAnsiChar; // Use %d store page number !

  frompage, to_page: Integer;

  jpegres: Integer): Integer; stdcall;

 

 

pdfMakeImageW works like pdfMakeImage but expects unicode strings.

 

function pdfMakeImageW(filename: PWideChar; password: PWideChar;

  licname, lickey: PWideChar;

  liccode: Cardinal;

  destpath: PWideChar; // Use %d store page number !

  frompage, to_page: Integer;

  jpegres: Integer): Integer; stdcall;