Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 28,901 for

groupdocs.watermark

(0.05 sec)
  1. Adjust the image size | Documentation

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

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  2. 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(); }...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-in-origi...
  3. Replace missing font | Documentation

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your Java applications....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/replace-missing-...
  4. GroupDocs.Conversion for Node.js via Java

    查找有关在任何平台上通过 Java 代码使用 Node.js 转换各种类型的文档和图像的答案。...Parser Product Family GroupDocs.Watermark Product Family GroupDocs...

    kb.groupdocs.com/zh/conversion/nodejs/
  5. GroupDocs.Conversion for Node.js via Java

    查找有关在任何平台上通过 Java 代码使用 Node.js 转换各种类型的文档和图像的答案。...Parser Product Family GroupDocs.Watermark Product Family GroupDocs...

    kb.groupdocs.com/zh/conversion/nodejs/page/3/
  6. Using OCR to extract a text from images and PDF...

    GroupDocs.Parser provides API to extract a text from image files and non-text PDFs documents. The following articles describe how to use API to extract data and integrate any paid or free OCR solution to GroupDocs.Parser....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/using-ocr/
  7. GroupDocs.Parser for .NET | Documentation

    A convenient text extractor API that permits users to extract raw or formatted text from different document formats. Besides, it is not only a text extractor API, the user can extract metadata from the document as well....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/
  8. Basic usage | Documentation

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert files with just couple lines of code....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/basic-usage/
  9. Loading documents from different sources | Docu...

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or URL for further processing with GroupDocs.Merger for Java API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/loading-document...
  10. Basic Usage | Documentation

    Generate documents based on a data source and template, or create reports fast and easy with our intuitive and powerful API just with few lines of code. Let’s look at a scenario for working with a business case and working with GroupDocs.Assembly Engine....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/basic-usage/