[Pharo-users] Re: Document layout with Pharo

2024-01-15 Thread Offray Vladimir Luna Cárdenas
On 15/01/24 12:06, sergio ruiz wrote: OH! This looks VERY cool! I have never seen typst before. Thanks My needs are super simple. I am looking at using Aretfact (https://github.com/pharo-contributions/Artefact/blob/development/docs/Guide.md) for PDF generation. Mustache seems like it mig

[Pharo-users] Re: Document layout with Pharo

2024-01-15 Thread sergio ruiz
OH! This looks VERY cool! I have never seen typst before. My needs are super simple. I am looking at using Aretfact (https://github.com/pharo-contributions/Artefact/blob/development/docs/Guide.md) for PDF generation. Mustache seems like it might be a good fit for text generation. Did you use a

[Pharo-users] Re: Document layout with Pharo

2024-01-15 Thread Offray Vladimir Luna Cárdenas
Hi Sergio, We have a similar need to create high definition images to be shared in social media for the #CandidatosEnDatos[1] project. What we did then was to combine Pharo with LaTex via Mustache templates. If I would redo the project today, I would use Typst[2][2a], to decouple PDF creation

[Pharo-users] Re: Document layout with Pharo

2024-01-14 Thread sergio ruiz
Thanks! I think i am gonna try pdfkit.. or maybe the wkhtomtopdf package.. Thanks! > On Jan 13, 2024, at 4:53 PM, Richard Sargent > wrote: > > Christian Haider has PDFtalk, originally in Visual works, but he and others > have created ports to GenStone, Squeak, and Pharo. > > Bob Nemec crea

[Pharo-users] Re: Document layout with Pharo

2024-01-13 Thread Richard Sargent
Christian Haider has PDFtalk, originally in Visual works, but he and others have created ports to GenStone, Squeak, and Pharo. Bob Nemec created Report4PDF to make it easier to generate documents. Also, originally in VW, but also ported to GS, Squeak, and Pharo. On Sat, Jan 13, 2024, 11:37 Sergi