Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 1,445 for

document management

(0.05 sec)
  1. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...features and get familiar how to manage metadata and more, please refer...

    docs.groupdocs.com/metadata/nodejs-java/working...
  2. Complex QR entries | Documentation

    This section contains articles with explanation how to create most popular 2D matrix barcodes using predefined data models...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Signing documents / Complex QR entries Complex...

    docs.groupdocs.com/signature/net/sign-document-...
  3. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-c...
  4. Working with TORRENT files | Documentation

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-to...
  5. Manage XMP and EXIF Data of HEIF HEIC Images us...

    Manage XMP and EXIF data of HEIF, HEIC images using C#. Read, update, remove EXIF and XMP data using Metadata automation API within .NET applications....API to automate metadata management within .NET applications...You can also visit the documentation for the complete list of...

    blog.groupdocs.com/metadata/manage-xmp-and-exif...
  6. Image comparison processing time to save output...

    About 1-2 minutes to export a image Result saved image image.png (6.0 KB) My code: public static class GroupDocsApi { // Function use GroupDocs API to compare words public static Chang…...Comparison Product Family document-comparison , dotnet , csharp...OpenRead(outPut); Document document = new Document(fileStream); string...

    forum.groupdocs.com/t/image-comparison-processi...
  7. Cannot find Umlauts located in ANSI files - Fre...

    Hi there, We tried this: ​Have a Text file with ANSI encoding in a folder indexed by DataCentral. The file should contain “Mühe” and “Vielfraß”. Create an index for that file Make a search on that index for “Vielfraß”…...access to our Paid Support management team. atir.tahir February...Specify the encoding for the document }; // Add the directory containing...

    forum.groupdocs.com/t/cannot-find-umlauts-locat...
  8. How to Update Email Load Options and Convert to...

    Not sure how to modify the below code to use the new Conversion APIs from 24.10 onwards? It says: “warning CS0618: ‘Converter.Converter(string, Func)’ is obsolete: ‘The constructor is obsolete from v24.10. Will be remo…...access to our Paid Support management team. atir.tahir January...originate from a container document. We’ll be adding a new property...

    forum.groupdocs.com/t/how-to-update-email-load-...
  9. Merge PPTX Presentations in Python with GroupDo...

    This article provides step-by-step instructions on merging PPTX presentations using GroupDocs.Merger for Python via .NET....Example 1: Merging Two PPTX Documents Example 2: Merging PPTX from...presentations into a single document seamlessly. Load the Source...

    blog.groupdocs.com/merger/merge-pptx-in-python/
  10. Extract Text from PPTX using C#

    This article provides an in-depth guide on how to extract text from PPTX using C#, including code example to help you efficiently do text extraction from PPTX in C#....analysis, data extraction, or document automation. In this article...will simplify handling and managing the content within PPTX files...

    kb.groupdocs.com/parser/net/extract-text-from-p...