Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 39,422 for

renderer

(0.24 sec)
  1. Converting a CGM file to PNG using C# | Aspose.PDF

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

    products.aspose.com/pdf/net/conversion/cgm-to-png/
  2. Converting a MHT file to TXT using C# | Aspose.PDF

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

    products.aspose.com/pdf/net/conversion/mht-to-txt/
  3. 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...
  4. .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...
  5. 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...
  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 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-...
  8. What's new in Aspose.Cells for Reporting Servic...

    Aspose.Cells for Reporting Services expands and enhances daily. On this page, you can learn about the most significant features of the product.... Support for rendering numeric formats. Aspose.Cells...Services 22.9 Support for rendering SXC format. Aspose.Cells for...

    docs.aspose.com/cells/reportingservices/what-s-...
  9. Automate Oracle Primavera File Merger with Aspo...

    Aspose.com provides powerful tools to help automate Oracle Primavera file merging. With our intuitive user interface, you can quickly and easily convert Oracle Primavera files into MPP, PDF, XML, or other formats. You can also merge multiple Oracle Primavera files into a single file, customize the output file, and organize your data....instance of Tasks Renderer using var renderer = new Aspose.Tasks...Tasks.Rendering.XERRenderer(); // Create an instance of PDF device...

    products.aspose.com/tasks/net/merger/oracle-pri...
  10. How to Save a Webpage as a PDF – C# Examples

    Learn how to save a webpage as a PDF in C#. Turn any webpage into PDF, download webpages as PDF files, and export HTML to PDF with Aspose.HTML for .NET.... Set rendering options. The allows you to...and ensures the webpage is rendered exactly as it would appear...

    docs.aspose.com/html/net/how-to-save-a-webpage-...