- Powerbuilder 11.5 build 3127
- Ghostscript 8.64 win32
- OS windows 2008 server win64
> Hello,
>
> When generate a PDF file using Ghostscript using the
> following script :
>
> a_dw.Modify("DataWindow.Export.PDF.Method = Distill!")
> a_dw.Modify("DataWindow.Printer = 'Excalibur PDF GS'")
> a_dw.Modify("DataWindow.Export.PDF.Distill.CustomPostScrip
> t='1'") a_dw.SaveAs(as_filename, PDF!, False)
>
> Our old application version in PB 10.5 works fine
> With the new application in PB 11.5, the generation of the
> PDF failed
>
> Any ideas ?
>
> Thank you
>
>
>
> -
When I copy the GS directory (and subdirectories) from
C:\Program Files to my application folder (from where my
program is launched), a PDF file is generated but the file
is empty.
When I remove this GS directory the PDF file is not
generated
On 12 Jun 2009 07:47:21 -0700, jms wrote:
>I found a solution :
>
>- uninstall GhostScript 8.64 (latest current release)
>- install GhostScript 8.60 (the main difference i see with
>8.64 is that this release create a subfolder named "fonts"
>in "c:\progam files\gs")
>- copy the "gs" folder ncluding all subfolders in my
>application folder
>
>=> it works
When generate a PDF file using Ghostscript using the
following script :
a_dw.Modify("DataWindow.Export.PDF.Method = Distill!")
a_dw.Modify("DataWindow.Printer = 'Excalibur PDF GS'")
a_dw.Modify("DataWindow.Export.PDF.Distill.CustomPostScript='1'")
- uninstall GhostScript 8.64 (latest current release)
- install GhostScript 8.60 (the main difference i see with 8.64 is that this
release create a subfolder named "fonts" in "c:\progam files\gs")
- copy the "gs" folder ncluding all subfolders in my application folder
=> it works
<jms> a �crit dans le message de news: 4a31f6bf.52...@sybase.com...