Articles in this section
Category / Section

How to Convert RTF File to WinForms PDF using Essential DocIO?

1 min read

The native RTF to WinForms PDF Viewer conversion present in the PDF Base library has a few limitations, such as the inability to render watermarks, headers, footers, page breaks, etc. To overcome these limitations, the user can make use of the DocIO Base library to convert the RTF to WinForms PDF Viewer.

The below code snippets and working sample explain how to convert RTF to WinForms PDF Viewer using the DocIO Base library.

Syncfusion.DocIO.DLS.WordDocument wordDoc = new Syncfusion.DocIO.DLS.WordDocument(@"../../RTFtoDoc.rtf");
 
Syncfusion.DocToPDFConverter.DocToPDFConverter converter = new Syncfusion.DocToPDFConverter.DocToPDFConverter();
 
PdfDocument pdfDoc = converter.ConvertToPDF(wordDoc);
 
pdfDoc.Save("DoctoPDF.pdf");
 
System.Diagnostics.Process.Start("DoctoPDF.pdf");

Conclusion

I hope you enjoyed learning about how to convert an RTF file to a WinForms PDF using Essential DocIO.

You can refer to our WinForms PDF Viewer feature tour page to learn about its other groundbreaking features and documentation, and how to quickly get started with configuration specifications. You can also explore our WinForms PDF Viewer example to understand how to create and manipulate data.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion®, you can try our 30-day free trial to check out our other controls.

If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied