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
Search found 6 matches
- Fri Feb 06, 2009 4:45 pm
- Forum: GFL SDK
- Topic: Colour quality isn't right (images included)
- Replies: 3
- Views: 1499
- 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)

I've tried lots of settings, it keeps coming out with quite off colours! Any ideas?
- Thu Jan 22, 2009 12:29 pm
- Forum: GFL SDK
- Topic: Converting from PDF to JPEG bad quality
- Replies: 4
- Views: 2703
- Thu Jan 22, 2009 10:30 am
- Forum: GFL SDK
- Topic: Converting from PDF to JPEG bad quality
- Replies: 4
- Views: 2703
- 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 ...
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 ...
- 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 ...
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 ...