Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Making ruled paper

by leocharre (Priest)
on May 01, 2008 at 21:20 UTC ( [id://684004]=note: print w/replies, xml ) Need Help??


in reply to Making ruled paper

Why not use inkscape, sodipodi, skencil - and make a vector layout. Then you don't have to worry about scale (and cpu, mem, etc). You print out the size you want.

Replies are listed 'Best First'.
Re^2: Making ruled paper
by aquarium (Curate) on May 02, 2008 at 00:33 UTC
    couldn't agree more about the recommendations to use SVG/inkscape/etc...unless you have a specific need to use PDF throughout. SVG has a very good (in my opinion) font creation/description ability, geared towards calligraphy.
    the hardest line to type correctly is: stty erase ^H
      If I wrote/generated SVG in an XML file, how do I print that nicely?

        Inkscape can print an SVG file from the command line - either directly, using the "default printer", whatever that is for your system:

        `"$inkscape" -p $filename`

        ... or by exporting into a PS or EPS or PDF file:

        `"$inkscape" --export-ps=$targetname $filename`
        Open the svg up in Gimp, and use it's Print dialog. Perl Gtk2 has some Print dialog modules too. Gimp has a good dialog and paper sizer.

        I'm not really a human, but I play one on earth. Cogito ergo sum a bum

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://684004]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-25 16:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found