Hi,
We have printed a rtf report to PDF format using Aspose.words dll. And then we have converted this PDF repport to .txt file, then the spaces are not coming.
You can see the attached file.
Please help us.
Hi,
Document doc = new Document(MyDir + "in.rtf");
doc.Save(MyDir + "Out.txt", SaveFormat.Text);
We are using aspose.words dll to print a report in PDF format. But after that the clients were converting this PDF report to text file.
Hi,
Document doc = new Document(MyDir + "30tmp.rtf");
doc.Save(MyDir + "Out.pdf");