Sort Score
Result 10 results
Languages All
Labels All
Results 4,081 - 4,090 of 32,014 for

groupdocs.search

(0.08 sec)
  1. Working with ZIP archives | GroupDocs

    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...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-z...
  2. Installation | GroupDocs

    Install GroupDocs.Viewer for Python via .NET on Windows, Linux, or macOS — from PyPI or from a pre-downloaded wheel, including Intel and Apple Silicon builds....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/getting-st...
  3. Features overview | GroupDocs

    Key features of GroupDocs.Markdown for .NET — document to Markdown conversion with flavor control, image handling, front matter, and more...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/markdown/net/features-overview/
  4. How to migrate to GroupDocs.Viewer 19.8 or high...

    This article contains information about migration from the legacy API to GroupDocs.Viewer 19.8 or higher....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-migrate-t...
  5. Working with worksheet headers and footers | Gr...

    Inspect, clear, and watermark the images in Excel worksheet headers and footers using GroupDocs.Watermark for Python via .NET....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/watermark/python-net/working...
  6. Load TXT document with options | GroupDocs

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for .NET API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/load-txt-docu...
  7. Signing archive documents in batch | GroupDocs

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/signing-archi...
  8. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  9. Update annotation replies | GroupDocs

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/update-annot...
  10. Working with CAD metadata | GroupDocs

    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); // ....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-ca...