Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 7,331 for

document signature api

(0.07 sec)
  1. Get the PDF output file information | Documenta...

    This article explains how to get the PDF output file information using .NET / C# with GroupDocs.Viewer for .NET....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/viewer/net/get-pdf-output-fi...
  2. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template 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...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/parser/net/extract-data-from...
  3. Fluent syntax | Documentation

    Following this guide you will learn how to use fluent syntax of GroupDocs.Merger for .NET Api....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/merger/net/fluent-syntax/
  4. How to Render DOCX as HTML using C#

    Let's learn how to render DOCX as HTML using C# without installing extra tools. We will also provide code to create HTML with embedded resources from DOCX using C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...
  5. Add watermarks to email attachments | Documenta...

    The Api allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/java/add-watermark...
  6. Indexing additional fields | Documentation

    Sometimes when indexing, it is necessary to associate each Document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a Document, etc. To accomplish this task, additional fields can be added to each indexed Document in addition to those already in the Document itself. Additional fields are associated with the Document through the arguments of the FileIndexing event that occurs before indexing each added Document....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/search/java/indexing-additio...
  7. Update annotations | Documentation

    The page describes how to edit annotation properties - change annotation position, size, appearance etc. when annotate Documents using GroupDocs.Annotation for .NET....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/annotation/net/update-annota...
  8. How to Extract Annotations from PDF in Java

    Easily extract annotations from PDF in Java by using one of the popular annotation libraries and learn how to write code to extract annotations in Java....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Signature Product Family GroupDocs.Metadata...

    kb.groupdocs.com/annotation/java/how-to-extract...
  9. Add underline annotation | Documentation

    The page describes how to add an underline annotation to a Document using GroupDocs.Annotation for .NET....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/annotation/net/add-underline...
  10. Add replacement annotation | Documentation

    The page describes how to add replacement annotation to a Document using GroupDocs.Annotation for .NET....Signature Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/annotation/net/add-replaceme...