Converting PDF to WMF

user2903093 picture user2903093 · Oct 21, 2013 · Viewed 7k times · Source

Can someone suggest the best way to convert a PDF file to WMF?

I currently make Dynamic XML Form PDFs with Adobe LiveCycle Designer, but a client requires the file in WMF format for printing. Instead of filling out the form directly, they have their users answer the questions within their own UI, then print the fields to the form.

I've tried converting the PDF to PNG within Acrobat then converting it to WMF, but our client is having issues with them indicating these WMFs "appear to be graphics renamed as WMFs".

Thanks

Answer

yms picture yms · Oct 21, 2013

Try writing a script that prints your PDF files into a WMF/EMF virtual printer.

There a few out there, for example:

I believe there is another one (as source code) in the Windows Driver Kit source code samples, but I cannot find the link now.