My first questions would be what kind of printer are you using, and how is it connected? This will effect the kinds of solutions available to you.

bigmacbear had a great idea, but I wasn't able to find any software to convert svg to postscript. Based on what I read, converting SVG to PS is problematic because of issues like transparency. And if Ted doesn't have a postscript capable printer, the postscript solution won't work.

You could try converting the SVG to PDF using something like Altsoft XML2PDF, a $49 utility with a command line processor to make a pdf. Then you can use a system call to Acrobat to print the file.

You can solve the duplexing issue by creating another instance of your printer with the default set to duplex. When you print, make sure you are printing to this special instance of the printer, and your job will be duplexed.

Gotta run to hang out with the kids a little bit. If I can provide more info later, I will

Quick Update: You can check out this page PlanetPDF to see the command line options for printing from Acrobat.

digger

In reply to Re: Printing in Duplex on Windows by digger
in thread Printing in Duplex on Windows by TedYoung

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.