Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 31,364 for

groupdocs.merger

(0.05 sec)
  1. Optimize output for printing | Documentation

    This article explains how to optimize output HTML for printing....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-optimize-...
  2. Reduce image quality | Documentation

    This topic describes how to compress images in PDF file using the GroupDocs.Viewer .NET API (C#)....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  3. Convert font formats | Documentation

    This article demonstrates how you can convert font formats with GroupDocs.Conversion for Java....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/convert/font/
  4. 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....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/select-specif...
  5. How to Extract Annotations from PDF in Java

    Easily extract annotations from PDF in Java by using one of the popular annotation libraries and learn how to write code to extract annotations in Java....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...

    kb.groupdocs.com/annotation/java/how-to-extract...
  6. How to Convert PDF to HTML using C#

    Learn how to convert PDF to HTML using C# on any platform without any third-party software. Check out the guide and sample code to convert PDF to HTML in C#....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. How to Remove Watermark Annotation from PDF usi...

    This tutorial provides step-by-step instructions to remove watermark annotation from PDF using C# and guides how to write code to create the ability to delete watermark from pdf using C#....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...

    kb.groupdocs.com/annotation/net/how-to-remove-w...
  8. Render documents | Documentation

    Rendering documents with GroupDocs.Viewer for Java in your Java applications....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/rendering-docume...
  9. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Comparison for Node.js via Java. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/comparison/nodejs-java/featu...
  10. Using redaction filters | Documentation

    GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of redaction to an area on a specific page....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/redaction-filt...