dear All
How can change date inside Word and save this as PDF with this format
i try to use Type into but he type inside the word but not in the same place i want to change in the same place
dear All
How can change date inside Word and save this as PDF with this format
i try to use Type into but he type inside the word but not in the same place i want to change in the same place
You can use the word replace text to replace the date in the word document.
or by using send Hot Keys activity to get the replace text dialog window.
https://activities.uipath.com/docs/word-replace-text
Once the text is replaced, use the following activity to save word as PDF.
https://activities.uipath.com/docs/word-export-to-pdf
Regards,
Karthik Byggari
thanks dear
but it give me error
could you help me for that

What is the error message?
I am unable to get it from the screenshot.
Example how to get the date in string format -
DateTime.Now.AddDays(-2).ToString("dd MM yyyy")
Regards,
Karthik Byggari
Thanks dear For your support
but how i can Writes date with this format
(06 February 2019)
Hi Abbas,
You marked the wrong post as solution. Please update.
For 06 February 2019 → DateTime.Now.AddDays(-2).ToString("dd MMMM yyyy")
Regards,
Karthik Byggari
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.