Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 279,811 for

image

(0.49 sec)
  1. Contents of chart moved to the right when rende...

    Hi, Aspose Team I’m noticing an issue where the contents of my chart are pushed to the right when rendering the chart into an Image. The code I’ve used is: Document RepDoc = new Document(); DocumentBuilder Builder = n…...right when rendering chart to image Aspose.Cells Product Family...rendering the chart into an image. The code I’ve used is: Document...

    forum.aspose.com/t/contents-of-chart-moved-to-t...
  2. Chart Shows Wrong Numeric Values When Convertin...

    Hi Team, I have a PPTX (attached) with 1 slide. Slide has a Chart with some numeric values. When I try to get Image of the slide, I see that the numeric values appear different from that on the PPT. For example, 6.3% co…...Values When Converting Slide to Image in C# Aspose.Slides Product...numeric values. When I try to get image of the slide, I see that the...

    forum.aspose.com/t/chart-shows-wrong-numeric-va...
  3. Export PivotTable as image: source language not...

    Hello, I am using Aspose.Cells to export a pivot table to a PNG Image. This works well, but some labels added automatically by Excel are not exported in the same language to the Image. Here is my Excel source pivot ta…...Export PivotTable as image: source language not respected Aspose...

    forum.aspose.com/t/export-pivottable-as-image-s...
  4. The Image ID Is Getting Changed When Converting...

    I’m converting PPTX to HTML slide by Slide where after rendering the Image Id is not the same Image ID that PPTX Image. In PPTX its coming as Picture 1 as Id whereas in Html its automatically named as page1-pic1 I’m tr…...The Image ID Is Getting Changed When Converting PPTX to HTML...Family slides-net , slides-image , slides-htmlexport Uddipto...

    forum.aspose.com/t/the-image-id-is-getting-chan...
  5. How to Add Image in Word Document using C# Code

    A step-by-step guide on how to add Image in word document using C# tutorial with code to insert Image in word document header C# & add Image to word document's body as linked Image....Imaging Product Family Aspose.BarCode...TeX Product Family How to Add Image in Word Document using C# Code...

    kb.aspose.com/words/net/how-to-add-image-in-wor...
  6. How to Add Image Watermark in PPTX Presentation...

    We'll walk you through the steps in C# for how to add Image watermark in PPTX presentation using c#. You may add put picture watermark in by PowerPoint using easy API interface in C#....Imaging Product Family Aspose.BarCode...TeX Product Family How to Add Image Watermark in PPTX Presentation...

    kb.aspose.com/slides/net/how-to-add-image-water...
  7. 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...
  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. 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-...
  10. 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...