Hi
Progress is not rendered when saving as JPEG
Is that not possible?
Regards
Claus
Hi Claus,
Can you please share your sample Project file with us for our investigation?
Hi Claus,
Thank you for sharing the sample file.
Aspose.Tasks supports rendering the progress line as shown in the attached image. I have used following code to simply print the progress line. Please give it a try and share the feedback.
Project proj = new Project(“UserFile.mpp”, new LoadOptions() {});
proj.Save(“output.jpg”, SaveFileFormat.JPEG);