monalisaq
(monalisa)
November 13, 2019, 9:44am
1
i want to convert excel to pdf kindly assistexceltopdf2.xlsx (7.8 KB) emphasized text
Manish540
(Manish Shettigar)
November 13, 2019, 9:49am
2
Install the below package to convert excel to pdf…
monika.c
(Monika Chaudhari)
November 13, 2019, 9:49am
3
@monalisaq
Install excel to pdf activity from manage package …
1 Like
Manish540
(Manish Shettigar)
November 13, 2019, 9:54am
4
Check this below link, this may help you.
Hi all,
I have developed a custom activity which converts an Excel file to a PDF File .
Converts each Worksheet in the Excel File to individual PDF Document if Worksheet name is specfied in the input argument. If the Worksheet name is not specified the whole Workbook is converted to PDF.
You can add the latest version of this package from Nuget.org :
NuGet Gallery | ExceltoPDFConversionActivities 1.1.6
Input:
DestinationPath - Type String - Optional :
The path to store the output PDF Fil…
sarathi125
(Parthasarathi)
November 13, 2019, 10:20am
5
@monalisaq ,
Welcome to our Community!
You can do it in Excel features itself, just open the excel using Excel Application scope,
then send hotkey as F12 by attaching the excel window.
Then you can do it there as shown and highlighted in the image below.
monalisaq
(monalisa)
November 13, 2019, 2:00pm
6
thank you for the solution
do i use the send hotkey triggers and tab but failing to select the PDF can you assist
regards
sarathi125
(Parthasarathi)
November 13, 2019, 2:27pm
7
@monalisaq ,
Excel_SaveAs_PDF.xaml (46.5 KB)
Check with this xaml, you need to pass argument correctly to work with.
balupad14
(Balamurugan)
December 7, 2019, 5:16pm
8
Here is an activity to export the excel file to PDF AND XPS …
Hi,
I have included a new activity called “Export WorkBook”. Using this activity that can able to export the workbook as PDF and XPS.
Name Space :
[image]
Activity and Properties :
[image]
Note :
Let me if you have any errors.
I would be happy to get more suggestions and feedback (Possibly likes).
Here is the video demonstration also.
https://forum.uipath.com/t/excel-how-to-export-the-excel-to-pdf-xps/318056?u=balupad14
Regards
Balamurugan.S
Regards
Balamurugan.S
1 Like
jinli.ma
(Jinli Ma)
May 22, 2020, 6:07pm
9
Hello:
Does the input file and output file require a full path? It didn’t work when I only provided a partial path, but it worked when the full path was provided.
Thanks,
1 Like
balupad14
(Balamurugan)
May 22, 2020, 10:42pm
10
Hi @jinli.ma ,
Welcome to UiPath Community !
Yes. You have to provide the full path…
Thank you
Balamurugan.S
1 Like
Very useful ! thank you !!!
1 Like
Kro_Raoq
(Kro Raoq)
May 9, 2023, 6:26am
12
Hello, it says the parameter is incorrect whenever i input parameters on cell range,
And if i changed it to “”, it says that value does not fall within the expected range
I followed your tutorial and yet i have error., what should i do