View Single Post
Old 12-18-2023, 04:07 PM   #49
Bobich
Junior Member
Bobich began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2023
Device: Sigil
Hello! I have 3 quoted version.

1.
Quote:
^[Note the directory in which the application runs is dependent on how you run the sample application. If
you use the CLi command dotnet run, the current directory is the same as where the project file is located. If you are using Visual studio, the current directory will be the directory of the compiled assembly, which is .\bin\debug\net5.0. You will need to adjust the path to the Word document accordingly.]
The script shows result: "No notes found".

2.
Quote:
^[Note the directory in which the application runs is dependent on how you run the sample application. If you use the CLi command dotnet run, the current directory is the same as where the project file is located. If you are using Visual studio, the current directory will be the directory of the compiled assembly, which is .\bin\debug\net5.0. You will need to adjust the path to the Word document accordingly.]
The script shows errors.

3. Changed char '/' instead of '\' and all is okay.
Quote:
^[Note the directory in which the application runs is dependent on how you run the sample application. If you use the CLi command dotnet run, the current directory is the same as where the project file is located. If you are using Visual studio, the current directory will be the directory of the compiled assembly, which is ./bin/debug/net5.0. You will need to adjust the path to the Word document accordingly.]
The remaining 210 notes in a document were converted successfully.
Bobich is offline   Reply With Quote