Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 31,322 for

groupdocs.merger

(0.1 sec)
  1. Convert JPG to XPS using C#

    This tutorial will show you how to convert JPG to XPS using C#. Also, code example will be provided to export JPG to XPS using C# without installing extra software....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  2. How to Extract Images from PDF using C#

    Let's get familiar with the image extraction process from documents and how to extract images from PDF using C# and implement C# extract images from PDF capability....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  3. Convert JPG to PPTX using C#

    This tutorial demonstrates how to convert JPG to PPTX using C#. Also, code example will be supplied to export JPG to PPTX using C# without extra software installation....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  4. Convert PDF to PCL using C#

    Let's learn how to convert PDF to PCL using C# without installing extra software. The conversion library used to export PDF to PCL using C# is platform-independent....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  5. 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...
  6. 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/
  7. 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-...
  8. 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-...
  9. How to Run Examples | Documentation

    Download from GitHub The complete examples package of GroupDocs.Assembly is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favorite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image: In extracted files and folders, you can see solution file for C# Project....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/how-to-run-exam...
  10. Password Protect Excel Files in Java | Lock Unl...

    Let's learn how to password protect Excel spreadsheet files using Java. Change the existing password or remove it to unlock the XLS/XLSX files using Java API....documents, we will use GroupDocs.Merger for Java . This API allows...API. To learn more about GroupDocs.Merger for Java, visit the documentation...

    blog.groupdocs.com/merger/lock-unlock-excel-fil...