Problem generating eps version of a sudoku

0 votes
asked Jun 12, 2018 in Closed bug by albert (3,520 points)
reopened Jun 13, 2018 by albert

I have a file with the following content:

@startuml
sudoku
@enduml

and when I give the following command:

java -Djava.awt.headless=true -jar "D:/Programs/plantuml\plantuml.jar" -teps aa.pu

the resulting aa.eps is not an eps file but a png file.

I use the latest plantuml.1.2018.7.jar file

1 Answer

+1 vote
answered Jun 12, 2018 by plantuml (294,660 points)
 
Best answer
Thanks for the report.

This should be fixed in last beta http://beta.plantuml.net/plantuml.jar

Tell us if it's not working for you.
commented Jun 12, 2018 by Albert
Thanks. My small test now worked.
...