Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 94,183 for

renderer

(0.06 sec)
  1. Convert PDF page to bitmap -> slow performances...

    Hi all, I am writing a small C# console application that exports the first page of a PDF document to Bitmap. The code I use is pretty simple but it takes a reasonable time to complete even for small pdf files. Since it…...Resolution(72); var renderer = new Aspose.Pdf.Devices.BmpDevice(Aspose...Pdf.PageSize.A4, pageRes); renderer.Process(doc.Pages[1], outputFile);...

    forum.aspose.com/t/convert-pdf-page-to-bitmap-s...
  2. Aspose.3D for .NET 19.5 Release Notes|Documenta...

    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....Shadow is not working in Vulkan renderer Bug THREEDNET-504 Draco created...

    docs.aspose.com/3d/net/aspose-3d-for-net-19-5-r...
  3. MHT to GIF Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/mht-to-gif/
  4. CGM to GIF Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/cgm-to-gif/
  5. SVG to TXT Converter using C++ | Aspose.PDF

    Sample code for SVG to TXT conversion using C++. Use C++ example for batch SVG to TXT conversion....an object of TextDevice var renderer = new Aspose . Pdf . Devices...Devices . TextDevice (); renderer . Process ( document . Pages [...

    products.aspose.com/pdf/cpp/conversion/svg-to-txt/
  6. SVG to PNG Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/svg-to-png/
  7. XPS to JPEG Converter using C++ | Aspose.PDF

    Sample code for XPS to JPEG conversion using C++. Use C++ example for batch XPS to JPEG 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/xps-to-j...
  8. XPS to GIF Converter using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/conversion/xps-to-gif/
  9. MHTML to GIF Converter using C++ | Aspose.PDF

    Sample code for MHTML to GIF conversion using C++. Use C++ example for batch MHTML to GIF conversion....an object of emfDevice auto renderer = MakeObject < Aspose :: Pdf...save the image in GIF format renderer -> Process ( document -> get_Pages...

    products.aspose.com/pdf/cpp/conversion/mhtml-to...
  10. MHTML to EMF Converter using Java | Aspose.PDF

    MHTML to EMF conversion via Java sample code. Programmers can use this example code to export MHTML to EMF within any Web or Desktop Java based application....object of EmfDevice PngDevice renderer = new EmfDevice (); // convert...particular PDF page to EMF format renderer . process ( document . getPages...

    products.aspose.com/pdf/java/conversion/mhtml-t...