Hello,
Using the conversion API with txt files to any outputtype, creates a resulting file with input interpreted as HTML.
For Instance a text file containing
< ' > <b> bold</b>
will output
< ' > <b> bold</b>
Options used :
filetype = “txt”,
outputtype = “pdf”
Best,