Hi,
When I wanted to visit the below 3 topics/tickets I previously created, I found the pages returned 500 error
image.png (14.5 KB)
Hi,
When converting a PPTX to PDF with meta file as vector images, all text was lost in the PDF.
Code:
var ppt = new Presentation(@“test.pptx”);
var option = new PdfOptions();
option.SaveMetafilesAsPng = false;
ppt.Save(@“test.pdf”, SaveFormat.Pdf, option);
I’ve attached the test files and a screenshot for your reference. Could you please kindly check?
image.png (53.4 KB)
test.zip (72.1 KB)
Thanks,
Hi,
When I’m using Aspose.Slides, I found the memory consumption is unexpectedly high. It took 1.5 minutes and 5.6GB memory to just open and save a 30 slides, 33MB PPTX document.
Code:
Console.WriteLine(DateTime.Now); // start time
var ppt = new Presentation(@“test.pptx”);
ppt.Save(@“testresave.pptx”, SaveFormat.Pptx);
Process proc = Process.GetCurrentProcess();
Console.WriteLine("Memory consumption: " + proc.PrivateMemorySize64); // print out the memory consumption in bytes
Console.Writ…
Hi,
When converting a PPTX document to a PDF, I noticed all the transparency properties on the image are lost.
Code:
var ppt = new Presentation(@".\test2.pptx");
var saveOption = new PdfOptions();
ppt.Save(@".\test2.pdf", SaveFormat.Pdf, saveOption);
In the output (see the screenshot below), the background of the image became white in the pdf:
image.png (54.9 KB)
I also tried setting SaveMetafilesAsPng to false, code:
var ppt = new Presentation(@".\test2.pp…
When I searched for the topic titles I could still see the pages in the search result list, but I cannot open them.
Could you please help me check?
Thanks,
@ServerSide527
I have noticed the same issue at my end when I tried to access these threads. This is strange, so let me investigate this matter and I’ll get back to you with further details.
@ServerSide527
You should be able to access the threads now. There was an issue with our linked issue tracker, and that’s why you might not be able to see the issue status yet. We’re working on fixing that issue and it the status will be visible soon as well. However, you can still check the thread and get in touch with the support team via those threads.
@ServerSide527
You should be able to view the issue status as well. This issue is fully resolved now.
@shahzadlatif
I’m now able to visit all of the topics now, thanks for your help!