Take advantage of the free evaluation of PDF SharePoint API as it has no time limit, and free technical support is provided for evaluation users too....SharePoint from the download page, install it and it will work...
Convert PDF to EPUB format in C# code. Save PDF as EPUB using C#....epub); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.epub", saveOptions);...
Convert PDF to TXT format in C# code. Save PDF as TXT using C#....txt); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.txt", saveOptions);...
Convert PDF to RTF format in C# code. Save PDF as RTF using C#....rtf); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.rtf", saveOptions);...
Convert DOC to PDF format in C# code. Save DOC as PDF using C#....pdf); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.pdf", saveOptions);...
Convert DOC to DOCX format in C# code. Save DOC as DOCX using C#....docx); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.docx", saveOptions);...
Convert DOC to TXT format in C# code. Save DOC as TXT using C#....txt); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.txt", saveOptions);...
Convert a Word document to MARKDOWN format in C# code. Save a Word document as MARKDOWN using C#....md); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.md", saveOptions);...
Convert PDF to DOCX format in C# code. Save PDF as DOCX using C#....docx); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.docx", saveOptions);...
The evaluation version of Aspose.Words for JasperReports (without a license specified) inserts an evaluation watermark at the top of the document on save....evaluation from the downloads page . The evaluation download is...