<?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: Encrypt The Existing PDF file using Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Encrypt-The-Existing-PDF-file-using-Talend/m-p/2281657#M56120</link>
    <description>&lt;P&gt;Custom java routine is not supporting the itext code of java which can be used to encrypt the pdf file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting errors&amp;nbsp;like -&amp;nbsp; 'The import com.itextpdf cannot be resolved'&amp;nbsp; on below imports.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;import com.itextpdf.text.Paragraph;&lt;BR /&gt;import com.itextpdf.text.pdf.PdfWriter;&lt;BR /&gt;import com.itextpdf.text.Document;&lt;BR /&gt;import com.itextpdf.text.Phrase;&lt;BR /&gt;import com.itextpdf.text.pdf.PdfPCell;&lt;BR /&gt;import com.itextpdf.text.pdf.PdfPTable;&lt;BR /&gt;import com.itextpdf.text.pdf.PdfWriter;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems like talend does not support the itextpdf code&amp;nbsp; ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Veerendra&lt;/P&gt;</description>
    <pubDate>Wed, 28 Nov 2018 14:31:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-28T14:31:21Z</dc:date>
    <item>
      <title>Encrypt The Existing PDF file using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypt-The-Existing-PDF-file-using-Talend/m-p/2281654#M56117</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to encrypt the existing pdf file with some password to send them via mail. I don't want to zip them rather I would prefer if I can make pdf password protected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please help me here with approach. I tried to use iText java code in talend&amp;nbsp;but seems libraries are not supporting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Veerendra&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 11:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypt-The-Existing-PDF-file-using-Talend/m-p/2281654#M56117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T11:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt The Existing PDF file using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypt-The-Existing-PDF-file-using-Talend/m-p/2281655#M56118</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; There are no Talend provided components for your use case. However I would suggest you to check whether any component is available in custom component area under Talend exchange.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;If there are no components available, you will have to write the custom java routine for your use case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 12:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypt-The-Existing-PDF-file-using-Talend/m-p/2281655#M56118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T12:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt The Existing PDF file using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypt-The-Existing-PDF-file-using-Talend/m-p/2281656#M56119</link>
      <description>Hi Nikhil,
&lt;BR /&gt;
&lt;BR /&gt;Thanks for your reply on this.
&lt;BR /&gt;
&lt;BR /&gt;There is no such component in exchange as well. I have tried it writing the java code but it seems talend does not accept itext java code. I was getting invalid identifier error while importing the itext java libraries. Any of these does not work.
&lt;BR /&gt;
&lt;BR /&gt;import com.itextpdf.text.Paragraph;
&lt;BR /&gt;import com.itextpdf.text.pdf.PdfWriter;
&lt;BR /&gt;import com.itextpdf.text.Document;
&lt;BR /&gt;import com.itextpdf.text.Phrase;
&lt;BR /&gt;import com.itextpdf.text.pdf.PdfPCell;
&lt;BR /&gt;import com.itextpdf.text.pdf.PdfPTable;
&lt;BR /&gt;import com.itextpdf.text.pdf.PdfWriter;
&lt;BR /&gt;
&lt;BR /&gt;Regards,
&lt;BR /&gt;Veer</description>
      <pubDate>Wed, 28 Nov 2018 12:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypt-The-Existing-PDF-file-using-Talend/m-p/2281656#M56119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T12:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt The Existing PDF file using Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Encrypt-The-Existing-PDF-file-using-Talend/m-p/2281657#M56120</link>
      <description>&lt;P&gt;Custom java routine is not supporting the itext code of java which can be used to encrypt the pdf file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting errors&amp;nbsp;like -&amp;nbsp; 'The import com.itextpdf cannot be resolved'&amp;nbsp; on below imports.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;import com.itextpdf.text.Paragraph;&lt;BR /&gt;import com.itextpdf.text.pdf.PdfWriter;&lt;BR /&gt;import com.itextpdf.text.Document;&lt;BR /&gt;import com.itextpdf.text.Phrase;&lt;BR /&gt;import com.itextpdf.text.pdf.PdfPCell;&lt;BR /&gt;import com.itextpdf.text.pdf.PdfPTable;&lt;BR /&gt;import com.itextpdf.text.pdf.PdfWriter;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems like talend does not support the itextpdf code&amp;nbsp; ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Veerendra&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 14:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Encrypt-The-Existing-PDF-file-using-Talend/m-p/2281657#M56120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T14:31:21Z</dc:date>
    </item>
  </channel>
</rss>

