Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 10,876 for

2024

(0.91 sec)
  1. 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(); }...Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. Unexpected behavior when converting to PDF - Fr...

    In recent testing, I observed several results that were not what I expected when attempting to convert various plain text files to PDF. I used the latest version of GroupDocs.Conversion (24.6) in a Spring Boot 3.3.1 appl…...Family java bhoughton July 18, 2024, 5:58pm 1 In recent testing...attention. vsevolod.orefin July 19, 2024, 10:04am 2 @bhoughton We have...

    forum.groupdocs.com/t/unexpected-behavior-when-...
  3. Unleash Document Viewing Power - Python API 24....

    Experience refined Excel file rendering in GroupDocs.Viewer for Python via .NET 24.7 (Windows x32). Download and explore external resource control & more....56MB Date Added: 4/7/2024 Release Notes https://releases...com/viewer/python-net/release-notes/2024/groupdocs-viewer-for-python...

    releases.groupdocs.com/viewer/python-net/new-re...
  4. Unleash Document Viewing Power - Python API 24....

    Experience seamless document viewing, page break rendering & external resource control. Download GroupDocs.Viewer Python via .NET 24.7 (Mac x64) now!...37MB Date Added: 4/7/2024 Release Notes https://releases...com/viewer/python-net/release-notes/2024/groupdocs-viewer-for-python...

    releases.groupdocs.com/viewer/python-net/new-re...
  5. .NET Document Viewer 24.5: EPS Support, PDF Rep...

    Render EPS files, view presentations as pure HTML & repair corrupted PDFs in your C# apps with GroupDocs.Viewer .NET 24.5. Download DLLs-package now!...47MB Date Added: 31/5/2024 Release Notes https://releases...com/viewer/net/release-notes/2024/groupdocs-viewer-for-net-24-5-release-notes/...

    releases.groupdocs.com/viewer/net/new-releases/...
  6. Read Damaged Barcodes - GroupDocs.Parser .NET 2...

    Download GroupDocs.Parser for .NET 24.4 (DLLs package) for improved barcode parsing, damaged barcodes support, and quality options. Download Today!...64MB Date Added: 23/4/2024 Release Notes https://releases...com/parser/net/release-notes/2024/groupdocs-parser-for-net-24-4-release-notes/...

    releases.groupdocs.com/parser/net/new-releases/...
  7. Unleash Watermarking Power in Your Node.js Apps...

    Empower Node.js developers with document text & image watermarking, search & more functionalities. Download GroupDocs.Watermark Node.js via Java 24.3....08KB Date Added: 27/5/2024 Release Notes https://releases...com/watermark/nodejs-java/release-notes/2024/groupdocs-watermark-for-nod...

    releases.groupdocs.com/watermark/nodejs-java/ne...
  8. 下载---新版本groupdocs.editor-for-.net-23.12-(仅dlls-)

    家 GroupDocs.Editor 产品系列 GroupDocs.Editor for .NET 浏览我们的产品 Toggle navigation Are you looking for an evaluation version......35MB 添加日期: 11/1/2024 发行说明 https://releases.groupdocs...

    releases.groupdocs.com/zh/editor/net/new-releas...
  9. GroupDocs.Watermark for .NET 24.1 Release Notes

    GroupDocs.Watermark for .NET 24.1 Release Notes – the latest updates and fixes....NET Release Notes 2024 Browse our Products Toggle navigation...

    releases.groupdocs.com/watermark/net/release-no...
  10. Using Tables of Presentation Documents as Data ...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Tables of Presentation Documents as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/assembly/net/using-tables-of...