Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 5,033 for

assembly

(0.35 sec)
  1. Search for Text e-Signatures | GroupDocs

    This topic explains how to search for text electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/python-net/search-...
  2. GroupDocs.Conversion cho .NET 25.8 - Cập nhật m...

    Khám phá những tính năng mới trong GroupDocs.Conversion cho .NET v25.8. Hiện đã có trên NuGet và trang web GroupDocs....2 Tải trực tiếp – Tải các assembly cho .NET và .NET Framework...

    blog.groupdocs.com/vi/conversion/groupdocs-conv...
  3. Fusionner des fichiers PowerPoint en ligne | Fu...

    Fusionnez deux ou plusieurs fichiers de présentation PowerPoint en ligne en un seul. Combinez toutes les diapositives ou joignez uniquement les diapositives spécifiques de plusieurs fichiers PPT/PPTX en ligne et par programmation....ligne # Si vous souhaitez assembler différentes présentations...

    blog.groupdocs.com/fr/merger/merge-powerpoint-p...
  4. Remove page redactions | GroupDocs

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/remove-page-r...
  5. Create PDF with Image Redaction | GroupDocs

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/create-...
  6. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/sign-document...
  7. GroupDocs.Watermark Overview | GroupDocs

    Protect and customize documents with watermarks using GroupDocs.Watermark for .NET. Add, remove, search, and manage visible or invisible watermarks in over 50 document formats including PDF, Word, Excel, PowerPoint, and images....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  8. Working with metadata in AVI files | GroupDocs

    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 AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Merge Open Document files | GroupDocs

    Learn how to merge Open Document files, combine ODT, ODS, ODP files into one file programmatically in Java language using GroupDocs.Merger for Java library....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/merge/open-docum...
  10. 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 ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Assembly Product Solution GroupDocs...

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