Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 280,763 for

image

(0.81 sec)
  1. Generate a JPG Image from a Slide with a Mathem...

    Hello everyone, I’m currently exploring Aspose and encountering an issue. When I try to convert a slide to a JPG Image using Aspose, any shape containing a mathematical formula (MathPortion) disappears. Here is my cod…...Generate a JPG Image from a Slide with a Mathematical Formula...to convert a slide to a JPG image using Aspose, any shape containing...

    forum.aspose.com/t/generate-a-jpg-image-from-a-...
  2. Invalid image stream (The type initializer for ...

    Hi Team, We are facing a critical issue after upgrading to Aspose 25.11.0 , where Image rendering (used for eSignatures) is failing, while the same implementation works perfectly with Aspose 24.11 . error - “Invalid im…...Invalid image stream (The type initializer for 'Gdip' threw an...upgrading to Aspose 25.11.0 , where image rendering (used for eSignatures)...

    forum.aspose.com/t/invalid-image-stream-the-typ...
  3. Can the Aspose.Slides Editor Add a New Slide, S...

    I would like to know aspose.slides editor element can support case add new slide, shape, Image and etc. or not??? Please help to answer my question...Editor Add a New Slide, Shape, Image, etc.? Aspose.Slides Product...case add new slide, shape, image and etc. or not??? Please help...

    forum.aspose.com/t/can-the-aspose-slides-editor...
  4. Exporting large dimension PDF to high dpi PNG c...

    Hello, I am using the PDF library to create PNG Images which I then import into our CAD documents. string fileExtension = "png"; ImageFormat format = ImageFormat.Png; PdfConverter pdfConverter = new PdfConv…...dpi PNG creates undersized image Aspose.PDF Product Family IdeateSoftware...the PDF library to create PNG images which I then import into our...

    forum.aspose.com/t/exporting-large-dimension-pd...
  5. 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-...
  6. 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...
  7. Is it possible to convert a pdf to a single ima...

    Is it possible to convert a pdf to a single Image file? The samples I see are for converting one page at a time....to convert a pdf to a single image file? Aspose.PDF Product Family...to convert a pdf to a single image file? The samples I see are...

    forum.aspose.com/t/is-it-possible-to-convert-a-...
  8. 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...
  9. 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...
  10. 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...