GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....Assembly Product Solution GroupDocs...
This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Assembly Product Solution GroupDocs...
This example demonstrates how to load a file of a particular format using GroupDocs.Metadata for Python via .NET....Assembly Product Solution GroupDocs...
The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types.
An example of obtaining a list of supported file types is presented below.
Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Assembly Product Solution GroupDocs...
This example demonstrates how to load a password-protected document.
advanced_usage.loading_files.LoadPasswordProtectedDocument
// Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Assembly Product Solution GroupDocs...
Scopri le novità di GroupDocs.Total per .NET 25.8. Disponibile ora su NuGet e sul sito Web di GroupDocs....Download diretto # Scarica gli assembly compilati per .NET 6 e .NET...
Дізнайтеся про новинки в GroupDocs.Conversion для .NET v25.9. Тепер доступно на NuGet та веб‑сайті GroupDocs....Direct Download – Download assemblies for both .NET and .NET Framework...
This article demonstrates how to convert document stored at local disk using GroupDocs.Conversion for Node.js via Java API....Assembly Product Solution GroupDocs...