<?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: Ghostscript and PDF in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403903#M4235572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no need to install / remove multiple versions of ghostscript. GS 9.18 is doing find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can install the printer via a batch file or like Roland shows it: &lt;A href="http://www.topwizprogramming.com/freecode_printerinstall.html" title="http://www.topwizprogramming.com/freecode_printerinstall.html"&gt;Topwiz Software - PrinterInstall&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use a network printer that acts to "create pdf file" the only experience I have is to use a linux box that will handle the stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&amp;nbsp; &lt;A href="https://www.steveroot.co.uk/2013/10/24/network-pdf-printing-from-windows-8/" title="https://www.steveroot.co.uk/2013/10/24/network-pdf-printing-from-windows-8/"&gt;https://www.steveroot.co.uk/2013/10/24/network-pdf-printing-from-windows-8/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arnd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Dec 2015 11:19:58 GMT</pubDate>
    <dc:creator>arnd_schmidt</dc:creator>
    <dc:date>2015-12-11T11:19:58Z</dc:date>
    <item>
      <title>Ghostscript and PDF</title>
      <link>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaq-p/11403902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed one of the guides here, and finally managed to create a valid PDF in PB12.5 using Ghostscript and dw_data.saveas()! Yay!&lt;/P&gt;&lt;P&gt;However, I have some questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of, I installed GS8.71 and restarted my computer.&lt;/P&gt;&lt;P&gt;Then I installed GS9.18, restarted the computer holding down SHIFT to install the printer with an unsigned driver (Windows 10).&lt;/P&gt;&lt;P&gt;Then I created a PDF using dw_data.saveas(), and it says in the properties that it's created using Ghostscript 8.71.&lt;/P&gt;&lt;P&gt;I uninstalled both GS8.71 and GS9.18, removed the "gs" folder in C:\Program Files\ and restarted.&lt;/P&gt;&lt;P&gt;I reinstalled only gs9.18 and now the properties in the PDF says "Ghostscript 9.18". Which makes me think that GS8.71 is not necessary anymore?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my questions is:&lt;/P&gt;&lt;P&gt;Do I really need to install GS8.71 first? It looks like GS9.18 is working great on it's own?&lt;/P&gt;&lt;P&gt;And how can we distribute GS to all our customers without having to install it on every client computer?&lt;/P&gt;&lt;P&gt;Can the "Sybase Datawindow PS" printer perhaps be a network printer which all client computers can access instead of a local printer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And finally: will it be possible to save a datawindow as PDF (native, without installing GS) in future versions of PowerBuilder?&lt;/P&gt;&lt;P&gt;Perhaps Armeen Mazda in Appeon would like to comment this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bjarne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 08:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaq-p/11403902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-11T08:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ghostscript and PDF</title>
      <link>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403903#M4235572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no need to install / remove multiple versions of ghostscript. GS 9.18 is doing find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can install the printer via a batch file or like Roland shows it: &lt;A href="http://www.topwizprogramming.com/freecode_printerinstall.html" title="http://www.topwizprogramming.com/freecode_printerinstall.html"&gt;Topwiz Software - PrinterInstall&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use a network printer that acts to "create pdf file" the only experience I have is to use a linux box that will handle the stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&amp;nbsp; &lt;A href="https://www.steveroot.co.uk/2013/10/24/network-pdf-printing-from-windows-8/" title="https://www.steveroot.co.uk/2013/10/24/network-pdf-printing-from-windows-8/"&gt;https://www.steveroot.co.uk/2013/10/24/network-pdf-printing-from-windows-8/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arnd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 11:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403903#M4235572</guid>
      <dc:creator>arnd_schmidt</dc:creator>
      <dc:date>2015-12-11T11:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ghostscript and PDF</title>
      <link>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403904#M4235573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bjarne;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Yes, I have heard that of late as well, that the latest version of GS has the missing fonts that the GS8.71 version provided. So if that is true (and it seems so with your testing) - we can negate the older GS version installation from this point onwards. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for bringing this new information to light!&amp;nbsp;&amp;nbsp; &lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/cool.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ... Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 12:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403904#M4235573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-11T12:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ghostscript and PDF</title>
      <link>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403905#M4235574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK, It's been some years ago that ghostscript included the fonts in the dll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sourceforge.net/p/ghostscript/discussion/5452/thread/2aff3d46" title="http://sourceforge.net/p/ghostscript/discussion/5452/thread/2aff3d46"&gt;http://sourceforge.net/p/ghostscript/discussion/5452/thread/2aff3d46&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 14:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403905#M4235574</guid>
      <dc:creator>arnd_schmidt</dc:creator>
      <dc:date>2015-12-11T14:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ghostscript and PDF</title>
      <link>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403906#M4235575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arnd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Just retested GS 9.18 &lt;STRONG&gt;64&lt;/STRONG&gt; bit with W7 and W10 &lt;STRONG&gt;64&lt;/STRONG&gt; bit and PDF generation does &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;NOT&lt;/STRONG&gt;&lt;/SPAN&gt; work &lt;EM&gt;without&lt;/EM&gt; GS8.71 installed as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ... Chris&lt;/P&gt;&lt;P&gt;PS: The good news at least is that GS 9.18 &lt;EM&gt;works&lt;/EM&gt; OK with v8.71 on W7 &amp;amp; W10.&amp;nbsp; &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 14:25:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403906#M4235575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-11T14:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ghostscript and PDF</title>
      <link>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403907#M4235576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris, the gs 64-bit won't work out of the box, but there is no need for gs8.71.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://scn.sap.com/thread/3535221" title="https://scn.sap.com/thread/3535221"&gt;https://scn.sap.com/thread/3535221&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;A href="http://elearnitonline.com/powerbuilder/pdf-printing-powerbuilder-64-bit-developer-machine/" title="http://elearnitonline.com/powerbuilder/pdf-printing-powerbuilder-64-bit-developer-machine/"&gt;PowerBuilder PDF Printing on 64 bit O/S &amp;amp;amp;laquo; eLearnIT eLearnIT&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 18:12:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403907#M4235576</guid>
      <dc:creator>arnd_schmidt</dc:creator>
      <dc:date>2015-12-11T18:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ghostscript and PDF</title>
      <link>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403908#M4235577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry ... just tested it all again and you need v8.71 when installing the 64 bit version otherwise you get a FAILED message in the PB IDE and a -1 RC on the SaveAs ( ). Once v8.71 is installed, then v9.18 works like a charm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Are you guys running the 32 bit version?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are not allowed to install the 32bit GS here at my government clients when the O/S is 64bit. Especially on a W2012 or higher file server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 18:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403908#M4235577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-11T18:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ghostscript and PDF</title>
      <link>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403909#M4235578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've only installed the 64-bit version because of Win10 x64 OS.&lt;/P&gt;&lt;P&gt;Now I will try once more to uninstall all the versions of GS I have, and only install GS9.18 x64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've removed every instance of GhostScript in Control Panel.&lt;/P&gt;&lt;P&gt;Is there anything else I need to do to completely remove all traces of GhostScript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bjarne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 19:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403909#M4235578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-11T19:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ghostscript and PDF</title>
      <link>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403910#M4235579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bjarne;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Just because you uninstalled - does not mean that the version of GS is gone. Check your "Program Files" folders ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.sap.com/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Also check if you have any 32 bit versions installed as well under ""Program Files (x86)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ... Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 19:07:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403910#M4235579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-11T19:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ghostscript and PDF</title>
      <link>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403911#M4235580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing left in C:\Program Files&lt;/P&gt;&lt;P&gt;The only thing that looks like GS in C:\Program Files(x86) is a folder named "GPLGS".&lt;/P&gt;&lt;P&gt;Should I remove that as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bjarne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 19:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403911#M4235580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-11T19:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ghostscript and PDF</title>
      <link>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403912#M4235581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm .. I do not have this folder or can even remember seeing it before (or a variation thereof).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion would be to first rename it and see if your PC environment has any noticeable impacts. If not, then its probably OK to remove it if you don't think that its being used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 19:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403912#M4235581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-11T19:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ghostscript and PDF</title>
      <link>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403913#M4235582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I uninstalled everything in Control Panel now.&lt;/P&gt;&lt;P&gt;I also removed everything looking like "GhostScript" and GSx.xx" in C:\Program Files and removed C:\Program Files(x86)\GPLGS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I restarted the computer and installed only GS9.18 x64.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/850135" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's in Norwegian, but you get the essence: &lt;SPAN style="font-size: 10pt;"&gt;233 pages, 749 Kb in size and is generated from GPL GhostScript 9.18 in PowerBuilder 12.5.2 (build 5703) in Windows 10 x64.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bjarne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 19:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/ghostscript-and-pdf/qaa-p/11403913#M4235582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-11T19:42:37Z</dc:date>
    </item>
  </channel>
</rss>

