Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 1,559 for

document management

(0.06 sec)
  1. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source in Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\test.ppt" File...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  2. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\test.ppt" using...

    docs.groupdocs.com/metadata/net/save-a-modified...
  3. Edit and Manage Metadata in Python Apps - Group...

    Discover how to utilize GroupDocs.Metadata for Python via .NET to extract, update and remove metadata in your applications....中國傳統的 Managing metadata is an important part of document automation...applications that work with different document formats. In this article,...

    blog.groupdocs.com/metadata/edit-metadata-in-py...
  4. Render DOC as PNG using Python

    Learn how to render DOC as PNG using Python. This tutorial explains how to convert DOC to PNG in Python with page-by-page rendering and custom output naming....using Python Microsoft Word documents in the legacy .doc format... legal systems, and document management workflows. Converting...

    kb.groupdocs.com/viewer/python/render-doc-as-pn...
  5. GroupDocsParserException when indexing very old...

    Hello, We get an exception when trying to index an old doc file: GroupDocs.Parser.Exceptions.GroupDocsParserException: The Document appears to be corrupted and cannot be loaded. at .(Stream , LoadOptions ) at .(N…...GroupDocsParserExcep: The document appears to be corrupted and...GetText(TextOptions options) at . (Document , , String ) I can open the...

    forum.groupdocs.com/t/groupdocsparserexception-...
  6. GroupDocs.Conversion NoConvertOptions causes cr...

    This test case was working fine in the previous GroupDocs.Total.NETFramework 25.4.0, but is now broken in 25.5.0: Create a text file named “ignore.log” In convertOptions, detect “.log” extension and return NoConvertOp…...Total Product Family document-conversion , dotnet jarrodwee...can see that it knows that “document ignore.log is passed without...

    forum.groupdocs.com/t/groupdocs-conversion-noco...
  7. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your Document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // 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: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\source.one"...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  8. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\test.png" using...

    docs.groupdocs.com/metadata/net/save-a-modified...
  9. Perform Reverse Image Search using Java

    Quickly perform reverse image search using Java to locate similar images. Discover how to implement reverse image search in Java for content-based image retrieval....content management systems, and digital asset management. By leveraging...and standalone images Add documents to the index folder with the...

    kb.groupdocs.com/search/java/perform-reverse-im...
  10. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your Document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\source.xls"...

    docs.groupdocs.com/metadata/java/load-a-file-of...