<?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 Security Information in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-security-information/m-p/11826318#M1956260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unfortunately, if you are using the standard FM 'CONVERT_OTF' the properties are basically hardcoded into logic of a subroutine (at the end of writing the hex string for the contents of the PDF file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Function Module 'CONVERT_OTF' makes some calls to subroutines in program &lt;SPAN style="font-size: 13.3333px;"&gt;RSTXCPDF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the subroutine of interest here can be found by the chain of calls listed below:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; text-decoration: underline;"&gt;program RSTXCPDF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;form CONVERT_OTF2PDF_END&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ==&amp;gt; form &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;PDF_WRITE_INFODICT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; (properties of PDF are determined and written here)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;excerpt of code from the subroutine PDF_WRITE_INFODICT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1005514" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there's another way of generating the PDF file which offers more programming flexibility in the creation process but it requires Adobe Document Services setup and running. see the link below if you would like to have a go at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapalles.com/2014/10/02/add-metadata-to-pdf-document-in-abap/" title="http://www.sapalles.com/2014/10/02/add-metadata-to-pdf-document-in-abap/"&gt;add metadata to PDF document in ABAP | SAP_ALLes&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2016 15:58:52 GMT</pubDate>
    <dc:creator>D_Chia</dc:creator>
    <dc:date>2016-07-29T15:58:52Z</dc:date>
    <item>
      <title>PDF Security Information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-security-information/m-p/11826317#M1956259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PDF converted from smartform contains system information as 'PDF producer' ( via properties, under description -&amp;gt;advance). Is there a way to hide these information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;cady&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 12:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-security-information/m-p/11826317#M1956259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-29T12:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: PDF Security Information</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-security-information/m-p/11826318#M1956260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unfortunately, if you are using the standard FM 'CONVERT_OTF' the properties are basically hardcoded into logic of a subroutine (at the end of writing the hex string for the contents of the PDF file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Function Module 'CONVERT_OTF' makes some calls to subroutines in program &lt;SPAN style="font-size: 13.3333px;"&gt;RSTXCPDF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the subroutine of interest here can be found by the chain of calls listed below:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; text-decoration: underline;"&gt;program RSTXCPDF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;form CONVERT_OTF2PDF_END&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ==&amp;gt; form &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;PDF_WRITE_INFODICT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; (properties of PDF are determined and written here)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;excerpt of code from the subroutine PDF_WRITE_INFODICT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1005514" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there's another way of generating the PDF file which offers more programming flexibility in the creation process but it requires Adobe Document Services setup and running. see the link below if you would like to have a go at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapalles.com/2014/10/02/add-metadata-to-pdf-document-in-abap/" title="http://www.sapalles.com/2014/10/02/add-metadata-to-pdf-document-in-abap/"&gt;add metadata to PDF document in ABAP | SAP_ALLes&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 15:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pdf-security-information/m-p/11826318#M1956260</guid>
      <dc:creator>D_Chia</dc:creator>
      <dc:date>2016-07-29T15:58:52Z</dc:date>
    </item>
  </channel>
</rss>

