Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 5,398 for

file signature

(0.36 sec)
  1. Extract data from Emails | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported. The following table provides the list of supported formats: Format Description EML E-Mail Message EMLX Apple Mail Message MSG Microsoft Outlook Mail Message PST Microsoft Outlook Personal Information Store File OST Microsoft Outlook Offline Data File 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...Information Store File Microsoft Outlook Offline Data File More resources...

    docs.groupdocs.com/parser/java/extract-data-fro...
  2. Extract images from document page area | GroupDocs

    Learn how to extract images from specific page areas using GroupDocs.Parser for Python via .NET. Extract images from defined rectangular regions....Signature Product Solution GroupDocs...Image { idx + 1 } : { image . file_type } , Page { image . page...

    docs.groupdocs.com/parser/python-net/extract-im...
  3. Load XML document with options | GroupDocs

    Learn this article and check how to load and convert XML documents with advanced options using GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs...set attribute Input document file type Whether to generate page...

    docs.groupdocs.com/conversion/net/load-xml-docu...
  4. Handle loading of external resources documents ...

    Learn how to handle loading of external resources....Signature Product Solution GroupDocs...It allows to skip unnesesary file loading. /// </summary> public...

    docs.groupdocs.com/parser/net/handle-loading-of...
  5. How to Convert XLSX to PDF using Java

    This article provides guidance on how to convert XLSX to PDF using Java. Also, a code example is included to explain the procedure to export XLSX to PDF using Java....Signature Product Family GroupDocs.Metadata...to assist in converting XLSX files to PDF. Steps to Convert XLSX...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Convert XLSX to PDF using C#

    In this article, you will be guided on how to convert XLSX to PDF using C#. Also, a code example will be provided to demonstrate how to generate PDF from XLSX in C#....Signature Product Family GroupDocs.Metadata...code example to convert an XLSX file to a PDF. Steps to Convert XLSX...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. GroupDocs.Conversion for .NET | GroupDocs

    GroupDocs.Conversion for .NET is an advanced document conversion API developed to convert Files of different formats from within C# applications....Signature Product Solution GroupDocs...conversion API developed to convert files of different formats from within...

    docs.groupdocs.com/conversion/net/
  8. How to Convert XLSX to JPG using C#

    This article includes complete steps to convert XLSX to JPG using C# and code example to transform XLSX to JPG in C# along with configuration of conversion product....Signature Product Family GroupDocs.Metadata...class by passing input XLSX file path Call the Converter.GetPossibleConversio...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Run | GroupDocs

    Learn how to run Java examples which contain creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and many more examples....Signature Product Solution GroupDocs...can either download the ZIP file from or clone the repository...

    docs.groupdocs.com/watermark/java/how-to-run/
  10. Shapes in spreadsheet document | GroupDocs

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....Signature Product Solution GroupDocs...SpreadsheetContent . class ); File file = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/shapes-in-spr...