Una única interfaz independiente del formato para la desinfección de información confidencial y clasificada de los documentos e imágenes PDF, Word, Excel, PowerPoint, incluida la capacidad de cambiar metadatos y eliminar comentarios. Con la herramienta GroupDocs.Redaction for .NET puede redactar la información clasificada y guardar el documento redactado en PDF, transformando todas las páginas en imágenes de trama o manteniendo el documento en su formato original para su posterior edición.
GroupDocs.Redaction permite a los desarrolladores de .NET utilizar expresiones regulares al máximo para redactar el archivo PPS con unos sencillos pasos.
Instale desde la línea de comandos como nuget install GroupDocs.Redaction
o a través de la consola del administrador de paquetes de Visual Studio con Install-Package GroupDocs.Redaction
.
Como alternativa, obtenga el instalador MSI sin conexión o las DLL en un archivo ZIP de descargas y consúltelo en su proyecto manualmente.
using (Redactor redactor = new Redactor(@"sample.pps"))
{
redactor.Apply(new RegexRedaction("\\d{2}\\s*\\d{2}[^\\d]*\\d{6}", new ReplacementOptions(System.Drawing.Color.Blue)));
redactor.Save();
}
Checkout the free online demo for PPS Es.
No need to set up
No need to write any code
Just upload the source file
Get the download link
PPS, PowerPoint Slide Show, files are created using Microsoft PowerPoint for Slide Show purpose. PPS file reading and creation is supported by Microsoft PowerPoint 97-2003. The more latest version of this file format is PPSX which is based on Office OpenXML standards. PPS files can still be read by latest versions of Microsoft PowerPoint, but newly created files can only be saved in PPSX file format. When a PPS file is shared with another user and opened, it starts as Powerpoint show unlike PPT file which opens in editable mode.
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)
(Macro-enabled Slide Show)
(PowerPoint 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)