Hi Olivier.

Great have a PDF framework! I am a user of this from now :)


I saw a little the code, it is very clear. And I send you some comments:

* In PDFFormat>>setPortrait and >>setLandscape maybe #defaultSize should be used instead of #size to get size, because otherwise, two consecutive #setLandscape result in a portrait size.

setPortrait
"Set the page in portrait orientation"
self portrait: true.
�self size: (self defaultSize x) @ (self defaultSize y).�

* In DFDemos>>datatableTest fix "pdfdoc setLandscape" as "pdfdoc format setLandscape".

* Extract '/Users/olivier/Desktop/' from all methods of PDFDemos in a method, so I have to modify only one, Please! ;)

Finally, thank you for share this work with us.

Regards.


El 25 de abril de 2012 06:42, Olivier Auverlot <olivier.auverlot@gmail.com> escribi�:
Hi Francisco,

No, it's another project.

Best regards
Olivier

Le 25 avr. 2012 � 11:24, Francisco Garau a �crit :

Hi Olivier - is your project related to Christian's?

http://www.esug.org/wiki/pier/Conferences/2011/Schedule-And-Talks/Pdf-in-Smalltalk

On 25 April 2012 09:30, Olivier Auverlot <olivier.auverlot@gmail.com> wrote:
Hi Damien,

this is on my road map ;-)

Some practical examples are in the Artefact-Demos category.

Olivier

Le 25 avr. 2012 � 10:18, Damien Cassou a �crit :

> Hi Olivier,
>
> On Wed, Apr 25, 2012 at 10:15 AM, Olivier Auverlot
> <olivier.auverlot@gmail.com> wrote:
>> If you test it, thanks for your remarks and suggestions.
>
> such a framework makes a lot of sense. Could you please create a few
> unit tests or a small web page with examples so everyone can get a
> glimpse of the API rapidly? Some examples for the Common Lisp
> equivalent are at: www.fractalconcept.com/asp/asdataQuQhZ0XhCuWs
>
> Best,
>
> --
> Damien Cassou
> http://damiencassou.seasidehosting.st
>
> "Lambdas are relegated to relative obscurity until Java makes them
> popular by not having them." James Iry
>