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

redaction

(0.22 sec)
  1. Get document page preview | Documentation

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/get-document-...
  2. 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...
  3. 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...
  4. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make Redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/load-from-str...
  5. 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...
  6. แก้ไข PDF และเอกสารที่สแกนใน Java | ข้อความปิดท...

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

    blog.groupdocs.com/th/redaction/redact-text-and...
  7. قم بإزالة البيانات التعريفية من XLSX باستخدام Java

    تعرف بسرعة على كيفية إزالة البيانات التعريفية من XLSX باستخدام Java. بالإضافة إلى ذلك، ستتلقى رمزًا يوضح عملية كيفية تنظيف البيانات التعريفية من XLSX في Java....Redaction Product Family قم بإزالة البيانات...الخاصة بك لاستخدام GroupDocs.Redaction for Java لإزالة البيانات التعريفية...

    kb.groupdocs.com/ar/redaction/java/remove-metad...
  8. قم بإزالة البيانات التعريفية من PPTX باستخدام Java

    تعرف بسهولة على كيفية إزالة البيانات التعريفية من PPTX باستخدام Java. ستحصل أيضًا على رمز مثال يوضح كيفية تنظيف البيانات التعريفية من PPTX في Java دون الحاجة إلى تثبيت برامج إضافية....Redaction Product Family قم بإزالة البيانات...الخاصة بك لاستخدام GroupDocs.Redaction for Java لحذف البيانات التعريفية...

    kb.groupdocs.com/ar/redaction/java/remove-metad...
  9. Odstraňte metadata z XLSX pomocí Java

    Rychle se dozvíte, jak odstranit metadata z XLSX pomocí Java. Navíc obdržíte kód ilustrující proces čištění metadat z XLSX v Javě....Redaction Product Family Odstraňte metadata...XLSX používalo GroupDocs.Redaction for Java Vytvořte instanci...

    kb.groupdocs.com/cs/redaction/java/remove-metad...
  10. Odstraňte metadata z PPTX pomocí Java

    Naučte se snadno odstranit metadata z PPTX pomocí Javy. Získáte také příklad kódu, který ukazuje, jak vyčistit metadata z PPTX v Javě bez dodatečné instalace softwaru....Redaction Product Family Odstraňte metadata...prostředí na použití GroupDocs.Redaction for Java k odstranění metadat...

    kb.groupdocs.com/cs/redaction/java/remove-metad...