World: r3wp
[PDF-Maker] discuss Gabriele's pdf-maker
older | first |
Gabriele 26-Aug-2010 [766x2] | right... i don't do a coordinate transformation, that's the reason for xbl and ybl in the above snippet |
you get xbl (X Bottom Left), ybl, xtr, ytr bound within the graphic block | |
Graham 26-Aug-2010 [768x2] | Copyright (c) 2001-2005, Gabriele Santilli |
is that pdf-maker1 or 2 ? | |
Gabriele 26-Aug-2010 [770x2] | http://www.colellachiara.com/soft/PDFM2/pdf-maker.html Gabriele Santilli <[giesse-:-rebol-:-it]> 17-Nov-2006, 2.34.0 |
v2 was done between 8-Aug-2006 and 17-Nov-2006 | |
Graham 26-Aug-2010 [772x2] | Ok, got it |
got the image. | |
Gabriele 26-Aug-2010 [774x2] | b: layout-pdf [[textbox ["Image: " box 60 60 10 [image xbl ybl 40 40 load http://www.rebol.com/graphics/reb-logo.gif] " inside text"]]] |
That puts the image inside the text correctly. v2 should also give you an error when the dialect is wrong, while v1 did just fail silently. | |
Graham 26-Aug-2010 [776x2] | so this syntax doesn't work with pdf maker 1 ? |
so I got the silent fail | |
Gabriele 26-Aug-2010 [778x2] | no. v1 does not flow text automatically across pages, does not allow putting graphics within text, does not have the TeX engine, and so on. |
v1 also does not evaluate arguments to dialect commands so you have to use compose etc. | |
Graham 26-Aug-2010 [780x2] | ah... I've been using V1 |
I have this ... if not value? 'layout-pdf [ *do %pdf-maker.r ] | |
Gabriele 26-Aug-2010 [782] | v1 is very stable, v2 has never been exstensively tested. so it's not a easy choice i guess :) |
Graham 26-Aug-2010 [783x3] | so Cheyenne already had v1 loaded and didn't load v2 for me ! |
I'd suggest that perhaps this is because you never managed to write the user documentation! | |
I should have a layout-pdf2 .... so I can use both | |
Gabriele 26-Aug-2010 [786] | v1 had much less docs than v2 :-) |
Graham 26-Aug-2010 [787] | Hmm... quantively or qualitatively? |
Gabriele 26-Aug-2010 [788] | I think the main reason is that v2 was never really "finished" and published as such. it's missing many little things (though, it should do all that v1 does and more... it is slower though as it's missing optimization and the ability to turn off the TeX engine when you don't need it) |
Graham 26-Aug-2010 [789] | a lot of people managed to use V1 .. I've never seen anyone use V2 |
Gabriele 26-Aug-2010 [790] | well... the "tutorial" for v1 mostly works for v2 as well, as it only covers very basic functionality. |
Graham 26-Aug-2010 [791] | text and bezier curves :) |
Gabriele 26-Aug-2010 [792] | (but more importantly... why do you guys always expect me to do all the work? :P ) |
Graham 26-Aug-2010 [793x2] | we don't ... you said you couldn't .. hence the questions :) |
At least you don't use mirror writing | |
Gabriele 26-Aug-2010 [795] | ah, that's an interesting idea to try... |
Graham 26-Aug-2010 [796:last] | PDF documentation a la Leonardo ? |
older | first |