Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 2,386 for

rasterize

(0.05 sec)
  1. watermarker - GroupDocs.Watermark for Java - AP...

    All Classes Packages com.groupdocs.watermark com.groupdocs.watermark.common com.groupdocs.watermark.contents com.grou......example demonstrates how to rasterize pdf document page with added...getContent(PdfContent.class); content.rasterize(300, 300, PdfImageConversionFo...

    apireference.groupdocs.com/watermark/java/com.g...
  2. Watermarker - GroupDocs.Watermark for Java - AP...

    All Classes Packages com.groupdocs.watermark com.groupdocs.watermark.common com.groupdocs.watermark.contents com.grou......example demonstrates how to rasterize pdf document page with added...getContent(PdfContent.class); content.rasterize(300, 300, PdfImageConversionFo...

    apireference.groupdocs.com/watermark/java/com.g...
  3. raster

    Working with Raster Layers | Documentation,Convert SVG to Raster image|Documentation,Convert Raster Image to PDF|Documentation,Managing Raster Formats in...30,931 for raster (0.06 sec) Working with Raster Layers | Documentation...Documentation Working with Raster Layers Contents [ Hide ] Working...

    search.aspose.com/q/Raster.html
  4. 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...
  5. 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-...
  6. PSD converter into raster image formats.

    Easily converts Adobe® Photoshop® PSD or PSB file into a raster image. Supported conversions: psd to jpg, psd to pdf, psd to png, psd to tiff, psd to gif, psd to bmp....graphic files to the popular raster formats. Idea for the project...extension AI, PSD, PSB or a raster image. Try Aspose.PSD by yourself...

    products.aspose.app/psd/conversion
  7. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a Rasterized PDF file...documents / Save in rasterized PDF Save in rasterized PDF Leave feedback...to save the document as a rasterized PDF file: C# using ( Redactor...

    docs.groupdocs.com/redaction/net/save-in-raster...
  8. 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...
  9. 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...
  10. PDF Rasterization

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.

    blog.groupdocs.com/tag/pdf-rasterization/