Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 39,629 for

rendering

(0.13 sec)
  1. Apose Word Java : transforming a word document ...

    Hello, we changed our Word document to integrate new fonts. When saving these documents with Java library (version jdk17 26.2), One of them (ttf) which has been designed to draw icons does not seem to work properly when…... One font partially rendered in PDF output Aspose.Words...is some icons are properly rendered and other not at all . I tried...

    forum.aspose.com/t/apose-word-java-transforming...
  2. Missing borders after PDF to PPTX conversion - ...

    Hello, I’m trying to convert a PDF document to a PPTX, but some borders are missing after the conversion. Could you please confirm whether this is a bug in the library? Thank you Document doc = Document("/path/to/borde…...does not support the same rendering model. Borders drawn with...PdfConvertOptions to control rendering While the PDF‑to‑PPTX API...

    forum.aspose.com/t/missing-borders-after-pdf-to...
  3. PDF to Word conversion issues (source document ...

    Hello, I am experiencing significant issues when converting a PDF to Word using Aspose.PDF 25.8.0. The output DOCX introduces formatting and Rendering problems that make the converted document difficult to use. …...introduces formatting and rendering problems that make the converted...UseAntiAliasing : This can help with rendering issues. DocSaveOptions with...

    forum.aspose.com/t/pdf-to-word-conversion-issue...
  4. PS to JPEG Conversion | API for Python

    Sample Python conversion code for PS format to JPEG file. Use this example code to convert PS to JPEG within any Web or Console Python based application....solution guarantees precise rendering and outstanding image quality...JPEGSaveOptions(); # create rendering device for PS format device...

    products.aspose.com/page/python-net/conversion/...
  5. PS to PDF Conversion | API for Python

    Sample Python conversion code for PS format to PDF file. Use this example code to convert PS to PDF within any Web or Console Python based application....solution guarantees precise rendering and outstanding image quality...PDFSaveOptions(); # create rendering device for PS format device...

    products.aspose.com/page/python-net/conversion/...
  6. PS to EPS Conversion | API for Python

    Sample Python conversion code for PS format to EPS file. Use this example code to convert PS to EPS within any Web or Console Python based application....solution guarantees precise rendering and outstanding image quality...EPSSaveOptions(); # create rendering device for PS format device...

    products.aspose.com/page/python-net/conversion/...
  7. XPS to JPEG Conversion | API for Python

    Sample Python conversion code for XPS format to JPEG file. Use this example code to convert XPS to JPEG within any Web or Console Python based application....image quality and precise rendering for graphics, diagrams, and...JPEGSaveOptions(); # create rendering device for XPS format device...

    products.aspose.com/page/python-net/conversion/...
  8. XPS to PNG Conversion | API for Python

    Sample Python conversion code for XPS format to PNG file. Use this example code to convert XPS to PNG within any Web or Console Python based application....image quality and precise rendering for graphics, diagrams, and...PNGSaveOptions(); # create rendering device for XPS format device...

    products.aspose.com/page/python-net/conversion/...
  9. Chart Saved as an Image in Java Looks Different...

    Hello, I’m trying to extract charts from PowerPoint and save them as images, but the images have many discrepancies - the quality is low, text is sometimes missing, and the style is different. Is there another way to e…...slides-java , slides-chart , slides-rendering dfinsolutions February 6,...already corrected the legend rendering for the 3D Pie Chart, and...

    forum.aspose.com/t/chart-saved-as-an-image-in-j...
  10. SaveOptions.memory_optimization property | Aspo...

    SaveOptions.memory_optimization property. Gets or sets value determining if memory optimization should be performed before saving the document...optimize memory consumption when rendering large documents to PDF. doc...Document ( file_name = MY_DIR + 'Rendering.docx' ) # Create a "PdfSaveOptions"...

    reference.aspose.com/words/python-net/aspose.wo...