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