GFL&ASP for reading PDF file

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

matvei
Posts: 2
Joined: Mon Feb 26, 2007 6:50 am

GFL&ASP for reading PDF file

Post by matvei »

Hello.
I use your program GWLAX together with plugin Ghostscript for reading PDF files.
As the test: Preservation in file JPG passes successfully (but only 1 page from 4).
How to keep other pages?

How to display in browser PDF file, without Acrobat Reader?
Function .SendBinary for this purpose?
At present the script looks so:

Code: Select all

Set objGflAx = Server.CreateObject("GflAx.GflAx")
objGflAx.LoadBitmap(mDirTemp & "DOC\" & mObjParameter)
objGflAx.EpsDpi = 72

'Response.write "<p>Pages : " & objGflAx.NumberOfPages & "</p>"
'objGflAx.SaveformatName = "jpeg"
'objGflAx.SaveBitmap(mDirTemp & "ERROR\rt")

Response.BinaryWrite objGflAx.SendBinary
Thank for the answer
User avatar
xnview
Author of XnView
Posts: 44470
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: GFL&ASP for reading PDF file

Post by xnview »

matvei wrote:Hello.
I use your program GWLAX together with plugin Ghostscript for reading PDF files.
As the test: Preservation in file JPG passes successfully (but only 1 page from 4).
How to keep other pages?
If you want to render other page, use PreviousPage/NextPage
How to display in browser PDF file, without Acrobat Reader?
Function .SendBinary for this purpose?
GFLAx doesn't use ACrobat, but AFPL ghostscript
Pierre.
matvei
Posts: 2
Joined: Mon Feb 26, 2007 6:50 am

Post by matvei »

Thank
In case of purchase GFLAx, I can receive what additional support?
User avatar
xnview
Author of XnView
Posts: 44470
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Post by xnview »

matvei wrote:Thank
In case of purchase GFLAx, I can receive what additional support?
Purchasing GFLAx is only needed for commercial project...
Pierre.