Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 9,495 for

image service

(0.14 sec)
  1. Aspose.Words: Converting a Word document to HTM...

    Aspose version: Aspose Words.NET version 23.6.0 We are using Aspose.Words to convert a Word Document (docx) to HTML by simply saving the loaded docx (loaded into Aspose.Words.Document) as HTML. The document can contain…...on ‘chunking’ base64 encoded images to the recommended 76 character...document can contain embedded images which are exported as base64...

    forum.aspose.com/t/aspose-words-converting-a-wo...
  2. Convert SVG to DICOM via C# | products.aspose.com

    Sample code for SVG to DICOM C# conversion. Use API example code for batch SVG files to DICOM conversion within VB.NET, Asp.NET or any .NET based application.... Load SVG file with Image.Load method Set an object of...VectorRasterizationO property Call Image.Save method while passing the...

    products.aspose.com/cad/net/conversion/svg-to-d...
  3. CELLSNET-57840: Placement of values in/around p...

    Hi, I tested the new version of aspose for the issue previously recorded as CELLSNET-57840. In my testing I found that this particular chart where the placement is really off. I’ve used the range “Demographics!D273:O3…...converting the worksheet to image sourceWS.PageSetup.ClearHeaderFooter();...OnlyArea = true }; // Take the image of your worksheet SheetRender...

    forum.aspose.com/t/cellsnet-57840-placement-of-...
  4. Layers missing when converting corel draw file ...

    We are evaluating Aspose.Imaging for our corel draw files noticed that one of our test files have missing layers when converted to jpg or png. It also altered some of the layout of the text. Hope you could help me if thi…...Imaging Product Family 3stan November...1 We are evaluating Aspose.Imaging for our corel draw files noticed...

    forum.aspose.com/t/layers-missing-when-converti...
  5. The exported JPG images are abnormal - Free Sup...

    The exported JPG Images are abnormal export.psd_file.to.jpg (428.6 KB) abnormal.jpg (478.7 KB) Question 1: The exported JPG Images are abnormal; some files are missing and they do not match the Images seen in Photosho…...The exported JPG images are abnormal Aspose.PSD Product Family...Family psd-image-layer hellokimi56 March 12, 2025, 4:39pm 1 The exported...

    forum.aspose.com/t/the-exported-jpg-images-are-...
  6. Convert PDF To DOCX Python

    Convert PDF to DOCX format in Python code. Save PDF as DOCX using Python....insert_image("Input.pdf") doc.save("Output...DocumentBuilder(doc) shape = builder.insert_image("Input.pdf") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  7. Convert TEXT To WORD Python

    Convert TEXT to WORD format in Python code. Save TEXT as WORD using Python....insert_image("Input.txt") doc.save("Output...DocumentBuilder(doc) shape = builder.insert_image("Input.txt") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  8. Convert WORD To MARKDOWN Python

    Convert a Word document to MARKDOWN format in Python code. Save a Word document as MARKDOWN using Python....insert_image("Input.docx") doc.save("Output...DocumentBuilder(doc) shape = builder.insert_image("Input.docx") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  9. Convert WORD To EPUB Python

    Convert a Word document to EPUB format in Python code. Save a Word document as EPUB using Python....insert_image("Input.docx") doc.save("Output...DocumentBuilder(doc) shape = builder.insert_image("Input.docx") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...
  10. Convert HTML To WORD Python

    Convert HTML to WORD format in Python code. Save HTML as WORD using Python....insert_image("Input.html") doc.save("Output...DocumentBuilder(doc) shape = builder.insert_image("Input.html") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...