<?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>topic Re: PDF/XString to Image conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481938#M1744869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I understand Xstring is only a container, not a format. I'm not sure you will find something inside SAP. Maybe with OpenText, but OpenText is very expensive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 06:05:48 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2013-05-30T06:05:48Z</dc:date>
    <item>
      <title>PDF/XString to Image conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481933#M1744864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a requirement in my project to convert the pdf (getting generated from Smartform) as an image format so that we can send it to any other device too and all indentations can be contained as it is. Any help will be appreciated!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Garima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 15:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481933#M1744864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-28T15:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: PDF/XString to Image conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481934#M1744865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Garima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use an external free program named : ImageMagick &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I have doing this, I wasn't use image magick but GhostScript&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Frédéric Girod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 16:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481934#M1744865</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-05-28T16:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: PDF/XString to Image conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481935#M1744866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;But can you please elaborate on how I can use it for all PDFs which are getting generated in background (SAP RFCs) and should be sent to other devices as an image. How will it communicate with SAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in anticipation!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Garima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 16:17:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481935#M1744866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-28T16:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: PDF/XString to Image conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481936#M1744867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Garima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can call an Unix (it's the same for M$) command from SAP using the function &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;SXPG_COMMAND_EXECUTE&lt;/SPAN&gt; and playing with transaction SM69. &lt;/P&gt;&lt;P&gt;Or calling directly kernel function &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;CALL 'SYSTEM' ID 'COMMAND' FIELD ... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;You have to install GhostScript on each Application Server. The command line looks like gs -dNOPAUSE -sDEVICE=jpeg -r144 -sOutputFile=p%03d.jpg file.pdf&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;The %03d will allow you to create several JPEG, one by page. The command will replace this char by a number.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;If you are on M$, you have to give the complete location of the gs.exe program, not only "gs" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(or you could create a shell script called by SAP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Fred&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 05:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481936#M1744867</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-05-29T05:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: PDF/XString to Image conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481937#M1744868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;Will it convert XString also to image? In case my project allows me to call any external system. &lt;/P&gt;&lt;P&gt;I am still trying to look for something in SAP to convert the pdf/otf/XString into image which can be then sent to any other device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Garima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 17:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481937#M1744868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-29T17:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: PDF/XString to Image conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481938#M1744869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I understand Xstring is only a container, not a format. I'm not sure you will find something inside SAP. Maybe with OpenText, but OpenText is very expensive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 06:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481938#M1744869</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-05-30T06:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: PDF/XString to Image conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481939#M1744870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I'm writing a document, I see something maybe that you could be interested : function SAPSCRIPT_CONVERT_BITMAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could use a SapScript instead of a Smartforms ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 11:52:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481939#M1744870</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-05-31T11:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: PDF/XString to Image conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481940#M1744871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help. I have been in touch with my team to use imageMagick for image conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again Thank you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Garima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 15:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481940#M1744871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-10T15:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: PDF/XString to Image conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481941#M1744872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Garima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if the function moduel SCMS_BINARY_TO_XSTRING or any other FM from the function group SCMS_CONV helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sahir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 10:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-xstring-to-image-conversion/m-p/9481941#M1744872</guid>
      <dc:creator>sahirn</dc:creator>
      <dc:date>2013-06-20T10:40:51Z</dc:date>
    </item>
  </channel>
</rss>

