Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 2,832 for

one

(0.83 sec)
  1. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata 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...
  2. 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...
  3. Select specific pages for rasterized PDF | Grou...

    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...
  4. Convert font formats | GroupDocs

    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/
  5. Watermark messing up in PDF - .NET Core - Free ...

    Hi everyOne, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…...shared library ‘gdiplus’ or one of its dependencies - Microsoft...add watermark successfully. One last small issue, watermark overlapping...

    forum.groupdocs.com/t/watermark-messing-up-in-p...
  6. PowerPoint Presentation

    Making PowerPoint Slides Avoiding the Pitfalls of Bad Slides Tips to be Covered Outlines Slide Structure Fonts Colour Background Graphs Spelling and Grammar Conclusions Questions Outline Make your ......Slide Structure – Good Show one point at a time: Will help audience...Use backgrounds such as this one that are attractive but simple...

    docs.groupdocs.com/editor/java/sample-files/Pre...
  7. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures.... Create one or several objects of object...key for encryption (at least one character) /// </summary> public...

    docs.groupdocs.com/signature/net/implement-cust...
  8. Iterative Digital signing of the PDF document |...

    This article explains how to iteratively sign a PDF document with multiple digital certificates using advanced options with GroupDocs.Signature API....repeating the above steps for each one. This example demonstrates how...repeating the above steps for each one. foreach ( var certificatePath...

    docs.groupdocs.com/signature/net/iterative-digi...
  9. Support for Dynamic Insertion of External Docum...

    We are delighted to announce a new feature in the monthly release of GroupDocs.Assembly for .NET 18.12. Using the latest version, you can now assemble external documents dynamically for Word Processing and Email file formats. Previously, an evaluation mark was added to a nested document being inserted dynamically, which is now fixed. We recommend you to install and use the latest version of the API. Features Introduced You can insert contents of outer documents to your reports dynamically using doc tags....expression must return a value of one of the following types: A byte...

    blog.groupdocs.com/assembly/support-for-dynamic...
  10. How to Compare Powerpoint Files using Java

    Let's get familiar yourself with the process to compare Powerpoint Files using Java and how to create functionality to compare two ppt files for differences in Java.... We will use one of the best document comparison...

    kb.groupdocs.com/comparison/java/how-to-compare...