Introducing ComPDFKit Conversion SDK 1.5.0 Learn more about ComPDFKit PDF SDK: https://www.compdf.com/ ComPDFKit Conversion SDK 1.5.0 has been released! With this version, users’ needs for converting PDF to RTF and converting PDF to HTML are satisfied. In this blog post, we will give a detailed introduction to these two formats and show you how to convert PDF to RTF and HTML. PDF to RTF Although PDF is a secure format to send and share your files, it is difficult to open PDF files if you share them with someone who doesn’t have a PDF processor. To make sure that anyone can open and read the files, you can choose to convert PDF to RTF. How to Convert With ComPDFKit, you can convert PDF to RTF effortlessly. Here we take C# as an example. string resPath = "***" ; string inputFilePath = "***" ; string outputFolderPath = "***" ; string outputFileName = "***" ; CPDFConverter.Init(resPath); CPDFConverterRTF converter = new CPDFConverterRTF(input...
Posts
Showing posts from January, 2023