Imaging WMF to PDF conversion issues

Hello,

We recently tried to convert WMF file to PDF and it fails

The code we use:

        public void FileToPdf(Stream input, Stream output)
    {
        using (var image =  Image.Load(input))
        {
            var exportOptions = new PdfOptions
            {
                PdfDocumentInfo = new Aspose.Imaging.FileFormats.Pdf.PdfDocumentInfo()
            };

            image.Save(output, exportOptions);
        }
    }

Files examples: Archive.zip (250.2 KB)

We also tried Imaging's online converter, it returned 500 error

Thanks!

@gwert,

I have observed the issue shared by you and a ticket with ID IMAGINGNET-3821 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be notified once the issue will be addressed.

The issues you have found earlier (filed as IMAGINGNET-3821) have been fixed in this update.