Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 2,605 for

one

(0.04 sec)
  1. Add text watermarks | Documentation

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....Leave feedback On this page One of the main features of the GroupDocs...

    docs.groupdocs.com/watermark/python-net/add-text/
  2. System Requirements | Documentation

    GroupDocs.Editor for Java does not require any external software or third party tool to be installed.... Just follow one of the way as described in ....

    docs.groupdocs.com/editor/java/system-requireme...
  3. System Requirements | Documentation

    GroupDocs.Signature for Java does not require any external software or third party tool to be installed.... Just follow one of the way as described in ....

    docs.groupdocs.com/signature/java/system-requir...
  4. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert email messages to HTML, PDF, PNG, and JPEG formats.... Call one of the method overloads to convert...options, use the method for one of the following classes (depending...

    docs.groupdocs.com/viewer/nodejs-java/render-em...
  5. Jpg viewer - order of loading pages is ascendin...

    Hi, we use jpg viewer. page preload count is set to 2 by default. Viewer loads first 2 pages initially. Now if user scrolls to say page no. 200, then viewer attempts to load pages from 3 to 200, sequentially, which lea…... one option can be loading pages descending...

    forum.groupdocs.com/t/jpg-viewer-order-of-loadi...
  6. Convert font formats | Documentation

    This article demonstrates how you can convert font formats with GroupDocs.Conversion for Java....convert your font file from one format into another. For example...

    docs.groupdocs.com/conversion/java/convert/font/
  7. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....setPageCount ( 1 ); // save only one page options . getRasterization...

    docs.groupdocs.com/redaction/java/select-specif...
  8. Sign documents with QR-code embedded object | D...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...encryption algorithm enumeration with one of following values ( ), string...constructor parameter. Create one or several objects of object...

    docs.groupdocs.com/signature/java/sign-document...
  9. Spring MVC Front End Project for GroupDocs.View...

    Team GroupDocs is pleased to announce Spring MVC Front End sample project for GroupDocs.Viewer for Java users. The core idea behind the development of this project is to facilitate developers to write their own document viewer using GroupDocs.Viewer for Java 3.x. As the project is open source and published on GitHub, developers can customize it as per their needs. Spring MVC Front End - FeaturesThis Front End provides end users with tools needed for convenient viewing and navigation of documents in a browser....contribute to the Front End through one of the following ways: # Got...

    blog.groupdocs.com/viewer/spring-mvc-front-end-...
  10. Saving documents | Documentation

    The articles explain that how to save documents in different ways after making redactions....Save method and its options in one of these guides: Save in original...

    docs.groupdocs.com/redaction/python-net/saving-...