Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 275,358 for

image

(0.16 sec)
  1. Creating, Opening and Saving PSD Files|Document...

    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....Contents [ Hide ] Exporting Image to PSD PSD, PhotoShop document...PhotoShop for working with images. Aspose.PSD allows you to load...

    docs.aspose.com/psd/java/creating-opening-and-s...
  2. Create a Presentation Viewer in JavaScript|Aspo...

    Create a custom presentation viewer in JavaScript with Aspose.Slides for Node.js. Easily display PowerPoint and OpenDocument files without Microsoft PowerPoint....view slides as images in their preferred image viewer or create...export an individual slide as an image. This article describes how...

    docs.aspose.com/slides/nodejs-java/presentation...
  3. DJVU Images Binarization with Python | products...

    How to use Python for DJVU Images and photos binarization on desktop and web applications....Imaging Python via .NET Binarize Djvu...ODP DJVU Use Python for DJVU Images Binarization Create Python...

    products.aspose.com/imaging/python-net/binarize...
  4. CDR Images Grayscale with Python | products.asp...

    How to use Python to grayscale CDR Images and photos on desktop and web applications....Imaging Python via .NET Grayscale Cdr...Grayscale CDR Images Create Python Apps to Grayscale CDR Images and Photos...

    products.aspose.com/imaging/python-net/grayscal...
  5. DIB Images Binarization with Python | products....

    How to use Python for DIB Images and photos binarization on desktop and web applications....Imaging Python via .NET Binarize Dib...ODP DIB Use Python for DIB Images Binarization Create Python...

    products.aspose.com/imaging/python-net/binarize...
  6. APNG Images Binarization with Python | products...

    How to use Python for APNG Images and photos binarization on desktop and web applications....Imaging Python via .NET Binarize Apng...ODP APNG Use Python for APNG Images Binarization Create Python...

    products.aspose.com/imaging/python-net/binarize...
  7. Convert images JPG to EMF via C# | products.asp...

    Sample code for JPG to EMF C# Image conversion. Use API example code for batch JPG files to EMF conversion within VB.NET, Asp.NET or any .NET based application....Imaging .NET Conversion JPG to EMF...EMF Convert images JPG to EMF via C# Transform images JPG into EMF...

    products.aspose.com/imaging/net/conversion/jpg-...
  8. Convert HTML to WMF via Java | products.aspose.com

    Export HTML file to WMF in your Java applications without using any third party application...Converting an HTML file to a WMF image in Java can be done in two easy...export the HTML file to a JPEG image. Aspose.PDF for Java is a part...

    products.aspose.com/total/java/conversion/html-...
  9. SVG Images Binarization with Python | products....

    How to use Python for SVG Images and photos binarization on desktop and web applications....Imaging Python via .NET Binarize Svg...ODP SVG Use Python for SVG Images Binarization Create Python...

    products.aspose.com/imaging/python-net/binarize...
  10. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...isLandscape); Image image = new Image(); image.setImageStream(new...decode(base64Image))); image.setFixWidth(100); image.setFixHeight(50);...

    forum.aspose.com/t/pdf-base64image/315504