Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 10,173 for

image service

(0.32 sec)
  1. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…...Image distorted in excel to pdf transformation (ECDCTS-10606)...template XLSX file to PDF. I found image was distorted a bit in Excel...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  2. Chart X-Axis Labels Appear Slanted When Convert...

    Hi Team, I have a PPTX (attached) with 1 slide. Slide has a Chart. When I try to get Image of the slide, I see that the labels on the x-axis appear slanted while in the ppt they are straight. The code I used: using As…...When Converting a Slide to an Image in C# Aspose.Slides Product...a Chart. When I try to get image of the slide, I see that the...

    forum.aspose.com/t/chart-x-axis-labels-appear-s...
  3. How to get textareas resized in conversion from...

    Our HTML renders correctly in the browser, as shown in the attached screenshot: Screenshot 2026-01-07 144840.png (11.3 KB) However, when we generate the Image using Aspose, the output looks different, as shown here: 6…...in conversion from html to image Aspose.HTML Product Family riskminder...However, when we generate the image using Aspose, the output looks...

    forum.aspose.com/t/how-to-get-textareas-resized...
  4. How to Extract Brightness and Contrast Properti...

    I am using aspose slides for cpp. How can I extract Image brightness and contrast property out of picture frame ? I did not find any such property on pictureFrame or pictureFillFormat. Thanks...and Contrast Properties of an Image in C++? Aspose.Slides Product...Product Family slides-image , slides-cpp pankajku November 18, 2024...

    forum.aspose.com/t/how-to-extract-brightness-an...
  5. Box-and-Whisker Chart Gets Squished When Conver...

    Hi Team, I have a PPTX (attached) with 1 slide. Slide has a Chart of “Box and Whisker” type. When I try to get Image of the slide, I see that the chart gets squished to right side. The code I used: using Aspose.Slides…...When Converting a Slide to an Image in C# Aspose.Slides Product...Whisker” type. When I try to get image of the slide, I see that the...

    forum.aspose.com/t/box-and-whisker-chart-gets-s...
  6. Semi-Transparent EMF Image Is Rendered as Blank...

    We have been working with Aspose Slides v25.7 for our product where in we have EMF Images to be printed into PDF but we found that the Semi-transparent Images (Alpha = 50% or between 1-99 % ) it renders blank Image in pd…...Semi-Transparent EMF Image Is Rendered as Blank in the Exported...Slides Product Family slides-image , slides-cpp , slides-emf ,...

    forum.aspose.com/t/semi-transparent-emf-image-i...
  7. Layer group export image error:The rectangle ha...

    我使用的是psd-java,当我把图层组导出为png的时候报错。这是我的代码: for (Layer layer : psdImage.getLayers()) { if (layer instanceof LayerGroup) { count++; LayerGroup layerGroup = (LayerGroup) layer; System.out.println("画板名称: " + laye…...Layer group export image error:The rectangle has no common processing...PNG:" + mergedPngPath); } } image.png (109.1 KB) Professionalize...

    forum.aspose.com/t/layer-group-export-image-err...
  8. OCR a PDF image to a readable PDF - Free Suppor...

    We are testing Aspose OCR. Got example code from the site but it is not working. Code is: Dim ocr = New AsposeOcr() Dim settings = New DocumentRecognitionSettings() settings.Language = Language.Eng settings.StartPag…...OCR a PDF image to a readable PDF Aspose.OCR Product Family vaughnis...configuration file required to service this request. Please review...

    forum.aspose.com/t/ocr-a-pdf-image-to-a-readabl...
  9. Excel chart with curved text path converts to s...

    Hello, When converting an Excel chart to an Image, we noticed that the text loses its curved formatting and appears in the wrong position. Could you please confirm whether this is an issue with the library? Workbook wo…...path when converted into an image Aspose.Cells Product Family...converting an Excel chart to an image, we noticed that the text loses...

    forum.aspose.com/t/excel-chart-with-curved-text...
  10. Chart Axis Title Is Wrapped Incorrectly When Co...

    Hi, Pls see attached pptx: sample1.zip (133.4 KB) The code I ran: using Aspose.Slides; using Aspose.Slides.Export; using Aspose.Slides.Animation; using Aspose.Slides.Charts; using Aspose.Slides.SmartArt; using Aspose…...When Converting a Slide to an Image in C# Aspose.Slides Product...Drawing; using System.Drawing.Imaging; using System; using System...

    forum.aspose.com/t/chart-axis-title-is-wrapped-...