Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 5,458 for

file merger

(0.04 sec)
  1. Searching watermarks | Documentation

    This article explains how to search watermarks while using GroupDocs. Watermarks Java API....Merger Product Solution GroupDocs...PdfSearchableObjects . All ); String [] files = { "document.docx" , "spreadsheet...

    docs.groupdocs.com/watermark/java/searching-wat...
  2. Save specific page range | Documentation

    This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for Java API....Merger Product Solution GroupDocs...setLastPage ( 4 ); // Save to file annotator . save ( outputPath...

    docs.groupdocs.com/annotation/java/save-specifi...
  3. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your JavaScript applications....Merger Product Solution GroupDocs..."sample.docx" ) // Create an HTML file. const viewOptions = groupdocs...

    docs.groupdocs.com/viewer/nodejs-java/add-text-...
  4. Specify the JPEG image quality | Documentation

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for Java...Merger Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, call...

    docs.groupdocs.com/viewer/java/adjust-jpeg-imag...
  5. Features Overview | Documentation

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Merger Product Solution GroupDocs...from images, audio and video files Calculating common document...

    docs.groupdocs.com/metadata/java/features-overv...
  6. How to Convert PDF to Word in Java

    Take look at how to convert PDF to Word in Java for document conversion and use the sample code to convert PDF to DOCX using Java in your projects straight away....Merger Product Family GroupDocs.Redaction...class and load the source PDF file Create an instance of the WordProcessingConver...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Editor for .NET...Merger Product Solution GroupDocs...below to learn more about edit file features. GitHub Examples To...

    docs.groupdocs.com/editor/net/showcases/
  8. Save to stream | Documentation

    You might need to save a document to any custom File at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream FileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_File....Merger Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/java/save-to-stream/
  9. Working with formats | Documentation

    This article explains document formats and format families supported by GroupDocs.Editor for .NET and how to operate them in .NET code....Merger Product Solution GroupDocs...their names, MIME codes, and file extensions, all of them are...

    docs.groupdocs.com/editor/net/working-with-form...
  10. Limitations when rendering CAD drawings | Docum...

    This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings....Merger Product Solution GroupDocs...config or web.config project files. The following example shows...

    docs.groupdocs.com/viewer/net/limitations-when-...