Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 31,610 for

redact

(0.24 sec)
  1. PDF en gescande documenten redigeren in C# | Bl...

    Bewerk tekst in PDF en andere documenten met C# in uw .NET-toepassingen. Documenten redigeren om tekst en ook de tekst in de ingesloten afbeeldingen zwart te maken....Redaction biedt de document redactie...Install-Package GroupDocs.Redaction Installeer via NuGet Package...

    blog.groupdocs.com/nl/redaction/redact-text-and...
  2. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using Java....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/get-supported...
  3. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF file: final Redactor Redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform Redactions Redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name Redactor.save(tmp0); } finally { Redactor.close(); }...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-in-raste...
  4. Save with default options | GroupDocs

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF file will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor Redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform Redactions Redactor....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-with-def...
  5. Úprava PDF a naskenovaných dokumentů v C# | Zat...

    Upravujte text v PDF a dalších dokumentech pomocí C# ve svých aplikacích .NET. Upravte dokumenty tak, aby byly začerněny text a také text ve vložených obrázcích....Redaction poskytuje redigování dokumentů...Install-Package GroupDocs.Redaction Nainstalujte přes NuGet Package...

    blog.groupdocs.com/cs/redaction/redact-text-and...
  6. Zoek en vervang woorden in Word-documenten met ...

    Zoek, vervang of verberg tekst, woorden, woordgroepen in Word DOC/DOCX-bestanden met behulp van C#. Bewerk en voer tekst-, hoofdlettergevoelige en RegEx-zoekopdrachten uit met .NET Redaction API....NET Redaction API voor het vervangen van...van tekst # GroupDocs.Redaction for .NET is de API voor het redigeren...

    blog.groupdocs.com/nl/redaction/find-and-replac...
  7. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Redaction Releases GroupDocs.Comparison...Product Family GroupDocs.Redaction產品系列 GroupDocs.Conversion Product...

    blog.groupdocs.com/zh-hant/categories/index.xml
  8. Редактировать PDF и отсканированные документы в...

    Редактируйте текст в PDF и других документах с помощью C# в своих приложениях .NET. Редактируйте документы, чтобы затемнить текст, а также текст во встроенных изображениях....Redaction предоставляет API для редактирования...Install-Package GroupDocs.Redaction Установить через диспетчер...

    blog.groupdocs.com/ru/redaction/redact-text-and...
  9. 在 C# 中编辑 PDF 和扫描的文档 | PDF 中的黑屏文本

    在 .NET 应用程序中使用 C# 编辑 PDF 和其他文档中的文本。编辑文档以遮蔽文本以及嵌入图像中的文本。...Redaction 提供了 document redaction .NET API ,允许在...Install-Package GroupDocs.Redaction 通过 NuGet 包管理器安装 # 使用 C# 编辑...

    blog.groupdocs.com/zh/redaction/redact-text-and...
  10. Load password-protected file | GroupDocs

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor Redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform Redactions Redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); Redactor.save(); } finally { Redactor.close(); }...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/load-password...