Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 280,499 for

image

(0.32 sec)
  1. Watermark DIB image via Java | products.aspose.com

    Sample Java conversion code for DIB format to file. Use this example code to convert DIB to within any Web or Desktop Java based application....Imaging Java Watermark Dib PPTX DOCX...DIB Add Text Watermark to DIB images via Java Build your own Java...

    products.aspose.com/imaging/java/watermark/dib/
  2. Watermark JP2 image via Java | products.aspose.com

    Sample Java conversion code for JP2 format to file. Use this example code to convert JP2 to within any Web or Desktop Java based application....Imaging Java Watermark Jp2 PPTX DOCX...JP2 Add Text Watermark to JP2 images via Java Build your own Java...

    products.aspose.com/imaging/java/watermark/jp2/
  3. Extra Artifact Appears When Converting a Presen...

    Hi Team, I have attached a sample PPTX with a single slide containing a single shape. When I use Aspose to open this PPTX and try to get the Image of this shape, I am getting extra artifact in the Image. I have attache…...a Presentation Shape to an Image in C# Aspose.Slides Product...this PPTX and try to get the image of this shape, I am getting...

    forum.aspose.com/t/extra-artifact-appears-when-...
  4. Multiple Discrepancies When Saving a Presentati...

    Hello, I’m trying to save each slide from a PowerPoint presentation as an Image, but there are several discrepancies. Could you please confirm whether this is a bug? Thank you Code: new Presentation("/path/to/charts…...a Presentation Slide As an Image in Java Aspose.Slides Product...PowerPoint presentation as an image, but there are several discrepancies...

    forum.aspose.com/t/multiple-discrepancies-when-...
  5. The image Aspose.Cell captures does not look li...

    Hey Aspose Team, I’ve been noticing a weird behavior in my code when I capture the picture of range. The Image aspose captures look nothing like the excel chart when I open the excel chart and view it. public virtual S…...The image Aspose.Cell captures does not look like the original...capture the picture of range. The image aspose captures look nothing...

    forum.aspose.com/t/the-image-aspose-cell-captur...
  6. Text Extends Beyond Circle Boundaries When Conv...

    Hi, We are using Aspose.slides for c++ For attached ppt, there is sun Image with text fully inside the circle. Using below code to generate thumbnail, the text in thumbnail goes outside circle boundaries. shape->GetIm…...Boundaries When Converting Shape to Image in C++ Aspose.Slides Product...attached ppt, there is sun image with text fully inside the circle...

    forum.aspose.com/t/text-extends-beyond-circle-b...
  7. How to Fit Image to Cell Width in Aspose.Cells ...

    Hello, I’m trying to fit Images to the width of a cell. Currently, I’m using the following code: C# foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { s.AspectRatioLocked = true; s.Width = 100; // This …...How to Fit Image to Cell Width in Aspose.Cells Instead of Fixed...1 Hello, I’m trying to fit images to the width of a cell. Currently...

    forum.aspose.com/t/how-to-fit-image-to-cell-wid...
  8. Image is Lost after DOCM to HtmlFixed Conversio...

    Hi, When we save a file a docm in HtmlFixed (Page mode) the Image present in the file does not appear in the generated html. Note that if the file is saved in HTML (Web mode) the Image is indeed present in the generate…...Image is Lost after DOCM to HtmlFixed Conversion using .NET Aspose...in HtmlFixed (Page mode) the image present in the file does not...

    forum.aspose.com/t/image-is-lost-after-docm-to-...
  9. How to Convert PDF to SVG Image using C#

    This tutorial explains how to convert PDF to SVG using C#. It contains the information to prepare the environment, followed by a sequence of steps and a code snippet for rendering PDF to vector Image using C#....Imaging Product Family Aspose.BarCode...Family How to Convert PDF to SVG Image using C# This tutorial explains...

    kb.aspose.com/pdf/net/how-to-convert-pdf-to-svg...
  10. How to place an image in cell basically in exce...

    I have a excel sheet containing Image now I want copy that Image paste into another sheet cell and place the Image in cell…how to do that?...How to place an image in cell basically in excel there is a feature...feature Place in cell in case of image how to do that in aspose c#...

    forum.aspose.com/t/how-to-place-an-image-in-cel...