Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 5,003 for

conholdate

(0.09 sec)
  1. GroupDocs.Viewer for Java 3.2.2 Release Notes |...

    Note This page contains release notes for GroupDocs.Viewer for Java 3.2.2 Major Features There are 1 new feature in this release: Ability to specify custom fonts path Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERJAVA-1201 Add ability to specify custom fonts path New Feature Public API and Backward Incompatible Changes How to specify custom fonts path How to specify custom fonts path // Setup GroupDocs....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/java/groupdocs-viewer...
  2. GroupDocs.Viewer for Java 19.8.1 Release Notes ...

    Note This page contains release notes for GroupDocs.Viewer for Java 19.8.1 Major Features There are two bugs have been fixed in this release. Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERJAVA-1954 Missing public classes Bug VIEWERJAVA-1947 Exception: Culture Name: en-DE is not a supported culture Bug Public API and Backward Incompatible Changes In the version 19.8.1 following public classes were added: com.groupdocs.viewer.domain.ArchiveFileData com.groupdocs.viewer.domain.CadFileData com....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/java/groupdocs-viewer...
  3. GroupDocs.Watermark for .NET 20.5 Release Notes...

    Major features There are the following improvements in this release: Allow to edit minor shape properties in Visio documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type WATERMARKNET-1264 Footer and header watermark adds line break using .NET Bug WATERMARKNET-772 Allow to edit minor shape properties in Visio documents Improvement WATERMARKNET-1268 Watermarking of Word document uses existing paragraph if available Improvement WATERMARKNET-1269 After removing found watermark in Word document, the empty parent paragraph is removed too Improvement Public API and Backward Incompatible Changes Allow to edit minor shape properties in Visio documents Description This improvement allows to edit the following shape properties in Visio documents:...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  4. GroupDocs.Viewer for .NET 19.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Viewer for .NET 19.11 Major Features There are 5 improvements and bug-fixes in this release. Warning In this version, we have changed the unique identifier that OS uses to identify the application installed with an MSI package. Please manually uninstall the previous installation of GropuDocs.Viewer for .NET before installing GroupDocs.Viewer for .NET 19.11. Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-2218 Generate new ProjectGuid and UpgradeCode for MSI package Improvement VIEWERNET-2207 Compatibility issues under ....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  5. Set filename when rendering archive files | Doc...

    This article explains how to specify a filename when viewing archive files GroupDocs.Viewer within your Java applications....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/java/set-filename-whe...
  6. Load a password-protected document | Documentation

    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:...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  7. Get supported file formats | Documentation

    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....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/java/get-supported-...
  8. Update document password | Documentation

    This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/merger/net/update-document-p...
  9. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.docx", loadOptions); } 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. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  10. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/java/exporting-meta...