Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 76 for

rasterize docx redaction

(0.48 sec)
  1. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Viewer for .NET....Redaction Product Solution GroupDocs...files online? Try the to open DOCX, XLSX, PPTX, and more. This...

    docs.groupdocs.com/viewer/net/supported-documen...
  2. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer Java API to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....Redaction Product Solution GroupDocs...format, but has an extension “.docx”, its processing will be failed...

    docs.groupdocs.com/viewer/java/render-xml-docum...
  3. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....Redaction Product Solution GroupDocs...format, but has an extension “.docx”, its processing will be failed...

    docs.groupdocs.com/viewer/net/render-xml-docume...
  4. 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...
  5. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be Rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.Docx"); try { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/use-advanced-...
  6. Select specific pages for rasterized PDF | Grou...

    Select specific pages for Rasterized PDF Saving document as a Rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.Docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/select-specif...
  7. Zoek en vervang woorden in Word-documenten met ...

    Zoek, vervang of verberg tekst, woorden, woordgroepen in Word DOC/Docx-bestanden met behulp van C#. Bewerk en voer tekst-, hoofdlettergevoelige en RegEx-zoekopdrachten uit met .NET Redaction API....NET Redaction API voor het vervangen van...van tekst # GroupDocs.Redaction for .NET is de API voor het redigeren...

    blog.groupdocs.com/nl/redaction/find-and-replac...
  8. Save with default options | GroupDocs

    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...
  9. 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...
  10. Tìm kiếm từ và thay thế văn bản trong tài liệu ...

    Thực hiện tìm kiếm từ, thay thế hoặc ẩn văn bản trong tệp Word DOC/Docx bằng Java. 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 Java Redaction API....kiếm từ trong tài liệu Word DOC/DOCX trong Java. Chúng tôi sẽ thảo...việc biên tập văn bản và rasterization, API hỗ trợ siêu dữ liệu...

    blog.groupdocs.com/vi/redaction/find-and-replac...