Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 3,487 for

groupdocs.assembly

(0.13 sec)
  1. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/use-advanced-...
  2. Sign Pdf documents with special appearance | Do...

     This article explains how to use PDF digital electronic signature features on document page....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/sign-pdf-docu...
  3. Migration notes | Documentation

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/migration-notes/
  4. Load Presentation document with options | Docum...

    Learn this article and check how to load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for Java API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/load-present...
  5. Extracting property values | Documentation

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type in Java....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/extracting-pro...
  6. Extracting property values | Documentation

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/extracting-prop...
  7. Extracting metadata | Documentation

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/extracting-met...
  8. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/locating-sign...
  9. OCR support | Documentation

    This article demonstrates the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/net/ocr-support/
  10. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

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