Search found 2 matches

by AKazak
Tue Apr 21, 2020 4:25 pm
Forum: LyX
Topic: Metafile to EPS Converter: batch processing with CLI
Replies: 1
Views: 1772

Metafile to EPS Converter: batch processing with CLI

Great to have source code:

Code: Select all

metafile2eps.exe OutputFileName.eps (input is taken from clipboard)
or

Code: Select all

metafile2eps.exe InputFileName.emf OutputFileName.eps
Works like a charm!
by AKazak
Mon Apr 20, 2020 6:43 pm
Forum: LyX
Topic: Metafile to EPS Converter: batch processing with CLI
Replies: 1
Views: 1772

Metafile to EPS Converter: batch processing with CLI

Greetings!

I like using Metafile to EPS Converter 1.5 for Windows x64.
It steadily does its job and works flawlessly.

How do I batch convert multiple EMFs using command-line interface (CLI)?

Thank you.