This article explains how to get the list of all supported File formats....Comparison Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...
Load password-protected File In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class:
LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Comparison Product Solution GroupDocs...password-protected file Load password-protected file Leave feedback...
This page describes how the search api is used to obtain a list of supported File types....Comparison Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...
This article demonstrates how to convert File presented as a stream using GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs.../ Loading files from different sources / Load file from stream...
Follow this guide and learn how to split text File into several resultant Files using GroupDocs.Merger for Python via .NET API....Comparison Product Solution GroupDocs...operations / Split text file Split text file Leave feedback allows...
This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs.../ Loading files from different sources / Load file from URL Load...
This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...Loading / Load file from local disk Load file from local disk...