Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 7,471 for

image service

(0.08 sec)
  1. Labels in charts are positioned incorrectly whe...

    Hi Aspose team, I’m having an issue where the data labels in a chart are way off in position when compared to it excel equivalent. Code used to generate the output: using (Workbook TemplateWB = new Workbook(dir + @"\T…...aspose renders the chart as image Aspose.Cells Product Family...converting the worksheet to image sourceWS.PageSetup.ClearHeaderFooter();...

    forum.aspose.com/t/labels-in-charts-are-positio...
  2. 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...
  3. Issue with an EMF Image When Converting a Prese...

    Hi, We have been working with Aspose.Slides.Cpp since version 24. We also have purchased the license. Recently we have upgraded the Aspose.Slides.Cpp to version 25.6(latest) and found out that our emf with table annotat…...Issue with an EMF Image When Converting a Presentation to PDF...attached the sample EMF and output image. Sample-Table-OutPut-PDF-Screenshot...

    forum.aspose.com/t/issue-with-an-emf-image-when...
  4. 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...
  5. X-Axis Title Is Cut Off When Converting a Prese...

    Hi Team, I have a sample PPTX with a single slide having a single shape. When I get an Image of this shape using Aspose, I see that the text “Time, t, in seconds” appears to be cut. I am using Aspose 25.5 version. Code…...a Presentation Chart to an Image in C# Aspose.Slides Product...single shape. When I get an image of this shape using Aspose,...

    forum.aspose.com/t/x-axis-title-is-cut-off-when...
  6. Failed to convert Image type format to PDF: The...

    Hi, I am trying to convert Images format to the pdf please find the below code for that: using (var ImageStream = new MemoryStream(inputBytes)) { using (var outputStream = new MemoryStream()) { var pdf = new Aspose…...Failed to convert Image type format to PDF: The type initializer...Hi, I am trying to convert images format to the pdf please find...

    forum.aspose.com/t/failed-to-convert-image-type...
  7. 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...worksheet and render it to an image or picture using Aspose.Cells...

    forum.aspose.com/t/the-image-aspose-cell-captur...
  8. Text in EMF Image Is Not Wrapped when Convertin...

    We were reading EMF Image which contains text paragraph in multiple lines but when we import it into slides and export it as PDF the text(paragraph) is not wrapped and renders in single line. attached sample emf(EMFFile.…...Text in EMF Image Is Not Wrapped when Converting a Presentation...9:15am 1 We were reading EMF image which contains text paragraph...

    forum.aspose.com/t/text-in-emf-image-is-not-wra...
  9. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to Images to insert them into word document. The code I’m using to do this is: Document RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuild…...rendered by aspose cells into image is slightly different from the...convert charts/ranges in excel to images to insert them into word document...

    forum.aspose.com/t/shapes-in-charts-rendered-by...
  10. Error when extracting images from PDF in multit...

    The code is as follows; this is an asynchronous method annotated with the @Async annotation. // interface @Async("ioTaskExecutor") CompletableFuture<List<BufferedImage>> getPdfImages(String pdfPath); //impl …...extracting images from PDF in multithreading: Not supported image type...pdfPath) { List<BufferedImage> images = AsposePdfUtils.getImages(pdfPath);...

    forum.aspose.com/t/error-when-extracting-images...