Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 2,491 for

one

(0.07 sec)
  1. System Requirements | Documentation

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

    docs.groupdocs.com/watermark/java/system-requir...
  2. 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/
  3. 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...
  4. 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...
  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. GroupDocs.Signature for Java 19.5 Supports Roun...

    Many people use stamps as part of their documents to mark them as approved or completed. For example, when a document is to be signed by the concerned person at a company, he puts his signature as well as stamps the document as a proof that the document is signed by the authorized person. In other words, the stamps are used to seal the document that is being exchanged among multiple persons/parties.... Digital stamping is one of the salient features of the...

    blog.groupdocs.com/signature/groupdocs.signatur...
  9. Conditional existance of nullable part of data ...

    Hello, We have a use case where our data model is not able to use a common template because some part of the data model is nullable. Let me show you what are our use cases. Here is our template. (14.6 KB) Our first d…..."name": "P2" } } The second one which fails due to the “name”...

    forum.groupdocs.com/t/conditional-existance-of-...
  10. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Replace metadata values with empty ones or redacts metadata texts ,...when applicable. If at least one redaction failed, you will see...

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