Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 4,828 for

groupdocs.viewer,

(0.09 sec)
  1. Remove Metadata from DOCX using C#

    Efficiently learn how to remove metadata from DOCX using C# with a code example demonstrating how to delete metadata from DOCX in C# without installing extra software....Efficiently learn how to remove metadata from DOCX using C# with a code example demonstrating how to delete metadata from DOCX in C# without installing extra software.

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  2. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API.... This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API.

    docs.groupdocs.com/signature/java/sign-document...
  3. Signing archive documents in batch | Documentation

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures

    docs.groupdocs.com/signature/java/signing-archi...
  4. Locating signature with stretch mode | Document...

     This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API.... This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/locating-signa...
  5. Advanced search for Metadata signatures | Docum...

     This article explains how to search various data values types within electronic signatures in the document metadata by GroupDocs.Signature API.... This article explains how to search various data values types within electronic signatures in the document metadata by GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/advanced-searc...
  6. Remove page redactions | Documentation

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents.

    docs.groupdocs.com/redaction/java/remove-page-r...
  7. Extract formatted text from document page | Doc...

    This article explains that how to extract formatted text from document page....This article explains that how to extract formatted text from document page.

    docs.groupdocs.com/parser/net/extract-formatted...
  8. Extract metadata from PDF documents | Documenta...

    This article explains that how to extract metadata from PDF documents...This article explains that how to extract metadata from PDF documents

    docs.groupdocs.com/parser/net/extract-metadata-...
  9. Extract images from document | Documentation

    This article explains that how to extract images from document....This article explains that how to extract images from document.

    docs.groupdocs.com/parser/net/extract-images-fr...
  10. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: <hyperlink link="www.google.com">google.com</hyperlink> Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null.

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