Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 29,873 for

redact

(0.04 sec)
  1. Редагувати PDF і відскановані документи в C# | ...

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

    blog.groupdocs.com/uk/redaction/redact-text-and...
  2. แก้ไข PDF และเอกสารที่สแกนใน Java | ข้อความปิดท...

    แก้ไขข้อความใน PDF และเอกสารอื่นๆ โดยใช้ Java ในแอปพลิเคชันของคุณ ทำซ้ำเอกสารเพื่อปิดข้อความและข้อความภายในภาพที่ฝังไว้...Redaction ให้ โซลูชันการแก้ไขเพื่อร...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.6</version>...

    blog.groupdocs.com/th/redaction/redact-text-and...
  3. Redactar PDF y documentos escaneados en Java | ...

    Redacte texto en PDF y otros documentos usando Java en sus aplicaciones. Redactar documentos para oscurecer el texto y también el texto dentro de las imágenes incrustadas....Redaction proporciona la solución de...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.6</version>...

    blog.groupdocs.com/es/redaction/redact-text-and...
  4. Tìm và Thay thế Từ trong Tài liệu Word bằng C# ...

    Tìm, thay thế hoặc ẩn văn bản, từ, cụm từ trong tệp Word DOC/DOCX bằng C#. Soạn thảo và thực hiện tìm kiếm văn bản, phân biệt chữ hoa chữ thường & RegEx với .NET Redaction API....NET Redaction API để thay thế văn bản #...# GroupDocs.Redaction dành cho .NET là API chỉnh sửa tài liệu...

    blog.groupdocs.com/vi/redaction/find-and-replac...
  5. Trova e sostituisci parole nei documenti di Wor...

    Trova, sostituisci o nascondi testo, parole, frasi nei file Word DOC/DOCX usando C#. Redigere ed eseguire ricerche di testo, case-sensitive e RegEx con .NET Redaction API....Redaction for .NET è l’API di redazione...Install-Package GroupDocs.Redaction Non è necessario installare...

    blog.groupdocs.com/it/redaction/find-and-replac...
  6. Get supported file formats | Documentation

    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...
  7. Save in rasterized PDF | Documentation

    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...
  8. Najít a nahradit text v PDF v Java | Nahradit n...

    Programově vyhledejte určitý text, slova, fráze v dokumentech PDF s rozlišením malých a velkých písmen a RegEx v Java. Chcete-li redigovat soubory PDF, nahraďte nebo skryjte text....pomocí barevného pole Java Redaction API pro nahrazení textu #...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.12</version>...

    blog.groupdocs.com/cs/redaction/find-and-replac...
  9. 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...
  10. Save with default options | Documentation

    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...