LyXMetafile to EPS Converter: batch processing with CLI

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
AKazak
Posts: 2
Joined: Mon Apr 20, 2020 6:33 pm

Metafile to EPS Converter: batch processing with CLI

Post by AKazak »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

AKazak
Posts: 2
Joined: Mon Apr 20, 2020 6:33 pm

Metafile to EPS Converter: batch processing with CLI

Post by AKazak »

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!
Post Reply