Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 5,982 for

file merger

(1.11 sec)
  1. Save with default options | GroupDocs

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF File will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....Merger Product Solution GroupDocs...its extension (.PDF). The PDF file will be overwritten. The following...

    docs.groupdocs.com/redaction/java/save-with-def...
  2. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the document as a rasterized PDF File...Merger Product Solution GroupDocs...document as a rasterized PDF file: Python import groupdocs.redaction...

    docs.groupdocs.com/redaction/python-net/save-in...
  3. Load Text from a String | GroupDocs

    Compare text directly from Python string variables — without saving them to disk — by setting LoadOptions.load_text = True with GroupDocs.Comparison for Python via .NET....Merger Product Solution GroupDocs...argument is a literal string, not a file path. Read the merged result...

    docs.groupdocs.com/comparison/python-net/develo...
  4. Highlighting search results | GroupDocs

    This article gives knowledge on how to highlight search results in the text of a document....Merger Product Solution GroupDocs...document was saved to a file, this file can be opened by an Internet...

    docs.groupdocs.com/search/java/highlighting-sea...
  5. Advanced usage | GroupDocs

    Learn about GroupDocs.Markdown advanced usage and its multiple powerful features like document markdown process customization, track markdown progress, load documents from different sources etc....Merger Product Solution GroupDocs...embed as Base64, save to the file system with images_relative_path...

    docs.groupdocs.com/markdown/python-net/advanced...
  6. Existing objects in PDF document | GroupDocs

    Removing watermark from a particular page of PDF document using C#....Merger Product Solution GroupDocs...PdfContent . class ); File imageFile = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/existing-obje...
  7. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Loading of template documents from HTML with resources GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource Files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a File, its containing folder is used as a base URI to resolve external resource Files’ relative URIs to absolute ones by default as shown in the following example....Merger Product Solution GroupDocs...Saving With External Resource Files / Loading of template documents...

    docs.groupdocs.com/assembly/java/loading-of-tem...
  8. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications....Merger Product Solution GroupDocs...docx" )) { // Create an HTML file. HtmlViewOptions viewOptions...

    docs.groupdocs.com/viewer/java/add-text-watermark/
  9. Adjust the JPEG image quality | GroupDocs

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....Merger Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, call...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  10. Save specific page range | GroupDocs

    This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for .NET API....Merger Product Solution GroupDocs...( "input.pdf" )) { //Result file will be contain only 3 pages...

    docs.groupdocs.com/annotation/net/save-specific...