Sort Score
Result 10 results
Languages All
Labels All
Results 7,741 - 7,750 of 12,809 for

editor

(0.14 sec)
  1. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications....Editor Product Solution GroupDocs...

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

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  3. Save in original format | Documentation

    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...

    docs.groupdocs.com/redaction/java/save-in-origi...
  4. Nesting search queries in object form | Documen...

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

    docs.groupdocs.com/search/nodejs-java/nesting-s...
  5. GroupDocs.Comparison Overview | Documentation

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for Python via .NET — API to compare two or more files and get the difference between them....Editor Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/groupd...
  6. Convert specific pages | Documentation

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for Java API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/convert-spec...
  7. Load document from local disk | Documentation

    Learn how to extract data from documents on the local disk...Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/load-document-fro...
  8. Load password-protected documents | Documentation

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/load-passwor...
  9. Convert to Spreadsheet with advanced options | ...

    Follow this guide and learn how to convert documents to Excel and Open Document spreadsheets of XLS, XLSX, ODS, OTS formats  with zoom and other customizations using GroupDocs.Conversion for Node.js via Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  10. Convert N consecutive pages | Documentation

    This article demonstrates how to convert consecutive document pages using GroupDocs.Conversion for Node.js via Java API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/nodejs-java/conve...