Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 37,455 for

renderer

(0.1 sec)
  1. CGM to JPEG Converter using C# | Aspose.PDF

    Sample code for CGM to JPEG C# conversion. Use API example code for batch CGM files to JPEG conversion within VB.NET, ASP.NET, or any .NET-based application... CgmLoadOptions ()); var renderer = new Aspose . Pdf . Devices...Devices . JpegDevice (); renderer . Process ( pdfDocument . Pages...

    products.aspose.com/pdf/net/conversion/cgm-to-j...
  2. CGM to TIFF Converter using C# | Aspose.PDF

    Sample code for CGM to TIFF C# conversion. Use API example code for batch CGM files to TIFF conversion within VB.NET, ASP.NET, or any .NET-based application... CgmLoadOptions ()); var renderer = new Aspose . Pdf . Devices...Devices . TiffDevice (); renderer . Process ( pdfDocument , "output...

    products.aspose.com/pdf/net/conversion/cgm-to-t...
  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. EPUB to TXT Converter using C# | Aspose.PDF

    Sample code for EPUB to TXT C# conversion. Use API example code for batch EPUB files 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-...
  7. CGM to PNG Converter using C# | Aspose.PDF

    Sample code for CGM to PNG C# conversion. Use API example code for batch CGM files 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/
  8. MHT to TXT Converter using C# | Aspose.PDF

    Sample code for MHT to TXT C# conversion. Use API example code for batch MHT files 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/
  9. TEX to TXT Converter using C# | Aspose.PDF

    Sample code for TEX to TXT C# conversion. Use API example code for batch TEX files to TXT conversion within VB.NET, ASP.NET, or any .NET-based application... TeXLoadOptions ()); var renderer = new Aspose . Pdf . Devices...Devices . TextDevice (); renderer . Process ( pdfDocument . Pages...

    products.aspose.com/pdf/net/conversion/tex-to-txt/
  10. ShapeRenderer | Aspose.Words for Java

    Provides methods to render an individual Shape or GroupShape to a raster or vector image or to a Graphics object in Java....NodeRendererBase Provides methods to render an individual Shape or GroupShape...float x, float y, float scale) Renders the shape into a java.awt.Graphics2D...

    reference.aspose.com/words/java/com.aspose.word...