Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 2,406 for

one

(0.06 sec)
  1. 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...
  2. 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...
  3. 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/
  4. 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...
  5. 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...
  6. 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-...
  7. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor...pageIndex ++) { // Generate one preview as SVG image by page...of some loaded document has one or more raster images, and for...

    docs.groupdocs.com/editor/java/generating-page-...
  8. Boolean search | Documentation

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples using Java....that are found for at least one nested search query. The example...text of which there is at least one of the words “Einstein” and “relativity”...

    docs.groupdocs.com/search/java/boolean-search/
  9. Digital Signature - esign PPSX documents | Grou...

    Digital signature (eSignature) for PPSX made easy with GroupDocs Signature. Create your electronic digital signatures and esign PPSX documents for free!...signatures, you need to select one or more PPSX documents, then...then in application select one from the existing signature templates...

    products.groupdocs.app/signature/ppsx
  10. How to Extract Metadata from PDF using C#

    This tutorial explains the process to extract metadata from PDF using C# with document extraction API and how to create application to get metadata from PDF in C#....the GetMetadata method allows one to get the metadata objects for...

    kb.groupdocs.com/parser/net/how-to-extract-meta...