Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 30,085 for

redaction

(0.05 sec)
  1. 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...
  2. 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...
  3. Supported Platforms | Documentation

    Overview GroupDocs.Redaction for Java does not require any external software or third party tool to be installed. Just follow one of the way as described in Installation section. Supported Operating Systems GroupDocs.Redaction for Java supports any 32-bit or 64-bit operating system that runs the Java runtime including, but not limited: Windows Microsoft Windows 2003 Server ( x64, x86) Microsoft Windows 2008 Server ( x64, x86) Microsoft Windows 2012 Server ( x64, x86) Microsoft Windows 2012 R2 Server ( x64, x86) Microsoft Windows 2016 Server ( x64, x86) Microsoft Windows 2019 Server ( x64, x86) Microsoft Windows Vista ( x64, x86) Microsoft Windows XP ( x64, x86) Microsoft Windows 7 ( x64, x86) Microsoft Windows 8, 8....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/system-requir...
  4. Redigir PDF e documentos digitalizados em Java ...

    Edite texto em PDF e outros documentos usando Java em seus aplicativos. Redija documentos para ocultar o texto e também o texto nas imagens incorporadas....Redaction fornece a solução de redação...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.6</version>...

    blog.groupdocs.com/pt/redaction/redact-text-and...
  5. Saving documents | Documentation

    The articles explain that how to save documents in different ways after making Redactions....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/saving-...
  6. 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...
  7. 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...
  8. تنقيح ملفات PDF والمستندات الممسوحة ضوئيًا في J...

    قم بتنقيح النص في PDF والمستندات الأخرى باستخدام Java في تطبيقاتك. قم بتنقيح المستندات لحجب النص وكذلك النص داخل الصور المضمنة....Redaction حل التنقيح لتأمين المعلومات...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.6</version>...

    blog.groupdocs.com/ar/redaction/redact-text-and...
  9. מצא והחלף טקסט ב-PDF ב-Java | החלף או הסתר טקסט...

    מצא באופן פרוגרמטי טקסט, מילים, ביטויים מסוימים במסמכי PDF עם רגישות רישיות ו-RegEx ב-Java. החלף או הסתר את הטקסט כדי לבטל קבצי PDF....טקסט עם תיבה צבעונית Java Redaction API להחלפת טקסט # GroupDocs...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.12</version>...

    blog.groupdocs.com/he/redaction/find-and-replac...
  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...