Search found 6 matches

by HoldThem
Fri Feb 06, 2009 4:45 pm
Forum: GFL SDK
Topic: Colour quality isn't right (images included)
Replies: 3
Views: 1499

Thanks for the reply, is there any way with this component to ignore the ICC profile, or will I have to remove it before uploading?

Thanks for your reply
by HoldThem
Thu Feb 05, 2009 9:58 am
Forum: GFL SDK
Topic: Colour quality isn't right (images included)
Replies: 3
Views: 1499

Colour quality isn't right (images included)

Image

I've tried lots of settings, it keeps coming out with quite off colours! Any ideas?
by HoldThem
Thu Jan 22, 2009 12:29 pm
Forum: GFL SDK
Topic: Converting from PDF to JPEG bad quality
Replies: 4
Views: 2703

Anyway to detect the DPI from the PDF when you load it? And also, if I specify a DPI over the DPI of the pdf, will it create any problems (ie pointless larger file sizes etc)
by HoldThem
Thu Jan 22, 2009 10:30 am
Forum: GFL SDK
Topic: Converting from PDF to JPEG bad quality
Replies: 4
Views: 2703

Thanks for the prompt reply.

Setting the epsdpi to 500 seems to bring it out losslessly, I don't have much idea what epsdpi is, what is it's maximum value? And what does it mean?

(Sorry, I really did look for documentation but couldn't find much!)

Thanks for your help
by HoldThem
Thu Jan 22, 2009 9:55 am
Forum: GFL SDK
Topic: Converting from PDF to JPEG bad quality
Replies: 4
Views: 2703

Converting from PDF to JPEG bad quality

Hi there,

I'm using the GFlax object in my ASP code to convert a PDF file into JPG files. I am finding that the JPEg conversions are a lot worse quality than the original file. My code is as follows:


'Sub to chop up PDF file
sub chopPDF(strPDFLocation, strJPGSaveLocation)

with graphicsCom ...
by HoldThem
Thu Jan 15, 2009 12:28 pm
Forum: GFL SDK
Topic: Can't open PDF file
Replies: 7
Views: 5711

Can't open PDF file

Hello there,

I have installed the latest version of Ghostscript, and the latest version of Gflax.

My ASP.net code is as follows:


'Initialise
Dim graphicsCom As Object

'Create the graphics object
graphicsCom = Server.CreateObject("GflAx.GflAx")

with graphicsCom
.EpsDpi = 72
.page = 1 ...