Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 39,204 for

renderer

(0.21 sec)
  1. .Net Converting PDF to Bitmap Is getting Lines ...

    Hi. I am using the below code in C# with Aspose.PDF version 25.6.1 and when converting certain images color drop out or the color gets lines. Also what is the highest resolution that can be set? var pdfDocument = new …...PdfResolution); var renderer = new Aspose.Pdf.Devices.BmpDevice(800);...BmpDevice(800); //renderer.RenderingOptions. Stream bitmapStream...

    forum.aspose.com/t/net-converting-pdf-to-bitmap...
  2. GraphicsQualityOptions | Aspose.Words for Java

    Allows to specify additional java.awt.RenderingHints in Java....Examples: Shows how to set render quality options while converting...new Document(getMyDir() + "Rendering.docx"); GraphicsQualityOptio...

    reference.aspose.com/words/java/com.aspose.word...
  3. Merge EPUB Files – Online Merger and C# code

    Merge EPUB files online or in C# using Aspose.HTML for .NET. Use EPUB Merger to combine multiple EPUB files into one quickly, clearly and safely....instance of EPUB Renderer using var renderer = new Aspose.Html...Html.Rendering.EpubRenderer(); // Create an instance of PDF device...

    products.aspose.com/html/net/merger/epub/
  4. Converting a EPUB file to TXT using C# | Aspose...

    Sample code for EPUB‑to‑TXT conversion in .NET. Use the API example code for batch EPUB‑to‑TXT conversion within VB.NET, ASP.NET, or any .NET‑based application.... EpubLoadOptions ()); var renderer = new Aspose . Pdf . Devices...Devices . TextDevice (); renderer . Process ( pdfDocument . Pages...

    products.aspose.com/pdf/net/conversion/epub-to-...
  5. Document Layout|Aspose.Words for Reporting Serv...

    Layout Flow vs. Positioned setting of the Aspose.Words for Reporting Services....corresponding to a particular renderer: < Render > ... < Extension Name...Configuration > </ Extension > </ Render > Configuration Explained Page...

    docs.aspose.com/words/reportingservices/documen...
  6. More Excel File Formats Export|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Unlike the built-in renderer for Microsoft Excel‑based...

    docs.aspose.com/cells/reportingservices/more-ex...
  7. Converting a HTML file to GIF using C# | Aspose...

    Sample code for HTML‑to‑GIF conversion in .NET. Use the API example code for batch HTML‑to‑GIF conversion within VB.NET, ASP.NET, or any .NET‑based application.... HtmlLoadOptions ()); var renderer = new Aspose . Pdf . Devices...Devices . GifDevice (); renderer . Process ( pdfDocument . Pages...

    products.aspose.com/pdf/net/conversion/html-to-...
  8. Converting a PCL file to PNG using C# | Aspose.PDF

    Sample code for PCL‑to‑PNG conversion in .NET. Use the API example code for batch PCL‑to‑PNG conversion within VB.NET, ASP.NET, or any .NET‑based application.... PclLoadOptions ()); var renderer = new Aspose . Pdf . Devices...Devices . PngDevice (); renderer . Process ( pdfDocument . Pages...

    products.aspose.com/pdf/net/conversion/pcl-to-png/
  9. Converting a SVG file to PNG using C# | Aspose.PDF

    Sample code for SVG‑to‑PNG conversion in .NET. Use the API example code for batch SVG‑to‑PNG conversion within VB.NET, ASP.NET, or any .NET‑based application.... SvgLoadOptions ()); var renderer = new Aspose . Pdf . Devices...Devices . PngDevice (); renderer . Process ( pdfDocument . Pages...

    products.aspose.com/pdf/net/conversion/svg-to-png/
  10. Converting a PS file to GIF using C# | Aspose.PDF

    Sample code for PS‑to‑GIF conversion in .NET. Use the API example code for batch PS‑to‑GIF conversion within VB.NET, ASP.NET, or any .NET‑based application.... PsLoadOptions ()); var renderer = new Aspose . Pdf . Devices...Devices . GifDevice (); renderer . Process ( pdfDocument . Pages...

    products.aspose.com/pdf/net/conversion/ps-to-gif/