// Load TXT file
Document document = new Document("sample.txt");

// Save TXT file as PDF
document.Save("output.pdf", SaveFormat.Pdf);