Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 29,165 for

redaction

(0.09 sec)
  1. البحث عن نص واستبداله في PDF باستخدام C # | است...

    ابحث برمجيًا عن نصوص وكلمات وعبارات معينة في مستندات PDF مع حساسية لحالة الأحرف و RegEx باستخدام C #. استبدال أو إخفاء النص لتنقيح ملفات PDF....النص مع المربع الملون NET Redaction API لاستبدال النص # يعرض GroupDocs...GroupDocs GroupDocs.Redaction for .NET ، وواجهة برمجة التطبيقات...

    blog.groupdocs.com/ar/redaction/find-and-replac...
  2. Редагувати PDF і відскановані документи в C# | ...

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

    blog.groupdocs.com/uk/redaction/redact-text-and...
  3. Redige PDF e documenti scansionati in Java | Te...

    Redigere testo in PDF e altri documenti utilizzando Java nelle applicazioni. Redigere i documenti per oscurare il testo e anche il testo all'interno delle immagini incorporate....Redaction fornisce la soluzione di redazione...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.6</version>...

    blog.groupdocs.com/it/redaction/redact-text-and...
  4. PDF'yi ve Taranan Belgeleri Java'da Düzeltin | ...

    Uygulamalarınızda Java kullanarak PDF ve diğer belgelerdeki metni düzeltin. Metni ve ayrıca gömülü görüntülerdeki metni karartmak için belgeleri yeniden düzenleyin....Redaction, [sınıflandırılmış bilgileri...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.6</version>...

    blog.groupdocs.com/tr/redaction/redact-text-and...
  5. Sunting PDF dan Dokumen yang Dipindai dalam C# ...

    Sunting teks dalam PDF dan dokumen lain menggunakan C# di aplikasi .NET Anda. Sunting dokumen untuk menghilangkan teks dan juga teks di dalam gambar yang disematkan....Redaction menyediakan redaksi dokumen...Install-Package GroupDocs.Redaction Instal melalui NuGet Package...

    blog.groupdocs.com/id/redaction/redact-text-and...
  6. Zoek en vervang tekst in PDF met C# | Vervang o...

    Vind programmatisch bepaalde tekst, woorden, woordgroepen in PDF-documenten met hoofdlettergevoeligheid en RegEx met behulp van C#. Vervang of verberg de tekst om PDF-bestanden te redigeren....NET Redaction API voor het vervangen van...GroupDocs toont GroupDocs.Redaction for .NET, de API om inhoud...

    blog.groupdocs.com/nl/redaction/find-and-replac...
  7. Save to stream | Documentation

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform Redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-to-stream/
  8. Create custom format handler | Documentation

    This article shows how to implement one or several interfaces for the document's features and required Redaction....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/create-custom...
  9. Redige PDF e documenti scansionati in C# | Test...

    Redigere testo in PDF e altri documenti utilizzando C# nelle applicazioni .NET. Redigere i documenti per oscurare il testo e anche il testo all'interno delle immagini incorporate....Redaction fornisce la redazione del...Install-Package GroupDocs.Redaction Installa tramite Gestione...

    blog.groupdocs.com/it/redaction/redact-text-and...
  10. 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(); }...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-in-origi...