Doconut Viewer Plugin - Converter
The all-new Doconut Converter Plugin transforms your .NET applications with seamless, high-performance document conversion across dozens of formats.
Convert Across All Major Formats
From PDF to Word, from Excel to PDF, and from PowerPoint to Images, the Converter Plugin provides a single unified API to handle all document transformations quickly and accurately.
View MoreSimple Integration in Any .NET Project
Add high-performance document conversion to your applications in just a few lines of code. Compatible with .NET Framework, .NET Core, and .NET 6+.
var viewer = new Viewer();
var converter = viewer.Converter.GetConverter();
using (var stream = System.IO.File.OpenRead("sample.pdf"))
{
var config = new PdfConfigConverter
{
TargetFormat = PdfConfigConverter.EnTargetFormat.DOCX
};
converter.Convert(stream, SourceFormatConverter.PDF, config);
}
Power Your .NET Apps with Doconut Converter
Try the Converter Plugin today and experience seamless document conversion across formats — faster, cleaner, and easier to integrate than ever before.



