Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 30,682 for

groupdocs.signature

(0.08 sec)
  1. GroupDocs.Merger for Java | Documentation

    Use GroupDocs.Merger for Java to merge several documents into one, split single document to multiple and organize documents in different ways....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/
  2. Product Overview | Documentation

    Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/product-over...
  3. Saving to HTML with External Resource Files | D...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/saving-to-html-...
  4. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/save-a-modified...
  5. Memory optimization option | Documentation

    This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for .NET API....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/editor/net/memory-optimizati...
  6. GroupDocs.Assembly for .NET 21.3 Release Notes ...

    Major Features Supported section breaks inside data bands and conditional blocks, and provided dynamic adding of combobox and dropdown list items for Word Processing documents. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-188 Support section breaks inside data bands and conditional blocks for Word Processing documents Feature ASSEMBLYNET-189 Support dynamic adding of combobox and dropdown list items for Word Processing documents Feature ASSEMBLYNET-190 An issue with a JSON object having only complex properties Bug ASSEMBLYNET-191 Improve exception reporting when an image cannot be loaded Bug Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  7. Protect PDF document | Documentation

    Secure PDF output with passwords and permissions when rendering documents using GroupDocs.Viewer....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/protect-pd...
  8. Clean metadata | Documentation

    This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/clean-metadata/
  9. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-bm...
  10. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...