Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 187,771 for

bmp

(0.55 sec)
  1. Watermark VSSX document via Python | products.a...

    Python sample code to add watermark to VSSX documents within any Python based application....NET Watermark Vssx PNG JPG BMP TIFF VSSX Watermark VSSX Formats...such as PDF, XPS, JPEG, PNG, BMP, TIFF, SVG, EMF and more. It...

    products.aspose.com/diagram/python-net/watermar...
  2. Supported File Formats|Aspose.PDF for .NET

    This page shows which Aspose.PDF for .NET can load and save file formats....document in PNG Format BMP Saves the document in BMP Format GIF Graphic...

    docs.aspose.com/pdf/net/supported-file-formats/
  3. Convert HTML to PNG in Python | products.aspose...

    Convert HTML to PNG in Python. Use Python library API to convert HTML files to PNGs... slides: bmp = sld . get_thumbnail( 1 , 1 ) bmp . save( "Slide_...

    products.aspose.com/slides/python-net/conversio...
  4. Convert HTML to Image in Python | products.aspo...

    Convert HTML to Image in Python. Use Python library API to convert HTML files to Images... slides: bmp = sld . get_thumbnail( 1 , 1 ) bmp . save( "Slide_...

    products.aspose.com/slides/python-net/conversio...
  5. Aspose.Page Product Family

    查找有关在代码中创建、编辑和转换 XPS、PS 和 EPS 文件格式的答案。...Python 最新答案 在 Java 中将 BMP 转换为 EPS 在 C# 中将 BMP 转换为 EPS 在 C# 中创建 EPS...

    kb.aspose.com/zh/page
  6. How to Extract Text From Image in C++

    In this tutorial, we will learn how to extract text from Image in C++. You can extract text in languages like English, German, Chinese, Portuguese, Spanish and French etc. from PNG, JPG or Bmp images in C++ with simple API calls that can be used in Windows or Linux environments.... from PNG , JPG or BMP images in C++ with simple API...extracting characters from JPG or BMP using C++ . Code to Extract Text...

    kb.aspose.com/ocr/cpp/how-to-extract-text-from-...
  7. Convert various Images formats to PDF in .NET|A...

    Convert various images formats such as, CDR, DJVU, Bmp, CGM, JPEG, DICOM, PNG, TIFF, EMF and SVG to PDF using C# .NET.... Convert BMP to PDF Convert CGM to PDF Convert...popular image formats, such as - BMP, CGM, DICOM, EMF, JPG, PNG, SVG...

    docs.aspose.com/pdf/net/convert-images-format-t...
  8. Convert PDF to Image in PHP | products.aspose.com

    Convert PDF to Image in PHP. Use PowerPoint PHP API to convert PDF files to Image...getSlides () -> size ()); $i ++ ) { $bmp = $pres -> getSlides () -> get_Item...png" ); $imageio -> write ($bmp, "PNG" , $javafile); } } finally...

    products.aspose.com/slides/php-java/conversion/...
  9. Extend CRM OneClick Word Document Generator|Asp...

    How to defined a custom workflow using Aspose.Words to generate document from template in C#....case "bmp" : doc . Save ( UpdateDoc , SaveFormat . Bmp ); break...

    docs.aspose.com/words/net/extend-and-contribute...
  10. 使用ImageSharp解码和编码纹理|Documentation

    使用ImageSharp从图像文件中解码纹理...texture , Stream stream ) { var bmp = ToBitmap ( texture ); var encoder...encoder = new T (); bmp . Save ( stream , encoder ); } } ///...

    docs.aspose.com/3d/zh/net/decode-and-encode-tex...