<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: PB11 + windows 2012 R2 + ghostscript save as PDF ? in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/pb11-windows-2012-r2-ghostscript-save-as-pdf/qaa-p/324355#M5863</link>
    <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;BR /&gt;Yes, to be honest i tried them both  32 and 64. And so many other GS versions besides 9.20.&lt;/P&gt;&lt;P&gt;Do you have it working on a 2012 R2 Chris ? &lt;BR /&gt;&lt;BR /&gt;TIA&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
    <pubDate>Sat, 19 Nov 2016 08:05:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-11-19T08:05:52Z</dc:date>
    <item>
      <title>PB11 + windows 2012 R2 + ghostscript save as PDF ?</title>
      <link>https://community.sap.com/t5/technology-q-a/pb11-windows-2012-r2-ghostscript-save-as-pdf/qaq-p/324353</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I have read all the recent posts about powerbuilder and ghostscript.&lt;/P&gt;&lt;P&gt;I have downloaded GS v.9.20 for a windows2012 R2 installation , PB11.5.1.&lt;/P&gt;&lt;P&gt;Anyone got GS sybase datawindow PS working on a windows 2012 R2 please ? If yes, which gs version ? Any manual changes to perform to make this work ? No matter what i end up receiving 0 kb PDF files. &lt;/P&gt;&lt;P&gt;Been looking at this issue for 2 days straigth ...&lt;/P&gt;&lt;P&gt;TIA&lt;BR /&gt; John&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 11:14:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pb11-windows-2012-r2-ghostscript-save-as-pdf/qaq-p/324353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-11-18T11:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: PB11 + windows 2012 R2 + ghostscript save as PDF ?</title>
      <link>https://community.sap.com/t5/technology-q-a/pb11-windows-2012-r2-ghostscript-save-as-pdf/qaa-p/324354#M5862</link>
      <description>&lt;P&gt;Hi John;&lt;/P&gt;&lt;P&gt;  Did you use the 64bit version of GS in your W2012R2 environment?&lt;/P&gt;&lt;P&gt;Regards ... Chris&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 16:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pb11-windows-2012-r2-ghostscript-save-as-pdf/qaa-p/324354#M5862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-11-18T16:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: PB11 + windows 2012 R2 + ghostscript save as PDF ?</title>
      <link>https://community.sap.com/t5/technology-q-a/pb11-windows-2012-r2-ghostscript-save-as-pdf/qaa-p/324355#M5863</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;BR /&gt;Yes, to be honest i tried them both  32 and 64. And so many other GS versions besides 9.20.&lt;/P&gt;&lt;P&gt;Do you have it working on a 2012 R2 Chris ? &lt;BR /&gt;&lt;BR /&gt;TIA&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 08:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pb11-windows-2012-r2-ghostscript-save-as-pdf/qaa-p/324355#M5863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-11-19T08:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: PB11 + windows 2012 R2 + ghostscript save as PDF ?</title>
      <link>https://community.sap.com/t5/technology-q-a/pb11-windows-2012-r2-ghostscript-save-as-pdf/qaa-p/324356#M5864</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;I think I posted this on the old forum so you may have already seen it and the versions I used were a bit different, but this is what I had to do to get Ghostscript PDF working for a PB 10.5 application on Windows Server 2012.&lt;/P&gt;&lt;P&gt;1. I installed the 32 bit version of Ghostscript and printer driver (Version 9.19)&lt;/P&gt;&lt;P&gt;2. Then I had to add the Ghostscript printer driver to the registry for the default account (see &lt;A href="https://support.microsoft.com/en-au/kb/184291)" target="test_blank"&gt;https://support.microsoft.com/en-au/kb/184291)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is the registry file I ran to do that:&lt;/P&gt;&lt;P&gt;Windows Registry Editor Version 5.00&lt;BR /&gt;&lt;BR /&gt;[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows NT\CurrentVersion\Devices]&lt;BR /&gt;"Ghostscript PDF"="winspool,FILE:"&lt;BR /&gt;&lt;BR /&gt;[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows NT\CurrentVersion\PrinterPorts]&lt;BR /&gt;"Ghostscript PDF"="winspool,FILE:,15,45"&lt;BR /&gt;&lt;BR /&gt;[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows NT\CurrentVersion\Windows]&lt;BR /&gt;"UserSelectedDefault"=dword:00000001&lt;BR /&gt;"Device"="Ghostscript PDF,winspool,FILE:"&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 03:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pb11-windows-2012-r2-ghostscript-save-as-pdf/qaa-p/324356#M5864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-11-21T03:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: PB11 + windows 2012 R2 + ghostscript save as PDF ?</title>
      <link>https://community.sap.com/t5/technology-q-a/pb11-windows-2012-r2-ghostscript-save-as-pdf/qaa-p/324357#M5865</link>
      <description>&lt;P&gt;For some versions of PowerBuilder, if you use the 64bit version as Chris suggests, you have to copy/rename gswin64.exe to gswin32.exe as it is hard coded within the PB runtime. In later versions they changed it to somehow figure out which one to use.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 13:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pb11-windows-2012-r2-ghostscript-save-as-pdf/qaa-p/324357#M5865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-11-21T13:39:09Z</dc:date>
    </item>
  </channel>
</rss>

