Search found 8 matches

by StephSBS
Fri Nov 18, 2011 3:47 pm
Forum: GFL SDK
Topic: GFL SDK X64 Windows 7
Replies: 5
Views: 4036

Re: GFL SDK X64 Windows 7

Hi Guido,
a new version may be available in november.

For the moment copy the 64 bit dll and remane it with the 32 bit dll name.
I.E: C:\Program Files\gs\gs9.04\bin\gsdll64.dll =>C:\Program Files\gs\gs9.04\bin\gsdll32.dll

it work for me.

Best regards.
by StephSBS
Fri Oct 07, 2011 5:53 pm
Forum: GFL SDK
Topic: GFL SDK X64 Windows 7
Replies: 5
Views: 4036

Re: GFL SDK X64 Windows 7

In my HKLM/Software/GPL Ghostscript/9.04 I have these values:
GS_DLL REG_SZ C:\Program Files\gs\gs9.04\bin\gsdll64.dll
GS_LIB REG_SZ C:\Program Files\gs\gs9.04\bin;C:\Program Files\gs\gs9.04\lib;C:\Program Files\gs\gs9.04\fonts
by StephSBS
Fri Oct 07, 2011 9:42 am
Forum: GFL SDK
Topic: GFL SDK X64 Windows 7
Replies: 5
Views: 4036

GFL SDK X64 Windows 7

Hi,
I use GFL SDK 3.40 and I compiled for X64 plateform, compliation is ok.
But when I try to get file information (GFLC_FILE_INFORMATION) for pdf ( info.getFromFile(DIR"test_pdf.pdf"); ), this method returns the error code 6 and on the console it was written:
GSCheck C:\Program Files\gs\gs9.04\bin ...
by StephSBS
Thu Apr 14, 2011 9:34 am
Forum: GFL SDK
Topic: DWG convertion
Replies: 5
Views: 2639

Re: DWG convertion

Ok thanks.
by StephSBS
Thu Apr 14, 2011 8:49 am
Forum: GFL SDK
Topic: DWG convertion
Replies: 5
Views: 2639

Re: DWG convertion

Hi peter,
Thanks for your answer.
I already donwloaded TrueView from Autodesk.
I already donwladed ABViewer.
Now I will try to use GFL SDK to load DWG and try to save it into an image.
If I right, GFL SDK can load DWG when ABViewer is installed, isn't it ?
I would like just build a preview of the ...
by StephSBS
Wed Apr 13, 2011 9:28 pm
Forum: GFL SDK
Topic: DWG convertion
Replies: 5
Views: 2639

DWG convertion

Hi all,
i would know how to convert DWG to jpeg (or another image format).
I already seen that GFL SDK needs an extra tool like CADTools, but do it work with another viewer?

Could you give an exemple of convertion?

Thanks.
Steph.
by StephSBS
Tue Jan 25, 2011 9:04 am
Forum: GFL SDK
Topic: GFLC_FILE_INFORMATION getFromFile the with is bag
Replies: 2
Views: 1845

Re: GFLC_FILE_INFORMATION getFromFile the with is bag

Hi,
I use the GFL SDK 3.11 for windows
Y cant' post the PDF because is too big.
Could you send me your email in private message?

By
by StephSBS
Mon Jan 24, 2011 4:42 pm
Forum: GFL SDK
Topic: GFLC_FILE_INFORMATION getFromFile the with is bag
Replies: 2
Views: 1845

GFLC_FILE_INFORMATION getFromFile the with is bag

Hi,

I have an mistake with the width of pdf file after loading with GFLC_FILE_INFORMATION getFromFile (GFL sdk/C++).
When I load this pdf file from XnView the with and the height is ok.
but when I load from GFL sdk the with is not the same that XnView.
There are 29 pages so 29 images.
First page ...