Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,501 for

rasterization

(0.08 sec)
  1. Tags

    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....Converter 2 PDF Document 1 PDF Rasterization 1 pdf redaction 1 PDF Separator...

    blog.groupdocs.com/tags/
  2. 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
  3. rasterize

    SaveOptions - Aspose.TeX for Java - API Reference,saveoptions - Aspose.TeX for Java - API Reference,ifragmentrasterizer - Aspose.TeX for Java - API...Results 1 - 10 of 30,930 for rasterize (0.03 sec) SaveOptions - Aspose...Gets the flag that allows to rasterize math formulas. void rasterizeFormulas...

    search.aspose.com/q/Rasterize.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. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....Loading documents / Pre-rasterize Pre-rasterize Leave feedback In some...cases, you might need to pre-rasterize the document before opening...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  6. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....Loading documents / Pre-rasterize Pre-rasterize Leave feedback In some...cases, you might need to pre-rasterize the document before opening...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  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. Free Online Apps to Process Raster Graphics

    Create and modify raster images. Generate background, add text to iamges and more....Free apps to process raster graphics Applications with which...

    products.aspose.app/drawing/family
  9. 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...
  10. PdfPage.Rasterize Method - GroupDocs.Watermark ...

    Converts page content into an image....PdfPage Methods Rasterize Method PdfPage Rasterize Method Converts...C++ F# public virtual void Rasterize ( int horizontalResolution...

    apireference.groupdocs.com/watermark/net/groupd...