World: r3wp
[Printing]
older | first |
Graham 29-Sep-2008 [139] | gonzo is a postscript utility to do micro justification and other goodies |
Dockimbel 29-Sep-2008 [140] | is gonzo open sourced ? |
Graham 29-Sep-2008 [141x2] | yes ... |
has to be ... can't hide postscript source! | |
Dockimbel 29-Sep-2008 [143] | ok, so it's 100% PS. I wrote a few helping functions in PS too. |
Graham 29-Sep-2008 [144x6] | For eps, I just put a yellow box in the print preview .... |
as no idea what it will look like | |
ie. I allow the template language to include an eps file | |
Ok, sent ... it's got lots of stuff specific to my emr app | |
which you can strip out .. the preprocessing stuff. | |
and apologies for the poor formatting .... | |
Dockimbel 29-Sep-2008 [150] | Thanks for the food for thought, I think that I could reuse several routines from gonzo. But PS is just a low-level layer for my printer dialect, doing too sophisticated things at PS level is not an option for me. All the calculation and fancy things (like good justification) have to be done in Draw dialect, so that WYSIWYG can be achieved. |
Graham 29-Sep-2008 [151x3] | that's an admirable aim ... just beyond my skill set |
I have multipage preview working ... some time ... I have a block of draw blocks and I am supposed to switch between them to page thru the different pages. | |
ie. not always working! | |
Dockimbel 29-Sep-2008 [154] | Is it an issue with View/Draw or a bug in your code ? |
Graham 29-Sep-2008 [155x2] | my code of course :( |
I've uploaded the 35 gnu ttf so that you can use postscript fonts for draw http://rebol.wik.is/Protocols/Printer | |
Geomol 16-Jun-2009 [157] | When printing, the user can often choose to have extra info printed with: who ordered the print, date and time, etc. What's the english name for this part of the print? The danish word for it translate to "receipt", but I feel, there's another english word. |
Graham 16-Jun-2009 [158] | do you metadata ? |
Geomol 16-Jun-2009 [159x3] | Nah, not really. It's been printed typically on a separate page after the actual print. |
legend maybe? | |
Or that is more used for text under an image in a book? | |
Graham 16-Jun-2009 [162] | yes, it is |
Geomol 16-Jun-2009 [163] | You can often choose to get this extra info printed as an option in the writing program, Notepad, Word or whatever. Or maybe as an option in the printer config. |
mhinson 16-Jun-2009 [164] | Perhaps "Print job information" or "Print job summary" |
Geomol 16-Jun-2009 [165] | summary is a good word, thanks! |
Maxim 16-Jun-2009 [166:last] | they are often broken down into "header" & "footer" in software applications. |
older | first |