Redaksi atau Sanitasi Teks adalah proses menghapus anotasi rahasia atau yang tidak diinginkan dari dokumen digital sambil membiarkan sisa dokumen atau paragraf yang memuatnya tetap utuh. Redaksi membantu pengguna serta organisasi untuk melindungi informasi sensitif mereka dengan menyembunyikan atau menghapusnya secara permanen. Dengan menggunakan GroupDocs.Redaction Java pengguna API kini dapat menyunting, menyembunyikan, atau menghapus teks sensitif dari dokumen pemrosesan kata, lembar kerja, presentasi, PDF, dan file gambar raster. API menyediakan berbagai opsi dan metode untuk redaksi informasi pribadi dalam dokumen. Ini mendukung pencarian dan penyuntingan menggunakan ekspresi reguler, penggunaan penyuntingan tekstual (kode pengecualian) atau grafis (persegi panjang berwarna) dan banyak lagi. Jadi mengapa tidak mencobanya dan mengotomatiskan proses penyuntingan dokumen Anda dengan mengunduh API dan menjelajahi fitur dasar dan lanjutannya.
GroupDocs.Redaction memungkinkan untuk menyunting data sensitif atau pribadi dengan mudah dari dokumen Anda. Kasus redaksi paling populer adalah menghapus anotasi dari dokumen.
Kode berikut dapat digunakan untuk menerapkan redaksi anotasi ke dokumen menggunakan ekspresi reguler. Itu memungkinkan pengguna untuk mengganti semua komentar, merujuk “john” dengan “[dihapus]” sebagai kode pengecualian,
// For complete examples and data files, please go to https://github.com/groupdocs-search/GroupDocs.Redaction-for-Java | |
//Load document | |
Document doc = Redactor.load(Utilities.mapSourceFilePath(FilePath)); | |
//Perform Annotation Redaction | |
doc.redactWith(new AnnotationRedaction("(?im:john)", "[redacted]"));; | |
//Save Document with default settings | |
doc.save(); | |
doc.close(); |
GroupDocs.Redaction for Java API didukung di semua platform dan sistem operasi utama. Untuk panduan persyaratan sistem lengkap, silakan kunjungi persyaratan sistem Sebelum menjalankan kode di bawah ini, pastikan Anda telah menginstal prasyarat berikut di sistem Anda :
PPSX, Power Point Slide Show, file are created using Microsoft PowerPoint 2007 and above for Slide Show purpose. It is an update to the PPS file format that was supported by Microsoft PowerPoint 97-2003 versions. When a PPSX file is shared with another user and opened, it starts as PowerPoint show unlike PPTX file that opens in editable mode. The sequence of slide show is the same as in the original presentation. All the slides accompany the images, sounds and other embedded media accompany the presentation slides to the PPSX during the slideshow.
Read More(Comma Seperated Values)
(Microsoft Word Binary Format)
(Microsoft Word 2007 Marco File)
(Office 2007+ Word Document)
(Microsoft Word Template Files)
(Microsoft Word 2007+ Template File)
(Microsoft Word Template File )
(Portable Document Format)
(Microsoft PowerPoint Template Files)
(Microsoft PowerPoint Template File)
(PowerPoint Slide Show)
(Macro-enabled Slide Show)
(Microsoft PowerPoint 97-2003)
(Macro-enabled Presentation File)
(Open XML presentation Format)
(Rich Text Format)
(Microsoft Excel Spreadsheet (Legacy))
(Macro-enabled Spreadsheet)
(Open XML Workbook)
(Excel 97 - 2003 Template)
(Excel Macro-Enabled Template)
(Excel Template)