Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 5,465 for

file signature

(0.06 sec)
  1. Load from Stream | GroupDocs

    This article shows that how to load File from stream using redaction API...Signature Product Solution GroupDocs...As an alternative to a local file, can open a document from stream...

    docs.groupdocs.com/redaction/python-net/load-fr...
  2. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....Signature Product Solution GroupDocs...try { // Make changes to the file as a rasterized PDF, e.g. uisng...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  3. User roles | GroupDocs

    The page describes how to implement user roles in GroupDocs.Annotation for .NET API....Signature Product Solution GroupDocs...= new Annotator ( "input.pdf-file" )) { AreaAnnotation area =...

    docs.groupdocs.com/annotation/net/apply-roles/
  4. Extract pages | GroupDocs

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for .NET....Signature Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/extract-pages/
  5. Extracting common image information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Signature Product Solution GroupDocs...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/extracting-com...
  6. Save only annotated pages | GroupDocs

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Signature Product Solution GroupDocs...// Add annotation and save to file annotator . add ( tmp0 ); SaveOptions...

    docs.groupdocs.com/annotation/java/save-only-an...
  7. Font embedding options | GroupDocs

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Signature Product Solution GroupDocs...resembles the “Embed fonts in the file” option with all sub-options...

    docs.groupdocs.com/editor/net/font-embedding-op...
  8. Product Overview | GroupDocs

    GroupDocs.Editor for .NET is a C# api allows to edit Microsoft Office documents like Word, Excel or PowerPoint or PDF without third party software installed....Signature Product Solution GroupDocs...Editor for .NET you can edit files of various formats and no third-party...

    docs.groupdocs.com/editor/net/product-overview/
  9. How to Extract Images from PDF in Java

    Let's understand the easy-to-use procedure to extract images from PDF in Java and learn how to write the code to extract images from PDF using Java....Signature Product Family GroupDocs.Metadata...allows you to load the input PDF file and the getImages method of...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  10. How to Add Watermark to Excel Worksheets using C#

    This brief piece of writing provides guidance how to add watermark to excel worksheets using C# along with instructions and code to insert watermark in xlsx using C#....Signature Product Family GroupDocs.Metadata...class with the path of XLSX file Instantiate object of WatermarkAnnotation...

    kb.groupdocs.com/annotation/net/how-to-add-wate...