Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 1,398 for

document management

(0.04 sec)
  1. Common Master-Detail Image in Word Processing D...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail Image report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in Microsoft Word Document Creating a Common Master-Detail Image Please follow below steps you can create Common Master-Detail Template in MS Word 2013. Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Master-Detail Image in Word Processing Document Common Master-Detail Image...

    docs.groupdocs.com/assembly/java/common-master-...
  2. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-z...
  3. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Python via .NET search engine...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...UNKNOWN and metadata . get_document_info () . is_encrypted !=...

    docs.groupdocs.com/metadata/python-net/adding-m...
  5. Updating metadata | Documentation

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...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/updatin...
  6. Introducing Simple and Easy to Use .NET Documen...

    We are introducing a new public API that is designed to be implemented easily. Those who are using previous version of the API (below 19.9), you don’t have to worry. The legacy API has been moved into legacy namespace. If you want to upgrade to v19.9, it is required to make project-wide replacement of namespace usages from GroupDocs.Conversion to GroupDocs.Conversion.Legacy in order to avoid any build issues. Why to use new version?...single entry point to manage the document conversion process to...usage (depending on document type) Document convert options are...

    blog.groupdocs.com/conversion/introducing-simpl...
  7. 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.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-ca...
  8. Edit and Update Form Fields | Documentation

    Editing Form Fields with GroupDocs.Editor for Node.js via Java...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product.../ Developer Guide / Field Management in GroupDocs.Editor for Node...

    docs.groupdocs.com/editor/nodejs-java/edit-and-...
  9. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Java search engine...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...examples: Free online document metadata management App Along with full...

    docs.groupdocs.com/metadata/java/adding-metadata/
  10. 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-...