Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 6,201 for

informations

(0.11 sec)
  1. Remove Metadata from ODT using Java

    Discover how to effectively remove metadata from ODT using Java. This guide provides a code snippet showing the process of how to delete metadata from ODT in Java....metadata that includes hidden information about the document, such...the exposure of sensitive information or the inclusion of unnecessary...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  2. Optimize the PDF file resources | GroupDocs

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) to reduce size....Purchase Buy Now Pricing Information Free Trials Temporary License...objects, fonts, or personal information from a document, and so on...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  3. Technical Support | GroupDocs

    GroupDocs.Merger for Python via .NET provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Purchase Buy Now Pricing Information Free Trials Temporary License...the attached files. Add information about the environment you...

    docs.groupdocs.com/merger/python-net/technical-...
  4. Working with metadata in MOV Files | GroupDocs

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Purchase Buy Now Pricing Information Free Trials Temporary License...QuickTime file. Please find more information on QuickTime atoms in the...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Technical Support | GroupDocs

    Get comprehensive technical support for GroupDocs.Total for Python via .NET. Access free support through our forum or paid support via helpdesk. Learn how to report issues, request features, and get assistance from our development team....Purchase Buy Now Pricing Information Free Trials Temporary License...issue, include: Required Information: Original document(s) causing...

    docs.groupdocs.com/total/python-net/technical-s...
  6. In-Table List with Highlighted Rows in HTML Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList with Highlighted Rows report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in HTML Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show all the client names with price. Show single client and his single contract price in a single row....Purchase Buy Now Pricing Information Free Trials Temporary License...It must represent all the information in tabular form. Report must...

    docs.groupdocs.com/assembly/java/in-table-list-...
  7. Convert font formats | GroupDocs

    This article demonstrates how you can convert font formats with GroupDocs.Conversion for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...page Font files contain information about font tables, glyphs...

    docs.groupdocs.com/conversion/net/convert/font/
  8. In-Table List With Alternate Content in Spreads...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList WithAlternateContent report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List With Alternate Content in Microsoft Excel Document Creating a In-Table List With Alternate Content Practising the following steps you can create In-Table List With Alternate Content Template in MS Excel 2013. Add a new Workbook. Select the range of cells that you want to include in the table....Purchase Buy Now Pricing Information Free Trials Temporary License...It must represent all the information in tabular form. Report must...

    docs.groupdocs.com/assembly/java/in-table-list-...
  9. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Purchase Buy Now Pricing Information Free Trials Temporary License...extracting format-specific information from PNG images. The following...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Delete Digital signatures from documents | Grou...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Purchase Buy Now Pricing Information Free Trials Temporary License...constructor of class. Important information . Please be aware that digitally...

    docs.groupdocs.com/signature/python-net/delete-...