How to Convert Txt Docs to PDF in Aspose c#
/* Posted March 18th, 2008 at 8:43am [Comments: none] *//* Filed under C#, PDF */
We are using the Aspose product for pdf to convert word docs to pdf. We also wanted to use that same product to convert txt docs into pdf. Unlike most other pdf convertor tools, aspose dosn’t have a auto convert to pdf for txt docs. The solution to this problem is to stream in the txt doc and create a new pdf from it.
Code Below: Read more »
















