Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 7,021 for

page

(0.03 sec)
  1. 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...
  2. Get HTML markup in different forms | Documentation

    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-...
  3. 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...
  4. Merge Word documents | Documentation

    Follow this guide and learn how to merge Word documents, combine several DOCX or DOC files into one using GroupDocs.Merger for Node.js via Java....documents Leave feedback On this page A word processing file contains...unformatted text and no font or page settings can be applied. In...

    docs.groupdocs.com/merger/nodejs-java/merge/word/
  5. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for Java since version 20.1: Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Documentclass from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....Notes Leave feedback On this page Why To Migrate? Here are the...to add watermark to the first page of a diagram document. Old API...

    docs.groupdocs.com/watermark/java/migration-notes/
  6. Logging and Diagnostics | Documentation

    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...
  7. Processes cancellation | Documentation

    This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....each time on verifying document page. for process this flag should...each time on searching document page per each options. Cancel signing...

    docs.groupdocs.com/signature/java/processes-can...
  8. Working with slide backgrounds | Documentation

    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-...
  9. Remove document password | Documentation

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET.... output_docx ) Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/merger/python-net/remove-doc...
  10. Convert PDF to GIF using Python

    Discover the process of how to convert PDF to GIF using Python. We will also provide the code example to export PDF to GIF using Python that works on every plateform....universally supported images for web pages, emails, and mobile devices...tools allow you to export each page of a PDF as a crisp GIF image...

    kb.groupdocs.com/conversion/python/convert-pdf-...