Re: [Pharo-users] Create png from pdf

2017-01-18 Thread Stephane Ducasse
Ah you want to convert pdf to png I thought graphics to png. PDF to png means that we would need a pdf renderer and this is not an easy task. On Mon, Jan 16, 2017 at 10:26 AM, Sabine Manaa wrote: > Hi, > > currently, I create pdfs with Artefact and it works fine. > For displaying previews of the

Re: [Pharo-users] Create png from pdf

2017-01-16 Thread Sabine Manaa
[mailto:[hidden email] >> <http:///user/SendEmail.jtp?type=node&node=4929731&i=1>] På vegne av >> Sabine Manaa >> Sendt: 16 January 2017 10:26 >> Til: [hidden email] >> <http:///user/SendEmail.jtp?type=node&node=4929731&i=2> >> Emne: [P

Re: [Pharo-users] Create png from pdf

2017-01-16 Thread olivier auverlot
> > > Best regards, > Henrik > > -Opprinnelig melding- > Fra: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] På vegne av > Sabine Manaa > Sendt: 16 January 2017 10:26 > Til: pharo-users@lists.pharo.org > Emne: [Pharo-users] Create png from pdf >

Re: [Pharo-users] Create png from pdf

2017-01-16 Thread Henrik Nergaard
--- Best regards, Henrik -Opprinnelig melding- Fra: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] På vegne av Sabine Manaa Sendt: 16 January 2017 10:26 Til: pharo-users@lists.pharo.org Emne: [Pharo-users] Create png from pdf Hi, currently, I create pdfs with Artefact and it

[Pharo-users] Create png from pdf

2017-01-16 Thread Sabine Manaa
Hi, currently, I create pdfs with Artefact and it works fine. For displaying previews of the pdf reports, I use Apache PDFBox to generate pngs from the pdfs. This works, too. But I would prefer to generate the pngs directly from pharo and do not call external libraries. Stephane told me that "t

Re: [Pharo-users] Create PNG (from pdf?)

2016-05-31 Thread Sabine Manaa
Hi Franz Josef, thank you. Torsten Bergmann recommended http://pdfbox.apache.org/ to me and I am just playing around with it. My first impression is, that ImageMagick has more features. It is great to have 2 promising alternatives. I will have a look at it, too. Regards Sabine 2016-05-30 23:01 G

Re: [Pharo-users] Create PNG (from pdf?)

2016-05-30 Thread Franz Josef Konrad
In our editorial system we use ImageMagick for this task. I guess you have this option on your list. If not, have a look at . I only can state, ImageMagick is doing this job reliable at over 1000 clients. Regards, Franz Josef A

[Pharo-users] Create PNG (from pdf?)

2016-05-30 Thread Sabine Manaa
Hi, in my online application, I create pdf reports with artefact. Works great. Now, I want to show small previews of those reports with real data. I want them to be images (png). I am searching for ideas how to solve this. I have a list of advantages/disadvantages of various ways but no final