Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 24,543 for

may

(0.08 sec)
  1. 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.... GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/get-supported-...
  2. 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:...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  3. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/exporting-metad...
  4. Load document from url | Documentation

    Learn how to Load document from url....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/load-document-fro...
  5. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF file...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/save-in-raster...
  6. Optimizing shards | Documentation

    This page contains information about optimizing shards in the search network....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/optimizing-shards/
  7. Examples-GroupDocs.Assembly.Examples.Java-src-m...

    GitHub Gist: instantly share code, notes, and snippets....bidirectional Unicode text that may be interpreted or compiled differently...

    gist.github.com/GroupDocsGists/b344e5c858da2e19...
  8. NoClassDefFoundError javax/xml/bind/DatatypeCon...

    This article is about NoClassDefFoundError: javax/xml/bind/DatatypeConverter... Symptoms You may get exception like java.lang...

    docs.groupdocs.com/viewer/java/noclassdeffounde...
  9. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/save-overwriti...
  10. Subset fonts | Documentation

    This topic describes how to subset fonts in PDF file using the GroupDocs.Viewer .NET API (C#)....this page Not optimized files may contain embedded fonts. GroupDocs...

    docs.groupdocs.com/viewer/net/optimization-pdf-...