<?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: converting binary to pdf in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-binary-to-pdf/m-p/9087092#M1704825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; Just to clarify you that,&lt;/P&gt;&lt;P&gt;&amp;nbsp; The CMS_BINARY_TO_XSTRING is used to convert the binary table data to&amp;nbsp; binary string, not to PDF.&lt;/P&gt;&lt;P&gt;&amp;nbsp; In your case, if the toa02-reserve = PDF, means that the archive file stored as PDF&amp;nbsp; and returned as&lt;/P&gt;&lt;P&gt;&amp;nbsp; binary, SO no conversion is required, if you want to display this in PDF.&lt;/P&gt;&lt;P&gt; If you find the setting toa02-reserve = OTF, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; then use the FM - CONVERT_OTF&amp;nbsp;&amp;nbsp;&amp;nbsp; or&amp;nbsp; CONVERT_OTF_2_PDF_ARCHIVELINK or &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONVERT_OTF_2_PDF whichever is more easy as per your internal table structures/declarations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similar to above, you may have to use relevant conversion modules from other file formats to PDF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2012 14:16:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-10-19T14:16:10Z</dc:date>
    <item>
      <title>converting binary to pdf</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-binary-to-pdf/m-p/9087090#M1704823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to retrieve archiving data using FM "archivobject_get_table" and converting it to pdf document using FM "SCMS_BINARY_TO_XSTRING". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the PDF document correct i.e. I am able to open when the toa02-reserve = 'PDF'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if toa02-reserve = 'OTF', I am getting&amp;nbsp; any error, PDF is getting generated and while I am trying to open the PDF, I am getting error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- PDF error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 12:30:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-binary-to-pdf/m-p/9087090#M1704823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-19T12:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: converting binary to pdf</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-binary-to-pdf/m-p/9087091#M1704824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/09/b42e1a228211d5b687006094192fe3/content.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/09/b42e1a228211d5b687006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OTF is not to be used to generate PDF documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 12:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-binary-to-pdf/m-p/9087091#M1704824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-19T12:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: converting binary to pdf</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-binary-to-pdf/m-p/9087092#M1704825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; Just to clarify you that,&lt;/P&gt;&lt;P&gt;&amp;nbsp; The CMS_BINARY_TO_XSTRING is used to convert the binary table data to&amp;nbsp; binary string, not to PDF.&lt;/P&gt;&lt;P&gt;&amp;nbsp; In your case, if the toa02-reserve = PDF, means that the archive file stored as PDF&amp;nbsp; and returned as&lt;/P&gt;&lt;P&gt;&amp;nbsp; binary, SO no conversion is required, if you want to display this in PDF.&lt;/P&gt;&lt;P&gt; If you find the setting toa02-reserve = OTF, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; then use the FM - CONVERT_OTF&amp;nbsp;&amp;nbsp;&amp;nbsp; or&amp;nbsp; CONVERT_OTF_2_PDF_ARCHIVELINK or &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONVERT_OTF_2_PDF whichever is more easy as per your internal table structures/declarations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similar to above, you may have to use relevant conversion modules from other file formats to PDF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 14:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-binary-to-pdf/m-p/9087092#M1704825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-19T14:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: converting binary to pdf</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-binary-to-pdf/m-p/9087093#M1704826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 10:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-binary-to-pdf/m-p/9087093#M1704826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-25T10:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: converting binary to pdf</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-binary-to-pdf/m-p/9087094#M1704827</link>
      <description>&lt;P&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 12:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-binary-to-pdf/m-p/9087094#M1704827</guid>
      <dc:creator>maddhpa</dc:creator>
      <dc:date>2023-03-27T12:30:55Z</dc:date>
    </item>
  </channel>
</rss>

