Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 7,820 for

page

(1.05 sec)
  1. Font extraction options | GroupDocs

    Learn how to extract fonts from input Word documents when editing with GroupDocs.Editor API for Node.js....options Leave feedback On this page Introduction WordProcessing...platforms or systems. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/nodejs-java/font-extr...
  2. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in QR code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....signatures Leave feedback On this page provides following abilities...specify as true to search all pages of a document searchOptions...

    docs.groupdocs.com/signature/net/search-for-emb...
  3. Adjusting comparison sensitivity | GroupDocs

    Learn more about document comparison sensitivity and how to adjust it to achieve best performance and accuracy when comparing documents with GroupDocs.Comparison for Node.js via Java....sensitivity Leave feedback On this page allows you to adjust comparison...SensitivityOfCompari = 100 Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/nodejs-java/adjus...
  4. Get HTML markup in different forms | GroupDocs

    Learn this article to know how to get edited document HTML markup - body without head tag, content in a raw and base64 form and other using GroupDocs.Editor for Java API....forms Leave feedback On this page This demonstration shows how...in different forms. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/java/get-html-markup-...
  5. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata electronic signature with embedded custom object....object Leave feedback On this page provides ability to embed into...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/sign-documents...
  6. Sign Documents with PKCS#11 in .NET | GroupDocs

    Learn how to sign PDF and other documents in .NET using PKCS#11 hardware tokens, USB dongles, or smart cards with GroupDocs.Signature. A free electronic signature API version is available for evaluation with limited features....NET Leave feedback On this page Note 💡For the complete working...GroupDocs.Signature Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/signing-pdf-wi...
  7. Password-protected documents | GroupDocs

    Learn how to open and process password-protected PDF and Office documents. Includes error handling examples and supported encryption types....documents Leave feedback On this page GroupDocs.Parser provides the...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/net/password-protecte...
  8. Extract Tables from Microsoft Office Word Docum...

    Learn how to easily extract table content from Word documents (.doc, .docx) using GroupDocs.Parser for .NET....Documents Leave feedback On this page This guide explains how to extract...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  9. Logging and Diagnostics | GroupDocs

    Enable and configure logging for document conversions with GroupDocs.Conversion for Python via .NET....Diagnostics Leave feedback On this page To enable logging, use either...written to the text file. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/conversion/python-net/develo...
  10. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....backgrounds Leave feedback On this page Extracting information about...watermarker . close (); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/working-with-...