Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 32,854 for

groupdocs.watermark

(0.46 sec)
  1. 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(); }...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. Update Signatures in Documents | GroupDocs

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

    docs.groupdocs.com/signature/python-net/update-...
  3. GroupDocs.Parser Product Family

    查找有关在任何平台上使用代码提取不同文件的文本、图像和元数据的答案。...Parser Product Family GroupDocs.Watermark Product Family GroupDocs...

    kb.groupdocs.com/zh/parser/page/5/
  4. GroupDocs.Conversion for .NET

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

    kb.groupdocs.com/zh/conversion/net/
  5. GroupDocs.Signature Product Family

    Find answers about signing digital documents and images of various types using code on any platform....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...

    kb.groupdocs.com/signature/
  6. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/exclude-fonts/
  7. Merge images | GroupDocs

    Learn how to merge image files, combine image files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/merger/nodejs-java/merge/ima...
  8. Bulleted List in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in HTML Document Note This feature is supported by version 17.03 or greater. Creating a Bulleted List Practising the following steps you can insert Bulleted List in an HTML document. To add a bulleted list start and end your list with
      tag and list all the elements by enclosing them between
    • tag....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

      docs.groupdocs.com/assembly/net/bulleted-list-i...
    • Generating Report using Multiple Data Sources i...

      Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Add a bullet list at the place where you want it to display clients’ names. Insert a table with two columns, that will show managers’ and their contact prices....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

      docs.groupdocs.com/assembly/java/generating-rep...
    • In-Table List in Email Document | GroupDocs

      Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Email Document format. In-Table List in Email Document Note This feature is supported by version 17.8.0 or greater Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

      docs.groupdocs.com/assembly/net/in-table-list-i...