octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #58702] emf format no longer works for printin


From: Rik
Subject: [Octave-bug-tracker] [bug #58702] emf format no longer works for printing 2
Date: Thu, 9 Jul 2020 18:33:45 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #13, bug #58702 (project octave):

@Dmitri: Using your example with the intermediate file t1.pdf can you try
these two commands?


pstoedit -ssp -f fig "t1.pdf" out1.fig 2>log.txt



pstoedit -ssp -f fig "t1.pdf" - 2>log.txt | cat > out2.fig


The first doesn't use pipes and works according to you.

The second explicitly sets the output "file" to stdout.

At the end


diff out1.fig out2.fig


should show nothing if this approach works.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58702>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]