Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 114 for

rasterize docx redaction

(0.05 sec)
  1. 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...
  2. Use advanced rasterization options | Documentation

    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-...
  3. Select specific pages for rasterized PDF | Docu...

    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...
  4. Võrgus PDF konverteerija DOCX | Tasuta GroupDoc...

    Dokumendi konverter PDF vorminguks Docx – teisendage PDF vorminguks Docx võrgus tasuta, registreerimist pole vaja. Turvaline ja hõlpsasti kasutatav konversioon PDF-ks Docx!...Teisenda PDF juurde DOCX PDF juurde DOCX teisendaja Teisendage...Teisendage PDF juurde DOCX veebis, mis tahes seadmest, kasutades kaasaegset...

    products.groupdocs.app/et/conversion/pdf-to-docx
  5. Çevrimiçi PDF - DOCX Dönüştürücü | Ücretsiz Gro...

    PDF'den Docx'e belge dönüştürücü - PDF'i çevrimiçi olarak ücretsiz olarak Docx'ye dönüştürün, kayıt gerekmez. Güvenli ve kullanımı kolay PDF - Docx dönüşümü!...dönüştürmek PDF Hedef DOCX PDF Hedef DOCX Dönüştürücü Chrome, Opera...modern bir tarayıcıyla PDF Hedef DOCX belgeleri herhangi bir cihazdan...

    products.groupdocs.app/tr/conversion/pdf-to-docx
  6. Διαδικτυακός μετατροπέας PDF σε DOCX | Δωρεάν ε...

    Μετατροπέας εγγράφων PDF σε Docx - μετατρέψτε το PDF σε Docx δωρεάν στο διαδίκτυο, δεν απαιτείται εγγραφή. Ασφαλής και εύκολη στη χρήση μετατροπή PDF σε Docx!...μετατροπής μετατρέπω PDF προς DOCX PDF προς DOCX Μετατροπέας Μετατρέψτε...Μετατρέψτε PDF προς DOCX έγγραφα online από οποιαδήποτε συσκευή, με ένα...

    products.groupdocs.app/el/conversion/pdf-to-docx
  7. Aanlyn PDF na DOCX-omskakelaar | Gratis GroupDo...

    PDF na Docx dokumentomskakelaar - skakel PDF om na Docx aanlyn gratis, geen registrasie vereis nie. Veilige en maklik om te gebruik PDF na Docx omskakeling!...PDF aan DOCX PDF aan DOCX Omskakelaar Skakel PDF aan DOCX aanlyn...omskakeling voltooi is, kan jy jou DOCX-lêer aflaai. U kan selfs meer...

    products.groupdocs.app/af/conversion/pdf-to-docx
  8. 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...
  9. Save with default options | Documentation

    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...
  10. 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...