Hello,
I copy text snippets from the web and save as .txt in Notepad. Then I convert the text to docx with DocTo. In the Word document that was created, all the phone number prefixes that start with a plus (+) symbol is converted into a box symbol.
Here is the image for reference;
Note: image removed due to phone numbers
The characters/numbers from from "+" to "-" are not available in the output file.
Here is the output from "Docto -V"
DocTo Version:1.16.0 x64 Release
OfficeApp Version:16
and this is the command line to convert the txt file
docto.exe -F "input" -O "output.docx" -T wdFormatDocumentDefault
I am running Windows 11 Pro 64-bit.
Please run the command with -L 10 to provide verbose logging and paste that into your bug report.
docto -F "test.txt" -O "test.docx" -T wdFormatDocumentDefault -L 10
[20260316 13:59:53 -]: [DEBUG] Log Level Set To:10
Loading ChooseConverter...
Parameter Count is 8
Converter:MS Word
[DEBUG] Log Level Set To:10
[INFO] Loading Configuration...
[DEBUG] Parameter Count is 8
[DEBUG] Input File is: C:\docto\test.txt
[INFO] Output file: C:\docto\test.docx
[DEBUG] Type Integer is: 16
[INFO] Log Level Set To:10
File List
[INFO] Beginning to convert files....
[DEBUG] Current Directory: C:\docto
[DEBUG] Ready to Execute
[DEBUG] Executing Conversion ...
[DEBUG] Executing Conversion ... C:\docto\test.docx
[INFO] ExecuteConversion:C:\docto\test.txt
[INFO] DisableAutoMacros:C:\docto\test.txt
[DEBUG] Version >= 14 Using Saveas2 Function
[INFO] Files Converted:
As these are phone numbers, I can provide more details in private if needed.
Thank you.
Edit: Forgot to mention that the input file's encoding is UTF-8
Hello,
I copy text snippets from the web and save as .txt in Notepad. Then I convert the text to docx with DocTo. In the Word document that was created, all the phone number prefixes that start with a plus (+) symbol is converted into a box symbol.
Here is the image for reference;
Note: image removed due to phone numbers
The characters/numbers from from "+" to "-" are not available in the output file.
Here is the output from "Docto -V"
DocTo Version:1.16.0 x64 Release
OfficeApp Version:16
and this is the command line to convert the txt file
docto.exe -F "input" -O "output.docx" -T wdFormatDocumentDefault
I am running Windows 11 Pro 64-bit.
[INFO] Beginning to convert files....
[DEBUG] Current Directory: C:\docto
[DEBUG] Ready to Execute
[DEBUG] Executing Conversion ...
[DEBUG] Executing Conversion ... C:\docto\test.docx
[INFO] ExecuteConversion:C:\docto\test.txt
[INFO] DisableAutoMacros:C:\docto\test.txt
[DEBUG] Version >= 14 Using Saveas2 Function
[INFO] Files Converted:
As these are phone numbers, I can provide more details in private if needed.
Thank you.
Edit: Forgot to mention that the input file's encoding is UTF-8