Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 5,100 for

file signature

(0.04 sec)
  1. GroupDocs.Annotation for .NET | Documentation

    API to annotate text or images in your documents using C#. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...Signature Product Solution GroupDocs...Develop Functions GUIDE Retrieve File Info Read Annotations Remove...

    docs.groupdocs.com/annotation/net/
  2. Update document password | Documentation

    This article explains how to update password for PDF, Word, Excel, PowerPoint documents by 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/update-document-p...
  3. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF File...Signature Product Solution GroupDocs...document as a rasterized PDF file: Python import groupdocs.redaction...

    docs.groupdocs.com/redaction/python-net/save-in...
  4. Extract pages | Documentation

    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. Font embedding options | Documentation

    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/java/font-embedding-o...
  6. Save only annotated pages | Documentation

    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. Extracting common image information | Documenta...

    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...
  8. Set password for output document | Documentation

    This article explains how to set document password after Files comparison within your Python applications using GroupDocs.Comparison for Python via .NET....Signature Product Solution GroupDocs...( output_file_path , source_file_path , target_file_path ): try...

    docs.groupdocs.com/comparison/python-net/set-pa...
  9. Search results | Documentation

    This article shows that how to perform the operations on search results....Signature Product Solution GroupDocs...object containing the file path, the file type, the format family...

    docs.groupdocs.com/search/nodejs-java/search-re...
  10. How to Add Watermark to Excel Worksheets using ...

    You will find guidance on how to add watermark to excel worksheets using Java, along with working code example to insert watermark in xlsx using Java on any system....Signature Product Family GroupDocs.Metadata...class by passing the input XLSX file path to its constructor as a...

    kb.groupdocs.com/annotation/java/how-to-add-wat...