When attempting to add an SVG image to a slide in PPTX format, it displays perfectly. However, when exporting the PPTX to PDF or thumbnails, the image becomes very blurry. This issue only occurs with SVG images.
OS: Ubuntu
Library: Aspose slides - Python via .Net
PDF Export:
pdfOptions = slides.export.PdfOptions()
# Sets the Jpeg quality
pdfOptions.jpeg_quality = 100
# Sets the behavior for metafiles
pdfOptions.save_metafiles_as_png = True
pdfOptions.sufficient_resolution = 100
# Sets the text compression level
pdfOptions.text_compression = slides.export.PdfTextCompression.NONE
# Defines the PDF standard
pdfOptions.compliance = slides.export.PdfCompliance.PDF15
presentation.save(
test.pptx,
slides.export.SaveFormat.PDF,
pdfOptions,
)
@anantutkpd,
I was unable to reproduce the blurred image issue. Please check your results carefully again. Please use the latest version of Aspose.Slides for Python if it is possible. If the issue persists, please share the following information:
Ubuntu version on which the conversion was performed
@anantutkpd,
Thank you for the additional information.
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): SLIDESPYNET-87
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
@pawann,
The issue should also be resolved in Aspose.Slides for Java 24.12. If the problem persists, please share a sample presentation and output files.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
Enables storage, such as cookies, related to analytics.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.