Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 32,997 for

groupdocs.merger

(0.55 sec)
  1. Load document from local disk | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for Java....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/load-documen...
  2. Save comparison result in different format | Gr...

    Learn how to save the comparison result to different output formats using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/save-c...
  3. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-in-origi...
  4. Adjust the image size | GroupDocs

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by GroupDocs for Java....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  5. Nesting search queries in object form | GroupDocs

    This article gives the knowledge about nesting search queries in object form using Java search API....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/nesting-s...
  6. Update Signatures in Documents | GroupDocs

    This section shows how to update electronic signatures in documents using GroupDocs.Signature for Python via .NET....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/signature/python-net/update-...
  7. Generate document pages preview | GroupDocs

    Learn how to generate page previews (thumbnails) of documents using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/genera...
  8. 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...
  9. Split PDF Files into Multiple Files in Java | S...

    Different ways to split PDF files into multiple files in Java. Separate large PDF files and extract specific pages using different splitting options....API to Split PDF Files # GroupDocs.Merger provides the solution...splitter Java App using the GroupDocs.Merger API. To learn more about...

    blog.groupdocs.com/merger/split-pdf-files-in-java/
  10. How to Convert Text to HTML in Java

    Let's quickly review the step-by-step procedure to convert Text to HTML in Java and learn how to write the Text to HTML Java code for converting documents....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...

    kb.groupdocs.com/conversion/java/how-to-convert...