Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 4,985 for

file signature

(0.05 sec)
  1. 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 FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } 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 property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/extracting-comm...
  2. Add text watermarks | Documentation

    Add text watermarks to rendered documents using GroupDocs.Viewer in your Python applications....Signature Product Solution GroupDocs...as viewer : # Create an HTML file. viewOptions = gvo . HtmlViewOptions...

    docs.groupdocs.com/viewer/python-net/add-text-w...
  3. Load from Stream | Documentation

    Load from Stream As an alternative to a local File, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Signature Product Solution GroupDocs...As an alternative to a local file, Redactor can open a document...

    docs.groupdocs.com/redaction/java/load-from-str...
  4. Remove pages | Documentation

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel File or remove slides from PowerPoint presentations with GroupDocs.Merger for .NET API....Signature Product Solution GroupDocs...Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/python-net/remove-pages/
  5. Add password to PDF with permissions | Document...

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....Signature Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/python-net/add-passwo...
  6. Remove document password | Documentation

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Signature Product Solution GroupDocs...method; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/remove-document-p...
  7. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason Files have non-standard extensions or if its format is supported, but not pre-configured....Signature Product Solution GroupDocs...be used when for some reason files have non-standard extensions...

    docs.groupdocs.com/redaction/python-net/extend-...
  8. Introducing GroupDocs.Parser for .NET | Documen...

    What Is GroupDocs.Parser? GroupDocs.Parser is a powerful document data extraction API from over 50 document types in your applications. Many popular formats are supported: PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, ODT, ODS, RTF, EPUB and many others. One of the most valuable features of GroupDocs.Parser is parsing documents with predefined templates. It’s easy to define template and extract data from invoices, prices or other kinds of your typical documents....Signature Product Solution GroupDocs...archives, OST/PST mail data files and PDF portfolios. If you want...

    docs.groupdocs.com/parser/net/introducing-group...
  9. Migration notes | Documentation

    How to migrate from earlier versions of GroupDocs.Conversion for Java...Signature Product Solution GroupDocs...conversion process to any supported file format (instead of the ConversionHander...

    docs.groupdocs.com/conversion/java/migration-no...
  10. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Conversion for .NET...Signature Product Solution GroupDocs...conversion process to any supported file format (instead of ConversionHander...

    docs.groupdocs.com/conversion/net/migration-notes/