Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 9,571 for

page

(0.36 sec)
  1. GroupDocs.Conversion for Node.js via Java overv...

    GroupDocs.Conversion for Node.js is a powerful and intuitive JavaScript converter that supports a variety of file formats (such as PDF, DOCX, XLSX, PPTX, PNG, JPEG, TIFF and others) without using third-party tools....overview Leave feedback On this page GroupDocs.Conversion for Node...document. - file type, document page count etc. Performance. Designed...

    docs.groupdocs.com/conversion/nodejs-java/produ...
  2. Search for encrypted text in QR-code signatures...

     This article explains how to search for encrypted text in QR-code electronic signatures in the document metadata. This topic contains example of standard encryption usage and searching for encrypted text in the QR-code electronic signature with further decryption by GroupDocs.Signature API....signatures Leave feedback On this page provides ability to search over...QrCodeSearchOptions () { // specify special pages to search on AllPages = true...

    docs.groupdocs.com/signature/net/search-for-enc...
  3. Comparison | GroupDocs

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Node.js via Java...specifies whether to add a summary page with the detected changes statistics...summary page Get extended information on the summary page Compare...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  4. System requirements | GroupDocs

    GroupDocs.Viewer for Java does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for file rendering....requirements Leave feedback On this page Note GroupDocs.Viewer for Java...platform support please check page. J2SE 8.0 (1.8) or above ( for...

    docs.groupdocs.com/viewer/java/system-requireme...
  5. Conversion events | GroupDocs

    Subscribe to pipeline lifecycle and per-result conversion events through the typed ConversionEvents aggregator in GroupDocs.Conversion for .NET....events Leave feedback On this page Starting with GroupDocs.Conversion...regardless of how many documents or pages the run produces. These replace...

    docs.groupdocs.com/conversion/net/conversion-ev...
  6. Edit Word Documents in Node.js and Java | Group...

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes, and many other powerful features of GroupDocs.Editor for Node.js and Java....Java Leave feedback On this page How to edit a Word document...processing modes: float (default) paged (also known as paginal ) In...

    docs.groupdocs.com/editor/nodejs-java/edit-word/
  7. EML to PDF conversion issue in Java - Free Supp...

    Hello, We are facing an issue with eml to pdf conversion, Conversion is successful but pdf get generated with cut edges. please find the attached files for your reference – (https://drive.google.com/drive/folders/1FhGNC…...want to keep them at the same page? A4 size is 210x297 mm, width... Since, HTML files are not paged but PDF files are. So, the converter...

    forum.groupdocs.com/t/eml-to-pdf-conversion-iss...
  8. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (Pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....watermarks Leave feedback On this page Following code snippet shows...consists of multiple parts (pages, worksheets, slides, frames...

    docs.groupdocs.com/watermark/java/adding-text-w...
  9. Render XML documents as HTML, PDF, PNG, and JPE...

    Convert XML to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer. Learn about options for pagination and image quality....files Leave feedback On this page started to support XML format...format by its nature has no pages — it is a hierarchical structure...

    docs.groupdocs.com/viewer/python-net/render-xml...
  10. Load document from stream | GroupDocs

    Load documents directly from a file-like object — open file handle, BytesIO, or any stream — with GroupDocs.Viewer for Python via .NET....stream Leave feedback On this page You can load a document from.... for_embedded_resources ( "page_ {0} .html" ) viewer . view...

    docs.groupdocs.com/viewer/python-net/developer-...