Search found 4 matches

by zliang68
Wed Aug 31, 2005 1:12 am
Forum: GFL SDK
Topic: Program crashed when converting the second page of a pdf
Replies: 1
Views: 1399

Program crashed when converting the second page of a pdf

I tried to convert a two pages PDF into two PNG.

It worked when I converted only one page(either first or second page) from the PDF.

The program crash when reaching the call to gflSaveBitmapIntoHandle(VarPtr(SData), GflBitmap, GflSaveParams) for the second images (see code below).
Anyone can ...
by zliang68
Tue Aug 30, 2005 5:35 am
Forum: GFL SDK
Topic: How to use GFL to convert PDF to images?
Replies: 3
Views: 2337

I tried to convert a two pages PDF into two PNG.

It worked when I converted only one page(either first or second page) from the PDF.

The program crash when reaching the call to gflSaveBitmapIntoHandle(VarPtr(SData), GflBitmap, GflSaveParams) for the second images (see code below).
Anyone can help ...
by zliang68
Mon Aug 29, 2005 11:26 pm
Forum: GFL SDK
Topic: How to use GFL to convert PDF to images?
Replies: 3
Views: 2337

Thanks for your reply.
I can only get the first page of the PDF converted to an image. How can I read the next page of the PDF?

Thanks
by zliang68
Mon Aug 29, 2005 5:34 am
Forum: GFL SDK
Topic: How to use GFL to convert PDF to images?
Replies: 3
Views: 2337

How to use GFL to convert PDF to images?

Hi,

I have tested XNView to export a PDF file to GIF images resulting very good image quality and file size.
I try to use GFL to convert a PDF to images. How can I get the page count of a PDF file? Could anyone give me some ideas?

Thanks.