Sort Score
Result 10 results
Languages All
Labels All
Results 5,581 - 5,590 of 23,818 for

pdf annotation

(0.09 sec)
  1. GroupDocs.Watermark for .NET 17.11 Release Note...

    Note This page contains release notes for GroupDocs.Watermark for .NET 17.11. Major Features There are following features in this first release: Add support for Email Formats Remove SlidesBaseSlide.BackgroundImage property (obsolete code) Full List of Issues Covering all Changes in this Release Key Summary Category WATERMARKNET-513 Add support for email formats New Feature WATERMARKNET-541 Remove SlidesBaseSlide.BackgroundImage property (obsolete code) Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Annotation Product Solution GroupDocs...i ]; // Remove all attached pdf files with a particular name...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  2. Extracting Document Metainfo | Documentation

    Following this guide, you will learn how to obtain basic document metadata like page count, size, and file type before editing it with GroupDocs.Editor for Node.js via Java API....Annotation Product Solution GroupDocs...fixed-layout format, such as PDF and XPS. EmailDocumentInfo: For...

    docs.groupdocs.com/editor/nodejs-java/extractin...
  3. How to Extract Images from PowerPoint in Java

    Let's learn the process of how to extract images from PowerPoint in Java and how to use it for creating the application to get images from PowerPoint using Java....Annotation Product Family GroupDocs...of document formats such as PDF, DOC, DOCX, XLSX, RTF, DOT, EPUB...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  4. How to Add Digital Signature to DOCX using C#

    In this topic, you will get help on how to add digital signature to DOCX using C#. Also, code example will be supplied to insert digital signature into DOCX using C#....Annotation Product Family GroupDocs...add a digital signature to a PDF using C#. If you need further...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  5. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...Annotation Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { // setup key and passphrase...

    docs.groupdocs.com/signature/net/sign-documents...
  6. Sign document with analysis of the Sign process...

    This article shows how to analyse the sign processing of the document...Annotation Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { // create QRCode option...

    docs.groupdocs.com/signature/net/sign-document-...
  7. Delete indexed documents | Documentation

    GroupDocs.Search has the ability to remove individual documents from the index that are indexed from a stream or structure....Annotation Product Solution GroupDocs...@"c:\MyDocuments\SomeDocument.pdf" ; string indexFolder = @"c:\MyIndex\"...

    docs.groupdocs.com/search/net/delete-indexed-do...
  8. Extract data from Microsoft Office Excel spread...

    This article shows how to to extract data from Microsoft Office Excel spreadsheets....Annotation Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/extract-data-from...
  9. How to Compare password-protected files | Docum...

    Read this article and find out how you can use the GroupDocs.Comparison for .NET to find differences in password-protected files....Annotation Product Solution GroupDocs...DOCX, XLS or XLSX, PPT or PPTX, PDF, EML, EMLX, MSG and other documents...

    docs.groupdocs.com/comparison/net/how-to-compar...
  10. Extract metadata from Emails | Documentation

    To extract metadata from emails getMetadata method is used. This method allows to extract the following metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of document metadata objects; Iterate through the collection and get metadata names and values....Annotation Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

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