Page 1 of 1

GFL&ASP for reading PDF file

Posted: Tue Feb 27, 2007 7:58 am
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

Re: GFL&ASP for reading PDF file

Posted: Fri Mar 02, 2007 1:31 pm
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

Posted: Tue Mar 06, 2007 7:11 am
by matvei
Thank
In case of purchase GFLAx, I can receive what additional support?

Posted: Tue Mar 13, 2007 2:22 pm
by xnview
matvei wrote:Thank
In case of purchase GFLAx, I can receive what additional support?
Purchasing GFLAx is only needed for commercial project...