<?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: Saving Excel file as PDF in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87558#M38258</link>
    <description>Hi, Kumari,&lt;BR /&gt;&lt;BR /&gt;well, you enter the complete path with filename in the input parameter &lt;SPAN&gt;Filename. So you should create a calculation stage where you somehow define your naming convention. It can be customername.pdf or customername_yyyyMMdd_HHmmss.pdf with whole path where you want to store it, i.e. c:\temp\Kumari.pdf. &lt;BR /&gt;&lt;BR /&gt;You enter this data item into Filename of the action. Then your pdf will be saved in c:\temp folder with the name Kumari.pdf. Then you go back in your loop to your calculation stage and generate a new filename, i.e. Zdenek.pdf then you enter c:\temp\Zdenek.pdf (as data item) in Filename parameter of the action, and so on.&lt;BR /&gt;&lt;BR /&gt;I can hardly explain it in more detail.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 08 Jun 2021 14:56:00 GMT</pubDate>
    <dc:creator>zdenek.kabatek</dc:creator>
    <dc:date>2021-06-08T14:56:00Z</dc:date>
    <item>
      <title>Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87537#M38237</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I have found a few videos on this topic and attempted to follow them but not having any luck.&amp;nbsp; Does anyone have any links to easy walk-throughs on this or is anyone willing to chat with me on how to accomplish this task.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jonathan Holstine&lt;BR /&gt;Systems Accountant&lt;BR /&gt;Interior Business Center&lt;BR /&gt;America/Denver&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Apr 2020 03:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87537#M38237</guid>
      <dc:creator>JonathanHolstin</dc:creator>
      <dc:date>2020-04-10T03:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87538#M38238</link>
      <description>Hi, Jon,&lt;BR /&gt;&lt;BR /&gt;create a new action in MS Excel VBO and put there codes stage with following code. Assuming that you know what else to do. If you do not know just ask.&lt;BR /&gt;&lt;BR /&gt;Dim wb as Object = GetWorkbook(handle,workbookname)&lt;BR /&gt;Dim excel as Object = wb.Application&lt;BR /&gt;&lt;BR /&gt;Dim fileformat As Integer = 0&lt;BR /&gt;&lt;BR /&gt;excel.DisplayAlerts = False&lt;BR /&gt;excel.ActiveSheet.ExportAsFixedFormat(fileformat, filename)&lt;BR /&gt;excel.DisplayAlerts = True&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Apr 2020 13:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87538#M38238</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2020-04-10T13:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87539#M38239</link>
      <description>Hi Zdenek,&lt;BR /&gt;Thanks for the reply.&amp;nbsp; I have attached what I did, I'm going to change my code to yours and see if that works.&lt;BR /&gt;&lt;BR /&gt;Does the filename you are passing need to end with .PDF or .xlsx?&lt;BR /&gt;&lt;BR /&gt;If you have a chance to look at my screenshots and let me know what I'm messing up it would be greatly appreciated!&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jonathan Holstine&lt;BR /&gt;Systems Accountant&lt;BR /&gt;Interior Business Center&lt;BR /&gt;America/Denver&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Apr 2020 14:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87539#M38239</guid>
      <dc:creator>JonathanHolstin</dc:creator>
      <dc:date>2020-04-10T14:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87540#M38240</link>
      <description>Hi Zdenek,&lt;BR /&gt;I think I got it working using your code.&amp;nbsp; Two quick follow-ups.&amp;nbsp; When I dump the collection into excel and save in this format.&amp;nbsp; 1) It doesn't expand the columns to show entire cell, is there a way to make this happen?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;2) Is there a way to save PDF in a landscape format vs portrait?&amp;nbsp; Or do you have a better way to dump a collection into a PDF document that looks good?&lt;BR /&gt;&lt;BR /&gt;Thanks so much!!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jonathan Holstine&lt;BR /&gt;Systems Accountant&lt;BR /&gt;Interior Business Center&lt;BR /&gt;America/Denver&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Apr 2020 16:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87540#M38240</guid>
      <dc:creator>JonathanHolstin</dc:creator>
      <dc:date>2020-04-10T16:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87541#M38241</link>
      <description>Hi&amp;nbsp;&lt;SPAN&gt;Zdenek,&lt;BR /&gt;I figured it all out.&amp;nbsp; Thank you for your initial assist.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jonathan Holstine&lt;BR /&gt;Systems Accountant&lt;BR /&gt;Interior Business Center&lt;BR /&gt;America/Denver&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Apr 2020 21:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87541#M38241</guid>
      <dc:creator>JonathanHolstin</dc:creator>
      <dc:date>2020-04-10T21:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87542#M38242</link>
      <description>Glad I could help, Jon :).&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Apr 2020 18:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87542#M38242</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2020-04-12T18:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87543#M38243</link>
      <description>Hey im getting error in this can you plz help me out in solving it.&lt;BR /&gt;i am pasting the error which i am getting:&lt;BR /&gt;Internal : Could not execute code stage because exception thrown by code stage: Save Workbook As took more than 0 secs.&lt;BR /&gt;in action in timeout i have provided 10 sec.but still getting error.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kumari Yadav&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 06 Jun 2021 04:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87543#M38243</guid>
      <dc:creator>KumariYadav1</dc:creator>
      <dc:date>2021-06-06T04:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87544#M38244</link>
      <description>Hi, Kumari,&lt;BR /&gt;&lt;BR /&gt;can you paste the code you have in your code stage?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2021 07:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87544#M38244</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2021-06-07T07:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87545#M38245</link>
      <description>newworkbookname = ExecWithTimeout(Timeout, "Save Workbook As",&lt;BR /&gt;Function()&lt;BR /&gt;Dim wb as Object = GetWorkbook(handle,workbookname)&lt;BR /&gt;Dim excel as Object = wb.Application&lt;BR /&gt;&lt;BR /&gt;excel.DisplayAlerts = False&lt;BR /&gt;wb.ActiveSheet.ExportAsFixedFormat (Type:=0, Filename:=(filename), Quality:=0, IncludeDroperties:=True, IgnorePrintAreas:=False, OpenAfterPublish:=False)&lt;BR /&gt;&lt;BR /&gt;excel.DisplayAlerts = True&lt;BR /&gt;&lt;BR /&gt;Return wb.Name&lt;BR /&gt;End Function)&lt;BR /&gt;&lt;BR /&gt;This is the code i am using nd yesterday actually i did some mistake after correcting that still its not resolved getting the following error:&lt;BR /&gt;Internal : Could not execute code stage because exception thrown by code stage: Exception from HRESULT: 0x800A03EC&lt;BR /&gt;Please reply as soon as possible&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kumari Yadav&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2021 08:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87545#M38245</guid>
      <dc:creator>KumariYadav1</dc:creator>
      <dc:date>2021-06-07T08:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87546#M38246</link>
      <description>and one more thing i want to ask you that after applying this code it will just convert the excel into pdf or it will save it also at some path .&lt;BR /&gt;Actually i am applying this action under one loop and need to save this and then use it later . please guide me on this also , how can we save it.&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kumari Yadav&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2021 08:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87546#M38246</guid>
      <dc:creator>KumariYadav1</dc:creator>
      <dc:date>2021-06-07T08:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87547#M38247</link>
      <description>Hi, Kumari,&lt;BR /&gt;&lt;BR /&gt;if you do everything correctly - open excel with Blue Prism first, do your modifications and then call the action containing below code stage it MUST work I tested it.&lt;BR /&gt;&lt;BR /&gt;Dim wb as Object = GetWorkbook(handle,workbookname)&lt;BR /&gt;Dim excel as Object = wb.Application&lt;BR /&gt;'For details, google XlFileFormat Enumeration&lt;BR /&gt;Dim xlTypePDF As Integer = 0&lt;BR /&gt;&lt;BR /&gt;excel.DisplayAlerts = False&lt;BR /&gt;&lt;BR /&gt;wb.activesheet.ExportAsFixedFormat (xlTypePDF, filename)&lt;BR /&gt;&lt;BR /&gt;excel.DisplayAlerts = True&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2021 08:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87547#M38247</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2021-06-07T08:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87548#M38248</link>
      <description>Thanks for your response .&lt;BR /&gt;i will try this code also but can you let me what is the input need to be provided .&lt;BR /&gt;if i am not wrong handle ,workbookname ,filename also need to be passed as input in object studio? if yes then it repersents which file name excel filename or after saving as pdf&amp;nbsp; what would be the name for pdf.&lt;BR /&gt;2)and please revert to the other query also that i have posted in this chain.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kumari Yadav&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2021 09:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87548#M38248</guid>
      <dc:creator>KumariYadav1</dc:creator>
      <dc:date>2021-06-07T09:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87549#M38249</link>
      <description>Kumari, how well you know Blue Prism? Let me give you some hints:&lt;BR /&gt;1. you need to create a process&lt;BR /&gt;2. in process open excel file with standard business object actions&lt;BR /&gt;3. this makes handle data item and New Workbook Name data item which you will use in the code as input parameters. Filename is the target PDF name which can be anything you choose/define.&lt;BR /&gt;4. you can run this in loop and create many files with different names following some naming convention (you should define your filename in calculation stage).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Zdenek&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2021 09:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87549#M38249</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2021-06-07T09:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87550#M38250</link>
      <description>1)Hey thanks for your help its working fine now. And yes actually i am little new to blue prism still in learning phase.&lt;BR /&gt;In above query actually my bad i just wanted to ask about file name anyways its okk now&lt;BR /&gt;2) still i have a query that if can we provide target path here that pdf should get save at a particular path&lt;BR /&gt;because for right now its taking document folder as default path but what if i want give a particular path?please reply.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kumari Yadav&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2021 12:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87550#M38250</guid>
      <dc:creator>KumariYadav1</dc:creator>
      <dc:date>2021-06-07T12:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87551#M38251</link>
      <description>FWIW - There's an updated version of the &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-excel-vbo" target="_blank" rel="noopener"&gt;MS Excel VBO&lt;/A&gt; on the Digital Exchange that includes a &lt;STRONG&gt;Export as PDF&lt;/STRONG&gt; action for exporting either an entire workbook or just the active worksheet as a PDF.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2021 17:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87551#M38251</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-06-07T17:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87552#M38252</link>
      <description>thanks ,will check.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kumari Yadav&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2021 03:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87552#M38252</guid>
      <dc:creator>KumariYadav1</dc:creator>
      <dc:date>2021-06-08T03:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87553#M38253</link>
      <description>MS Excel VBO- Enhanced ,right? in this i was getting error that -- dictionary key is not available.&lt;BR /&gt;anyways &lt;BR /&gt;can you tell me&amp;nbsp; one thing i will explain you the situation .......&lt;BR /&gt;i have an excel file and in this i need to find the unique customer name and after getting that customer name i need the whole row for that particular customer name&amp;nbsp;&lt;BR /&gt;because i need the details of that customer to perform other operation. i want that row to get into collection nd then perform other needed operation&lt;BR /&gt;But i don't want to use loop for getting unique customer name as its taking so much of tym ,actually i have around 200 to 300 data in excel so iterating each row is time taking. I have tried looping 20 rows nd perform all opearation , for this it took around 13 min.&lt;BR /&gt;Please guide me as soon as possible.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kumari Yadav&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2021 03:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87553#M38253</guid>
      <dc:creator>KumariYadav1</dc:creator>
      <dc:date>2021-06-08T03:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87554#M38254</link>
      <description>Hi, Kumari,&lt;BR /&gt;&lt;BR /&gt;the steps should be following:&lt;BR /&gt;1. Read everything from excel to BP Collection&lt;BR /&gt;2. Use the VBO attached to this thread where you can find an action Return Unique Rows. You need to specify two input parameters. Input collection in which you want to search for unique rows and collection containing names of columns to compare for uniqueness. It can be just one row or multiple rows. In Output Collection you should get unique rows only.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There are some other actions you may find useful.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2021 09:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87554#M38254</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2021-06-08T09:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87555#M38255</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="f933032c-2fc6-47fd-accc-c8e7598e31f1" data-tag-text="@Kumari Yadav" href="https://community.blueprism.com/network/profile?UserKey=f933032c-2fc6-47fd-accc-c8e7598e31f1" data-itemmentionkey="309914c2-ed5d-42a1-bf88-6b024b80a6bb"&gt;@Kumari Yadav&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;No, not the &lt;EM&gt;&lt;STRONG&gt;Enhanced&lt;/STRONG&gt;&lt;/EM&gt;. Just the regular MS Excel VBO. See the following link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-excel-vbo" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-excel-vbo&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It looks like Zdeněk has covered your other question.&lt;BR /&gt;&lt;BR /&gt;Cheers,​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2021 12:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87555#M38255</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-06-08T12:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Saving Excel file as PDF</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87556#M38256</link>
      <description>Yes Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kumari Yadav&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2021 14:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Saving-Excel-file-as-PDF/m-p/87556#M38256</guid>
      <dc:creator>KumariYadav1</dc:creator>
      <dc:date>2021-06-08T14:46:00Z</dc:date>
    </item>
  </channel>
</rss>

