Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 1,111 for

signature library updates

(0.45 sec)
  1. Working with TORRENT files | GroupDocs

    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....Signature Product Solution GroupDocs...file . Length ); } // ... } Updating TORRENT file metadata The...

    docs.groupdocs.com/metadata/net/working-with-to...
  2. Export Indexed Documents to HTML using C#

    Learn how to export indexed documents to HTML using C# with easy-to-follow steps. Implement C# export indexed documents to HTML for better document management....Signature Product Family GroupDocs.Metadata...GroupDocs.Search for .NET library to your development environment...

    kb.groupdocs.com/search/net/export-indexed-docu...
  3. Convert XLSX to PDF using Python

    Convert XLSX to PDF using Python for automated document workflows. Easily export XLSX to PDF in Python and preserve your spreadsheet's formatting....Signature Product Family GroupDocs.Metadata...by installing the suggested library, which provides a robust API...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  4. Convert PDF to DOCX using Python

    Discover how to convert PDF to DOCX using Python with straightforward steps. Easily export PDF to DOCX using Python, all without need to install additional software....Signature Product Family GroupDocs.Metadata...robust document conversion library based on .NET allows Python...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  5. Convert TXT to DOCX using Node.js

    Easily convert TXT to DOCX using Node.js with this simple guide. Learn how to export TXT to DOCX in Node.js using a powerful document conversion Library....Signature Product Family GroupDocs.Metadata...powerful document conversion library. Whether you are building internal...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  6. Convert DOCX to ODT using Python

    Quickly convert DOCX to ODT using Python with an easy-to-follow guide. Export DOCX to ODT using Python to ensure smooth editing and open document format support....Signature Product Family GroupDocs.Metadata...leverage a .NET-powered Python library to carry out this transformation...

    kb.groupdocs.com/conversion/python/convert-docx...
  7. 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.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()); // ....Signature Product Solution GroupDocs...(). getTitle ()); // ... } Updating DXF metadata The GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-c...
  8. Remove Image Watermark from RTF Using Python

    Learn how to remove image watermark from RTF using Python. This tutorial shows how to detect and delete image watermarks in RTF documents programmatically....Signature Product Family GroupDocs.Metadata...Python-friendly document-cleaning library used in this workflow makes...

    kb.groupdocs.com/watermark/python/remove-image-...
  9. Convert XLSX to HTML using Node.js

    Let's quickly convert XLSX to HTML using Node.js. Learn how to export XLSX to HTML in Node.js and turn Excel spreadsheets into responsive, web-ready HTML pages....Signature Product Family GroupDocs.Metadata...of the document conversion library. Next, load your .xlsx file...

    kb.groupdocs.com/conversion/nodejs/convert-xlsx...
  10. Working with TORRENT files | GroupDocs

    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....Signature Product Solution GroupDocs...getLength ()); } // ... } Updating TORRENT file metadata The...

    docs.groupdocs.com/metadata/java/working-with-t...