<?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: How to load/attach/insert a PDF file to Salesforce libraries??? in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/How-to-load-attach-insert-a-PDF-file-to-Salesforce-libraries/m-p/2272363#M2771</link>
    <description>Hi,&lt;BR /&gt;In Talend open studio, we provide the component-tSaleforceInput and tSaleforceOutput.&lt;BR /&gt;Function: tSalesforceInput connects to an object of a Salesforce database via the relevant Web service and allows to extract data from a Salesforce DB based on a query.&lt;BR /&gt;Function: tSalesforceoutput writes in an object of a Salesforce database via the relevant Web service and allows to write data into a Salesforce DB.&lt;BR /&gt;Hope that is what you need.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Tue, 06 Nov 2012 06:37:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-11-06T06:37:32Z</dc:date>
    <item>
      <title>How to load/attach/insert a PDF file to Salesforce libraries???</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-load-attach-insert-a-PDF-file-to-Salesforce-libraries/m-p/2272362#M2770</link>
      <description>Hi All,
&lt;BR /&gt;I have been assigned to one task. where i have to load the PDFs into Salesforce libraries.
&lt;BR /&gt;but in Salesforce and ETL tool there is no object called Libraries.So, how do i load the Pdfs to Salesforce Libraries.
&lt;BR /&gt;if anybody has any idea please let me know ASAP.
&lt;BR /&gt;
&lt;BR /&gt;Thanking in advance,
&lt;BR /&gt;Amaresh</description>
      <pubDate>Sat, 16 Nov 2024 12:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-load-attach-insert-a-PDF-file-to-Salesforce-libraries/m-p/2272362#M2770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to load/attach/insert a PDF file to Salesforce libraries???</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-load-attach-insert-a-PDF-file-to-Salesforce-libraries/m-p/2272363#M2771</link>
      <description>Hi,&lt;BR /&gt;In Talend open studio, we provide the component-tSaleforceInput and tSaleforceOutput.&lt;BR /&gt;Function: tSalesforceInput connects to an object of a Salesforce database via the relevant Web service and allows to extract data from a Salesforce DB based on a query.&lt;BR /&gt;Function: tSalesforceoutput writes in an object of a Salesforce database via the relevant Web service and allows to write data into a Salesforce DB.&lt;BR /&gt;Hope that is what you need.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 06 Nov 2012 06:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-load-attach-insert-a-PDF-file-to-Salesforce-libraries/m-p/2272363#M2771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-06T06:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to load/attach/insert a PDF file to Salesforce libraries???</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-load-attach-insert-a-PDF-file-to-Salesforce-libraries/m-p/2272364#M2772</link>
      <description>Hello 
&lt;BR /&gt;For loading pdf files ,i know there is a pdf SDK which supports to detailed tutorial,and here is the code to 
&lt;BR /&gt;load pdf file.you can have a try.Or you can just visit the pdf SDK: 
&lt;BR /&gt;Hope to help you. 
&lt;BR /&gt;public static string FolderName = "c:/"; 
&lt;BR /&gt;private void button1_Click(object sender, EventArgs e) 
&lt;BR /&gt;{ 
&lt;BR /&gt; string fileName = FolderName + "Sample.pdf"; 
&lt;BR /&gt; REDocument doc = REFile.OpenDocumentFile(fileName, new PDFDecoder());//use PDFDecoder open a pdf file 
&lt;BR /&gt; BasePage aPage = doc.GetPage(0);//get page from REDocument 
&lt;BR /&gt; REImage img = (REImage)aPage.ToImage();//translate page to image 
&lt;BR /&gt;}</description>
      <pubDate>Mon, 30 Sep 2013 07:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-load-attach-insert-a-PDF-file-to-Salesforce-libraries/m-p/2272364#M2772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-30T07:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to load/attach/insert a PDF file to Salesforce libraries???</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-load-attach-insert-a-PDF-file-to-Salesforce-libraries/m-p/2536165#M4307</link>
      <description>&lt;P&gt;For the scenario described in your link, where users frequently need to view and edit PDF files directly within Salesforce, a straightforward solution is now available. You can directly search for and purchase the "PDF Editor" on the Salesforce AppExchange. This tool allows you to handle basic PDF tasks conveniently inside Salesforce.&lt;/P&gt;
&lt;P&gt;If you need to integrate PDF viewing and editing capabilities more deeply and seamlessly with your Salesforce environment, using a dedicated &lt;A href="https://www.compdf.com/pdf-sdk/salesforce" target="_blank" rel="noopener"&gt;PDF SDK or API for salesforce&lt;/A&gt; would be a more flexible and powerful approach. For example, you could consider implementing a solution like ComPDF SDK, which enables customized and embedded PDF functionalities tailored to your business workflows.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 03:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-load-attach-insert-a-PDF-file-to-Salesforce-libraries/m-p/2536165#M4307</guid>
      <dc:creator>Derek-White</dc:creator>
      <dc:date>2025-11-14T03:09:16Z</dc:date>
    </item>
  </channel>
</rss>

