Create PDF from EMF list

Hello,

We are trying to create PDFs from EMF list. For example, if the final PDF has 5 pages, then the EMF list has 5 EMFs, one for each page.

The examples from your Image library supports PDF creation only from one EMF. Is that correct? If yes, how can we achieve what we want?

@fanis

Using Aspose.Imaging API you can load one EMF file and export to PDF. Later on you have to use Aspose.PDF API to merge the individual PDF files generated for individual EMF files.