Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 32,592 for

redact

(1.82 sec)
  1. یافتن و جایگزینی متن در PDF با استفاده از C# | ...

    به صورت برنامه ریزی شده متن، کلمات، عبارات خاصی را در اسناد PDF با حساسیت حروف کوچک و بزرگ و RegEx با استفاده از C# پیدا کنید. برای ویرایش فایل های PDF متن را جایگزین یا مخفی کنید....کردن متن با کادر رنگی NET Redaction API برای جایگزینی متن # GroupDocs...GroupDocs GroupDocs.Redaction را برای .NET به نمایش می گذارد،...

    blog.groupdocs.com/fa/redaction/find-and-replac...
  2. 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...
  3. แก้ไข PDF และเอกสารที่สแกนใน Java | ข้อความปิดท...

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

    blog.groupdocs.com/th/redaction/redact-text-and...
  4. CrossPlatform on GroupDocs Blog | Document Auto...

    CrossPlatform on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CrossPlatform on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......Redaction for .NET 26.6 – 2026年6月 リリースノート...リリースノート GroupDocs.Redaction for .NET 26.6 は、明示的なファイルタイプのロード、新しい...

    blog.groupdocs.com/ja/tag/crossplatform/index.xml
  5. تنقيح ملفات PDF والمستندات الممسوحة ضوئيًا في J...

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

    blog.groupdocs.com/ar/redaction/redact-text-and...
  6. 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...
  7. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/extend-support...
  8. Bug Fix on GroupDocs Blog | Document Automation...

    Bug Fix on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Bug Fix on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs......Redaction für Java 25.12 – Dezember...Explore what’s new in GroupDocs.Redaction for Java 25.12. Available...

    blog.groupdocs.com/de/tag/bug-fix/index.xml
  9. 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...
  10. 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...