Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 219 for

rasterize

(0.06 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(); }...documents / Save in rasterized PDF Save in rasterized PDF Leave feedback...to save the document as a rasterized PDF file: final Redactor...

    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. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....advanced rasterization options Use advanced rasterization options...Leave feedback Use advanced rasterization options In order to use...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  3. 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....advanced rasterization options Use advanced rasterization options...Leave feedback Use advanced rasterization options In order to use...

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

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a Rasterized PDF...for rasterized PDF Select specific pages for rasterized PDF Leave...feedback Saving document as a rasterized PDF, you can specify starting...

    docs.groupdocs.com/redaction/net/select-specifi...
  5. 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....for rasterized PDF Select specific pages for rasterized PDF Leave...pages for rasterized PDF Saving document as a rasterized PDF, you...

    docs.groupdocs.com/redaction/java/select-specif...
  6. Features Overview | Documentation

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....transforming all pages into raster images or keep the document...the differences between rasterization and saving in original format...

    docs.groupdocs.com/redaction/net/features-overv...
  7. Features Overview | Documentation

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....transforming all pages into raster images or keep the document...the differences between rasterization and saving in original format...

    docs.groupdocs.com/redaction/java/features-over...
  8. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor...formats are able to store the raster images. So when the specific...loaded document has one or more raster images, and for this page the...

    docs.groupdocs.com/editor/java/generating-page-...
  9. Generating Page Preview for WordProcessing Docu...

    Learn how to generate a preview for any page of an existing WordProcessing document in SVG format using GroupDocs.Editor for Node.js via Java.... Handling Raster Images in Previews WordProcessing...WordProcessing formats can contain raster images. When generating an...

    docs.groupdocs.com/editor/nodejs-java/generatin...
  10. Saving documents | Documentation

    Saving a document, GroupDocs.Redaction puts it in the same folder as the original file, renaming or rewriting original. If you need to save the document to any custom location, you’ll have to open a Stream to this location. As a save option by default, GroupDocs.Redaction converts all pages (slides, worksheets) in a document into images and puts them in a single PDF file, so you can share the redacted document without any additional conversions....in original format Save in rasterized PDF Save overwriting original...pages for rasterized PDF Use advanced rasterization options Was...

    docs.groupdocs.com/redaction/java/saving-docume...