Export multiple wmf files into single pdf

Hi,

We have 10 wmf files.

we want save them into a single pdf file.

Please share any code snippet.

@svkrishnagavva

There is no option in Aspose.Imaging API to generate a combined 10 page PDF for 10 WMF files. However, you can use Aspose.Imaging to export individual WMF to PDF and then using Aspose.PDF to merge them.