Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 5,450 for

file signature

(0.1 sec)
  1. Extract data from Microsoft Office Excel spread...

    Complete guide to extracting data, text, and tables from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Learn how to extract tables from Excel C# with code examples....Signature Product Solution GroupDocs...properties Images embedded in Excel files For detailed table extraction...

    docs.groupdocs.com/parser/net/extract-data-from...
  2. Custom text extractors | GroupDocs

    GroupDocs.Search supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Signature Product Solution GroupDocs...string filePath ) { string text = File . ReadAllText ( filePath );...

    docs.groupdocs.com/search/net/custom-text-extra...
  3. Basic usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - File type, size, page count, etc. and generates document page previews based on provided options. Here are the main concepts of the GroupDocs.Watermark API: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Signature Product Solution GroupDocs...document type and structure - file type, size, page count, etc...

    docs.groupdocs.com/watermark/net/basic-usage/
  4. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .Java....Signature Product Solution GroupDocs...with-attachment.eml is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/convert-each...
  5. Add Text Watermark to Image Using Python

    Learn how to add text watermark to image using Python. This tutorial shows how to embed watermark text into image images with custom font, color, and alignment....Signature Product Family GroupDocs.Metadata...styled text directly into PNG files. This guide walks you through...

    kb.groupdocs.com/watermark/python/add-text-wate...
  6. Convert to HTML with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Java....Signature Product Solution GroupDocs...password_protected.docx is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/convert-to-h...
  7. System requirements | GroupDocs

    Overview To produce and manipulate the documents, the machine that GroupDocs.Classification for .NET runs on doesn’t need to have Adobe Acrobat, Microsoft Office or OpenOffice installed: GroupDocs.Classification for .NET has their own document processing engine. The machine that GroupDocs.Classification for .NET runs on doesn’t need to have Adobe Acrobat, Microsoft Office or OpenOffice installed: GroupDocs.Classification for .NET has their own document processing engine. Supported Operating System Windows Microsoft Windows 2000 Professional (x64) Microsoft Windows 2000 Server (x64) Microsoft Windows 2003 Server (x64) Microsoft Windows 2008 Server (x64) Microsoft Windows 2012 Server (x64) Microsoft Windows 2012 R2 Server (x64) Microsoft Windows 2016 Server (x64) Microsoft Windows 2019 Server (x64) Microsoft Windows Vista (x64) Microsoft Windows XP (x64) Microsoft Windows 7 (x64) Microsoft Windows 8, 8....Signature Product Solution GroupDocs...code in your app configuration file (inside assemblyBinding element...

    docs.groupdocs.com/classification/net/system-re...
  8. Add arrow annotation | GroupDocs

    The page describes how to add arrow annotation to a document using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...// Add annotation and save to file annotator . add ( arrow ); annotator...

    docs.groupdocs.com/annotation/java/add-arrow-an...
  9. Add area annotation | GroupDocs

    The page describes how to add area annotation to a document using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...// Add annotation and save to file annotator.add(area); annotator...

    docs.groupdocs.com/annotation/java/add-area-ann...
  10. Extract attachments from Emails | GroupDocs

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a text....Signature Product Solution GroupDocs...attachments ) { // Print the file path System . out . println...

    docs.groupdocs.com/parser/java/extract-attachme...