Conversion from Word to PDF

@balkishan

Do one thing. Read file name first.

  1. In Assign, String filename = Path.GetFileNameWithoutExtension(item)

  2. Export to PDF, pass like this “folderPath"+filename+”.pdf"

7 Likes