Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 94,050 for

renderer

(0.08 sec)
  1. SVG to BMP Converter using Java | Aspose.PDF

    SVG to BMP conversion via Java sample code. Programmers can use this example code to export SVG to BMP within any Web or Desktop Java based application....an object of bmpDevice var renderer = new Aspose . Pdf . Devices...save the image in BMP format renderer . Process ( document . Pages...

    products.aspose.com/pdf/java/conversion/svg-to-...
  2. mediatype - Aspose.HTML for Java - API Reference

    Developer's manual to the Java HTML class library to create, edit, extract data & convert HTML pages to PDF, XPS, Images and other formats....rendering com.aspose.html.rendering.image com.aspose...aspose.html.rendering.pdf com.aspose.html.rendering.pdf.encryption...

    reference.aspose.com/html/java/com.aspose.html....
  3. MediaType - Aspose.HTML for Java - API Reference

    Developer's manual to the Java HTML class library to create, edit, extract data & convert HTML pages to PDF, XPS, Images and other formats....rendering com.aspose.html.rendering.image com.aspose...aspose.html.rendering.pdf com.aspose.html.rendering.pdf.encryption...

    reference.aspose.com/html/java/com.aspose.html....
  4. JpegDevice.Process(document.Pages[1], "8899.jpg...

    Bitmap originalImage = new Bitmap("D:/test.jpg"); MemoryStream stream = new MemoryStream(); originalImage.Save(stream, ImageFormat.Bmp); Aspose.Pdf.Image myimage = new Aspose.Pdf.Ima…...= new Resolution(300); var renderer = new Aspose.Pdf.Devices....JpegDevice(resolution, 100); renderer.Process(document.Pages[1]...

    forum.aspose.com/t/jpegdevice-process-document-...
  5. Aspose::Words::Saving::ImageSaveOptions::get_Sc...

    Aspose::Words::Saving::ImageSaveOptions::get_Scale method. Gets or sets the zoom factor for the generated images in C++....while the saving operation renders it. auto options = MakeObject...png" , options ); Shows how to render an Office Math object into...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Save 3D Scene as HTML|Documentation

    Aspose.3D for Node.js via Java provides **HtmlSaveOptions** class to save a save 3D scene as HTML.... a3dw ), and a rendered JavaScript file. In order...http://localhost:8000/test.html . The web renderer uses WebGL2, you can use https://get...

    docs.aspose.com/3d/nodejs-java/save-3d-scene-as...
  7. Render | Aspose.PSD for .NET API Reference

    Render ISmartFilterRenderer.Render method Renders the current smart filter on the pixels data. public PixelsData Rend......Render ISmartFilterRenderer.Render method Renders the current...pixels data. public PixelsData Render ( PixelsData pixelsData ) Parameter...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  8. package-summary - Aspose.3D for Java - API Refe...

    Aspose.3D for Java offers a high performance library to create, load, modify, and save 3D documents programmatically...RectangularTorus RelativeRectangle Renderer RendererVariableMana RenderFactory...all managed buffers used in rendering ICommandList Encodes a sequence...

    reference.aspose.com/3d/java/com.aspose.threed/...
  9. XSLFO to BMP Converter using C++ | Aspose.PDF

    Sample code for XSLFO to BMP conversion using C++. Use C++ example for batch XSLFO to BMP conversion....an object of bmpDevice var renderer = new Aspose . Pdf . Devices...save the image in BMP format renderer . Process ( document . Pages...

    products.aspose.com/pdf/cpp/conversion/xslfo-to...
  10. SVG to EMF Converter using C++ | Aspose.PDF

    Sample code for SVG to EMF conversion using C++. Use C++ example for batch SVG to EMF conversion....an object of emfDevice var renderer = new Aspose . Pdf . Devices...save the image in EMF format renderer . Process ( document . Pages...

    products.aspose.com/pdf/cpp/conversion/svg-to-emf/