Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 50,650 for

bitmap

(0.04 sec)
  1. Saving a printable form and recognition pattern...

    How to save a generated printable form and a recognition pattern file on disk....MemoryStream objects containing bitmap images of form pages. IEnumerable...printable pages (as System.Drawing.Bitmap objects). You can manually...

    docs.aspose.com/omr/net/generate-template/save/
  2. Convert GIF to EPS using Java API Solution

    GIF to EPS conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Convert GIF image to EPS from Bitmap object to file. 2 3 // Create..."input.gif" )); 8 // Save GIF bitmap to EPS file 9 PsDocument. saveImageAsEps...

    docs.aspose.com/page/java/convert/gif-to-eps/
  3. Convert PNG to EPS using Java API Solution

    PNG to EPS conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Convert PNG image to EPS from Bitmap object to file. 2 3 // Create..."input.png" )); 8 // Save PNG bitmap to EPS file 9 PsDocument. saveImageAsEps...

    docs.aspose.com/page/java/convert/png-to-eps/
  4. Convert images WEBP to BMP via C# | products.as...

    Sample code for WEBP to BMP C# image conversion. Use API example code for batch WEBP files to BMP conversion within VB.NET, Asp.NET or any .NET based application....represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/imaging/net/conversion/webp...
  5. Convert JPEG2000 to BMP via Java | products.asp...

    Sample code for JPEG2000 to BMP Java conversion. Use API example code for batch JPEG2000 files to BMP conversion within any Web or Desktop Java based application....represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/imaging/java/conversion/jpe...
  6. Convert ONETOC2 to BMP - Java Code and Online C...

    Sample code for ONETOC2 to BMP Java conversion. Use API example code for batch ONETOC2 files to BMP conversion within any Java based application....represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/note/java/conversion/onetoc...
  7. Binarize BMP images via Java | products.aspose.com

    Try our On-Premise document APIs to Binarize BMP image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/imaging/java/binarize/bmp/
  8. Convert ONETOC2 to BMP via C# | .NET

    Sample code for ONETOC2 to BMP C# conversion. Use API example code for batch ONETOC2 files to BMP conversion within VB.NET, Asp.NET or any .NET based application....represent Bitmap Image files that are used to store bitmap digital...also called device independent bitmap (DIB) file format. This independency...

    products.aspose.com/note/net/conversion/onetoc2...
  9. Extract Table from PDF Document|Aspose.PDF for ...

    Aspose.PDF for .NET makes it possible to carry out various manipulations with the tables contained in your pdf document....using ( var bitmap = new System . Drawing . Bitmap (( int ) document...Drawing . Graphics . FromImage ( bitmap )) { gr . SmoothingMode = SmoothingMode...

    docs.aspose.com/pdf/net/extract-table-from-exis...
  10. Extract Table from PDF|Aspose.PDF for C++

    Aspose.PDF for C++ makes it possible to carry out various manipulations with the tables contained in your pdf document. You may add and extract a table in the existing PDF document, render table on a new page and etc....h> #include <drawing/bitmap.h> #include <drawing/graphics...auto bitmap = MakeObject < System :: Drawing :: Bitmap > ( (...

    docs.aspose.com/pdf/cpp/extract-table-from-exis...