Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 1,110 for

signature library updates

(0.34 sec)
  1. Remove Image Watermark from PPTX Using Python

    Learn how to remove image watermark from PPTX using Python. This tutorial shows how to detect and delete image watermarks in PPTX presentations programmatically....Signature Product Family GroupDocs.Metadata...DCT-based image comparison, the library can recognize the watermark...

    kb.groupdocs.com/watermark/python/remove-image-...
  2. Convert ODT to Word using Node.js

    Learn how to convert ODT to Word using Node.js with a simple and efficient approach. Easily export ODT to Word in Node.js using a Java-based conversion Library....Signature Product Family GroupDocs.Metadata...you setting up the required library and create high-quality PDF...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  3. Remove Image Watermark from XLSX Using Python

    Learn how to remove image watermark from XLSX using Python. This tutorial shows how to detect and delete image watermarks in Excel spreadsheets programmatically....Signature Product Family GroupDocs.Metadata...Python-compatible spreadsheet-processing library makes it possible to detect...

    kb.groupdocs.com/watermark/python/remove-image-...
  4. 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); // ....Signature Product Solution GroupDocs...CadPackage . Title ); // ... } Updating DXF metadata The GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-ca...
  5. Remove metadata properties | GroupDocs

    This article shows that how to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....Signature Product Solution GroupDocs...combination of criteria. a file to update Use a predicate to find and...

    docs.groupdocs.com/metadata/net/remove-metadata...
  6. Handling the Lyrics tag | GroupDocs

    This article explains how to handle Lyrics tag....Signature Product Solution GroupDocs...ID , field . Data ); } } } Updating a Lyrics tag The GroupDocs...

    docs.groupdocs.com/metadata/net/handling-the-ly...
  7. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....Signature Product Solution GroupDocs...folders - for successfully updated files and for failed ones....

    docs.groupdocs.com/redaction/python-net/use-red...
  8. Working with metadata in EPUB e-books | GroupDocs

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using the EpubRootPackage....Signature Product Solution GroupDocs...getImageCover (). length : 0 ); } Updating EPUB format-specific properties...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Search index repository | GroupDocs

    The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Signature Product Solution GroupDocs...single call to the method can update all indexes in the repository...

    docs.groupdocs.com/search/java/search-index-rep...
  10. Handling the ID3v1 tag | GroupDocs

    This article explains how to handle ID3v1 tag....Signature Product Solution GroupDocs...getComment ()); // ... } } Updating an ID3v1 tag The following...

    docs.groupdocs.com/metadata/java/handling-the-i...