<?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: CREATE ZIP FILE WITH PASSWORD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-with-password/m-p/9261372#M1721857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julian,&lt;/P&gt;&lt;P&gt;You can create password to the PDF file itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg.,&lt;/P&gt;&lt;P&gt;If a company is sending payslips pdf to employees through email , every month automatically from SAP.Then the password can be set as employees Birthday.&lt;/P&gt;&lt;P&gt;You dont have to zip it as PDF is protected with password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Bharathi&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2013 18:50:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-01T18:50:44Z</dc:date>
    <item>
      <title>CREATE ZIP FILE WITH PASSWORD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-with-password/m-p/9261370#M1721855</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;I have created with an ABAP program a PDF file in local filesystem that later I send it by email, that's working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to protect the information in this file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is possible create a zip file (compressing the pdf) with password?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read different discussions in the forums but I don't know if it is possible yet, so if it is possible, how I should proceed to get a zip file password protected from a local pdf file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 09:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-with-password/m-p/9261370#M1721855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-01T09:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE ZIP FILE WITH PASSWORD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-with-password/m-p/9261371#M1721856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can create a ZIP file by using the class CL_ABAP_ZIP. But you will not be able to set the password to the zip file.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tooshar Bendale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 11:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-with-password/m-p/9261371#M1721856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-01T11:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE ZIP FILE WITH PASSWORD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-with-password/m-p/9261372#M1721857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julian,&lt;/P&gt;&lt;P&gt;You can create password to the PDF file itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg.,&lt;/P&gt;&lt;P&gt;If a company is sending payslips pdf to employees through email , every month automatically from SAP.Then the password can be set as employees Birthday.&lt;/P&gt;&lt;P&gt;You dont have to zip it as PDF is protected with password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Bharathi&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 18:50:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-with-password/m-p/9261372#M1721857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-01T18:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE ZIP FILE WITH PASSWORD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-with-password/m-p/9261373#M1721858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bharathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do you do this &amp;gt;&amp;gt; You can create password to the PDF file itself. &amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a zip-file is easy with class CL_ABAP_ZIP (lo_zip&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;SPAN class="L0S52"&gt;add and&amp;nbsp;&amp;nbsp; lo_zip&lt;SPAN class="L0S70"&gt;-&amp;gt;save&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;), but I'm searching for a reason to protect the created zip - file with a password (like your example employee birthday).&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;Steffen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 11:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-with-password/m-p/9261373#M1721858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-14T11:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE ZIP FILE WITH PASSWORD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-with-password/m-p/9261374#M1721859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/807635"&gt;http://scn.sap.com/thread/807635&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same issue with a workaround.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 11:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-with-password/m-p/9261374#M1721859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-14T11:59:01Z</dc:date>
    </item>
  </channel>
</rss>

