Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

pdf-maker ?

 [1/11] from: Christophe::Coussement::mil::be at: 4-Sep-2003 11:30


Hi list! Where can I find the pdf-maker from Gabriele ? I should use it for editing psychotechnical tests reports. Have there been some developments sinds version 1.22.0 of 24-Feb-2003 (last I have), and is there a next released planned ? Thx in advance ! =xtof

 [2/11] from: g:santilli:tiscalinet:it at: 5-Sep-2003 9:55


Hi Christophe, On Thursday, September 4, 2003, 11:30:12 AM, you wrote: CC> Where can I find the pdf-maker from Gabriele ? http://www.rebol.it/giesse/pdf-maker.r (Or go to the Rebol.it REB site.) CC> Have there been some developments sinds version 1.22.0 of CC> 24-Feb-2003 (last I have), and is there a next released CC> planned ? Latest is 1.24.0. Only minor issues. You might also be interested in: http://www.rebol.it/giesse/pdf-tables.r but it is undocumented so you'll have to ask me for how to use it etc. I've been planning version 2 since a lot of time, and I have around 50% of it ready. I didn't have any free time to finish it yet, however. Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/

 [3/11] from: Christophe:Coussement:mil:be at: 5-Sep-2003 10:35


Hi Gabriele
> CC> Where can I find the pdf-maker from Gabriele ? > > http://www.rebol.it/giesse/pdf-maker.r > > (Or go to the Rebol.it REB site.) >
I just get it. Looks great but do you have any user documentation ? (I remember a pdf doc describing the layout...)
> I've been planning version 2 since a lot of time, and I have > around 50% of it ready. I didn't have any free time to finish it > yet, however. >
Thanks for your time! Keep up the good work ;-) ==xtof

 [4/11] from: g:santilli:tiscalinet:it at: 5-Sep-2003 12:15


Hi Christophe, On Friday, September 5, 2003, 10:35:50 AM, you wrote: CC> I just get it. Looks great but do you have any user CC> documentation ? (I remember a pdf doc describing the CC> layout...) It's still there, you can have it generated automatically from the REB site. Or: http://www.rebol.it/giesse/pdf-maker-doc.r However, it's very very unfinished... Feel free to ask any question anyway. I hope I'll find the time some day to finish version 2 and document it properly. CC> Thanks for your time! Keep up the good work ;-) Thank you for the compliments. :) Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/

 [5/11] from: Christophe:Coussement:mil:be at: 5-Sep-2003 13:15


Hi Gabriele
> It's still there, you can have it generated automatically from the > REB site. Or: > > http://www.rebol.it/giesse/pdf-maker-doc.r >
Got the doc! It's enough to begin using your script. However i could not figure out how to include pictures, and this is just what i need. Could you give me some indications ? I already tried some combination of: image %temp.png image [%temp.png] image load #include %temp.png But without success... thx in advance ! ==xtof

 [6/11] from: g:santilli:tiscalinet:it at: 5-Sep-2003 15:39


Hi Christophe, On Friday, September 5, 2003, 1:15:06 PM, you wrote: CC> image %temp.png CC> image [%temp.png] CC> image load #include %temp.png Try: image x y width height %file.png E.g. image 10 17 190 270 %file.png Remember that the origin is the LOWER left corner. Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/

 [7/11] from: Christophe:Coussement:mil:be at: 8-Sep-2003 11:10


Thanks Gabriele! We're now able to use your script for generating our reports! If it's ok for you, we would like to integrate your work into our "Computer Aided Psychotechnical Testing", for the report generation part. This system is used by the Belgian Defense for selecting the people who want to join the Belgian Army, Navy or Air Force. If you like it, I could send you (your email, not the list) an example of the generated report and its source... You can always join me at: [christophe--coussement--mil--be] Thanks again for your help and your good work !!! ==xtof

 [8/11] from: Patrick:Philipot:laposte at: 24-Oct-2003 10:36


Hi List, I am looking for the syntax or an example to use an image with pdf-maker. I did not find it in the doc available. -- Best regards, Patrick

 [9/11] from: g:santilli:tiscalinet:it at: 24-Oct-2003 11:00


Hi Patrick, On Friday, October 24, 2003, 10:36:01 AM, you wrote:
> I am looking for the syntax or an example to use an image with > pdf-maker. I did not find it in the doc available.
image x y w h img (x, y) is the position of the bottom left corner; w and h are width and height. img can be a file! or an image!. Hope this can help you start out. Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/

 [10/11] from: warp:reboot:ch at: 24-Oct-2003 14:50


Patrick, here is a tutorial (in french) with some examples: http://www.rebolfrance.net/articles/pdf1/pdf2.html Will Arp [warp--reboot--ch] [24.10.2003 10:36 "[Patrick--Philipot--laposte--net]" [Patrick--Philipot--laposte--net]]

 [11/11] from: Patrick:Philipot:laposte at: 24-Oct-2003 18:51


Hi Gabriele,
>GS image x y w h img
So simple as usual. Thank you! The french doc about pdf-maker (Will Arp post)is also quite good! Best regards, Patrick