Re: Reportlab / platypus bug?

2022-03-16 Thread Les
Greg Ewing ezt írta (időpont: 2022. márc. 16., Sze, 1:01): > On 16/03/22 2:20 am, Les wrote: > > I tried to subscribe (twice), but never got the confirmation > > email. Checked in the spam folder too, but it is nowhere to be found. > > Is there any chance your email provider has some kind of

Re: Reportlab / platypus bug?

2022-03-15 Thread Greg Ewing
On 16/03/22 2:20 am, Les wrote: I tried to subscribe (twice), but never got the confirmation email. Checked in the spam folder too, but it is nowhere to be found. Is there any chance your email provider has some kind of quarantine system separate from your spam folder? The University of

Re: Reportlab / platypus bug?

2022-03-15 Thread Robin Becker
On 15/03/2022 13:20, Les wrote: Robin Becker ezt írta (időpont: 2022. márc. 15., K, 14:06): Hi Les, so far as I know the reportlab-users list is still running it is hosted (nad has been for many years) at https://pairlist2.pair.net/mailman/listinfo/reportlab-users is that the address you

Re: Reportlab / platypus bug?

2022-03-15 Thread Les
> > > > > as a test I subscribed under my private email address and the list > responded pretty quickly; the request confirmation > email ended up in spam though. I believe the list is a fairly old version > of mailman, but I don't have any access to the > server. > I tried again, and now I got

Re: Reportlab / platypus bug?

2022-03-15 Thread Robin Becker
.. Hi Les, so far as I know the reportlab-users list is still running it is hosted (nad has been for many years) at https://pairlist2.pair.net/mailman/listinfo/reportlab-users is that the address you used? I see messages in the archives so some people can use it.-- Robin Becker

Re: Reportlab / platypus bug?

2022-03-15 Thread Les
Robin Becker ezt írta (időpont: 2022. márc. 15., K, 14:06): > > > Hi Les, so far as I know the reportlab-users list is still running it is > hosted (nad has been for many years) at > > > https://pairlist2.pair.net/mailman/listinfo/reportlab-users > > is that the addre

Re: Reportlab / platypus bug?

2022-03-15 Thread Robin Becker
On 14/03/2022 18:17, Les wrote: Unfortunately, the reportlab-users mailing list is unavailable (I cannot subscribe). There is paid support but since I already have a workaround, I won't pay for this. I think this is a documentation error of the reportlab package. (They do not mention

Re: Reportlab / platypus bug?

2022-03-15 Thread Les
Dennis Lee Bieber ezt írta (időpont: 2022. márc. 14., H 20:03): > On Mon, 14 Mar 2022 19:17:31 +0100, Les declaimed the > following: > > >Unfortunately, the reportlab-users mailing list is unavailable (I cannot > >subscribe). There is paid support but since I already

Re: Reportlab / platypus bug?

2022-03-14 Thread Dennis Lee Bieber
On Mon, 14 Mar 2022 19:17:31 +0100, Les declaimed the following: >Unfortunately, the reportlab-users mailing list is unavailable (I cannot >subscribe). There is paid support but since I already have a workaround, I >won't pay for this. I think this is a documentation error of the

Re: Reportlab / platypus bug?

2022-03-14 Thread Les
Unfortunately, the reportlab-users mailing list is unavailable (I cannot subscribe). There is paid support but since I already have a workaround, I won't pay for this. I think this is a documentation error of the reportlab package. (They do not mention that stories cannot be reused.) I think we

RE: Reportlab / platypus bug?

2022-03-14 Thread Schachner, Joseph
I realize this is Python code, but I doubt that the question is a Python question. I have used Python +numpy, scipy, matplotlib for years. I have not used reportlab and have no idea about the reported problem except that I will be very surprised if it turns out to be a Python language issue

Re: Reportlab / platypus bug?

2022-03-14 Thread Les
Good point. I can confirm, that it works with copy.deepcopy. Probably you are right, the story is somehow consumed by doc.build. But it is not documented anywhere. I'm going to submit a bug report, thanks. -- https://mail.python.org/mailman/listinfo/python-list

Re: Reportlab / platypus bug?

2022-03-13 Thread Dennis Lee Bieber
On Sun, 13 Mar 2022 21:55:36 +0100, Les declaimed the following: >It is hard to explain as it is, but something even more interesting happens >if you try to make them totally independent, and create a copy of the story >as well: > >import copy >doc = SimpleDocTemplate("phello.pdf")

Re: Reportlab / platypus bug?

2022-03-13 Thread Barry
On 13 Mar 2022, at 22:34, Les wrote: > >  > I will, thanks. I just wanted to make sure that this is a real bug, and not a > mistake on my side. You followed the docs and got an error. Doc error? Docs out of date? Barry > > Barry ezt írta (időpont: 2022. márc. 13., V 23:29): >> >> >> > On

Re: Reportlab / platypus bug?

2022-03-13 Thread Les
I will, thanks. I just wanted to make sure that this is a real bug, and not a mistake on my side. Barry ezt írta (időpont: 2022. márc. 13., V 23:29): > > > > On 13 Mar 2022, at 21:41, Les wrote: > > > > I have found an error, and I created a minimal working example. The > minimal > > working

Re: Reportlab / platypus bug?

2022-03-13 Thread Barry
> On 13 Mar 2022, at 21:41, Les wrote: > > I have found an error, and I created a minimal working example. The minimal > working example starts with the very first example from Platypus user guide: I would suggest that you report to reportlab.com directly, any fix will come from them.

Reportlab / platypus bug?

2022-03-13 Thread Les
ck (most recent call last): File "C:\Projects\test\test2.py", line 48, in go() File "C:\Projects\test\test2.py", line 45, in go doc.build(copy.copy(Story), onFirstPage=myFirstPage, onLaterPages=myLaterPages) File "C:\Users\nagyl\.virtualenvs\test-NC9-O-tN\lib\

ANN: ReportLab Book Kickstarter

2018-01-31 Thread Mike Driscoll
I have recently started my 4th self-published book, ReportLab: PDF Processing with Python. This is the first book on ReportLab, a great package for creating reports in the PDF format. You can read more about it here: https://www.kickstarter.com/projects/34257246/reportlab-pdf-processing

Error running an exe file in Windows with reportlab import

2016-08-12 Thread Ernest Bonat, Ph.D.
\AppData\Local\Continuum\lib\site-packages\PyInstaller\loader\pyimo d03_importers.py", line 389, in load_module exec(bytecode, module.__dict__) File "site-packages\reportlab\pdfgen\canvas.py", line 19, in File "", line 969, in _find_and_load

Re: python3.5 + reportlab + windows again

2015-10-12 Thread Robin Becker
On 08/10/2015 10:26, Robin Becker wrote: On 06/10/2015 16:31, Robin Becker wrote: . well it seems someone can build these extensions properly. I used Christoph Gohlke's reportlab build and although there are 3 failures in the latest tests I don't see any crashes etc etc and all

Re: python3.5 + reportlab + windows again

2015-10-08 Thread Robin Becker
On 06/10/2015 16:31, Robin Becker wrote: . well it seems someone can build these extensions properly. I used Christoph Gohlke's reportlab build and although there are 3 failures in the latest tests I don't see any crashes etc etc and all the failures are explainable. Last thing I saw

python3.5 + reportlab + windows again

2015-10-06 Thread Robin Becker
I can run all of the reportlab tests OK under ubuntu 14.04 amd65 with the latest python 3.5 (built using configure make dance). However, when I try to do the same with windows 7 x64 & VS2015 as the compiler I am getting strange issues. Basically at some point in the run python pop

Re: python3.5 + reportlab + windows again

2015-10-06 Thread Robin Becker
On 06/10/2015 16:14, Robin Becker wrote: I can run all of the reportlab tests OK under ubuntu 14.04 amd65 with the latest python 3.5 (built using configure make dance). I guess I have to think about creating a debug build of python 3.5 and or one or more extensions. Does anyone

ANN: ReportLab PLUS and open source 3.1 released with Python 3 support

2014-05-05 Thread Andy Robinson
ReportLab are pleased to announce the release of the Python 3-compatible version of our PDF generation toolkit. After an extensive rewrite, both our open-source and commercial frameworks now run under Python 2.7, 3.3 and 3.4, and can be installed with pip or easy_install and managed from

ReportLab 3.0 release - Python 2.7 / 3.3+ compatible

2014-02-14 Thread Andy Robinson
I am happy to announce the release of ReportLab 3.0. This is an extensive internal rewrite which runs under Python 2.7 and Python 3.3+. However, we believe we have preserved the API, so that applications should not need changing. Packages are available on http://pypi.python.org/ in all popular

ReportLab 3.0 alpha 1 available - Python 2.7 3.3 support

2014-02-07 Thread Andy Robinson
Hi everybody, At long last, our first pre-release version of ReportLab 3.0 is out. This runs on Python 2.7, 3.3 and 3.4; hopefully, very little else has changed. Alpha and beta builds will be in our private pypi repository: https://www.reportlab.com/pypi/ Currently we seem to be passing

Formatting text in a table with reportlab

2013-12-12 Thread Joseph L. Casale
I sent off a msg to the reportlab list but didn't find an answer, hoping someone here might have come across this... I am generating a table to hold text oriented by the specification of the label it gets printed on. I need to compress the vertical size of the table a little more but the larger

PDF in a Bottle - creating PDF using xtopdf, ReportLab, Bottle and Python

2013-06-10 Thread vasudevram
Hi list, Might be of interest: PDF in a Bottle - creating PDF using xtopdf, ReportLab, Bottle and Python http://jugad2.blogspot.in/2013/05/pdf-in-bottle-creating-pdf-using-xtopdf.html - Vasudev Ram Python, Linux and open source training and development www.dancingbison.com -- http

PDF in a Bottle - creating PDF using xtopdf, ReportLab, Bottle and Python

2013-04-30 Thread vasudevram
pdf_bottle.py is a program I wrote that allows you to create a PDF file from text, over the web, by entering your text into a form and submitting it. Here is the post about it: http://jugad2.blogspot.in/2013/05/pdf-in-bottle-creating-pdf-using-xtopdf.html - Vasudev Ram dancingbison.com

Re: reportlab and python 3

2012-09-18 Thread wxjmfauth
Le lundi 17 septembre 2012 10:48:30 UTC+2, Laszlo Nagy a écrit : Reportlab is on the wall of shame. http://python3wos.appspot.com/ Is there other ways to create PDF files from python 3? There is pyPdf. I haven't tried it yet, but it seem that it is a low level library. It does

Re: reportlab and python 3

2012-09-18 Thread Laszlo Nagy
This is a good idea. Thank you. I wanted to learn TeX anyway. The TeX installation is problematic. I also want to use this under MS Windows. Yes, I know here is MikTeX for Windows. But there is significant difference. ReportLab can be embedded into a small program created with py2exe. LaTeX on the other side

Re: reportlab and python 3

2012-09-18 Thread wxjmfauth
for Windows. But there is significant difference. ReportLab can be embedded into a small program created with py2exe. LaTeX on the other side is a 150MB separate installation package that must be installed separately by hand. But in my particular case, it is still a good solution

Re: reportlab and python 3

2012-09-18 Thread Laszlo Nagy
I understood, you have Python on a platform and starting from this you wish to create pdf files. Obviously, embedding TeX is practically a no solution, although distibuting a portable standalone TeX distribution is a perfectly viable solution, especially on Windows! To I wanted to learn TeX

Re: reportlab and python 3

2012-09-18 Thread wxjmfauth
Le mardi 18 septembre 2012 15:31:52 UTC+2, Laszlo Nagy a écrit : I understood, you have Python on a platform and starting from this you wish to create pdf files. Obviously, embedding TeX is practically a no solution, although distibuting a portable standalone TeX distribution is

Re: reportlab and python 3

2012-09-18 Thread Terry Reedy
On 9/18/2012 9:31 AM, Laszlo Nagy wrote: capable of that. Another requirement would be: easy installation under unix and windows, good multilingual support. By using 3.3, your Python string manipulations will act the same on all platforms, even when using extended plane (non-BMP) characters.

reportlab and python 3

2012-09-17 Thread Laszlo Nagy
Reportlab is on the wall of shame. http://python3wos.appspot.com/ Is there other ways to create PDF files from python 3? There is pyPdf. I haven't tried it yet, but it seem that it is a low level library. It does not handle flowables that are automatically split across pages. It does

Re: reportlab and python 3

2012-09-17 Thread Joel Rivera
On 2012-09-17 03:47, Laszlo Nagy wrote: Reportlab is on the wall of shame. http://python3wos.appspot.com/ Is there other ways to create PDF files from python 3? There is pyPdf. I haven't tried it yet, but it seem that it is a low level library. It does not handle flowables

ReportLab alternative for Python3

2012-03-21 Thread Katya
will change is: the names of the selected measures and the corresponding values (there are always three measures to display - user selects which), matplotlib histogram (only image will change depending on the selected settings, but not its size/location), user name, date etc. ReportLab which

Re: ReportLab alternative for Python3

2012-03-21 Thread Emile van Sebille
On 3/21/2012 8:15 AM Katya said... Out of this GUI on user's request I want to create a report, prefferebly in DOC or/and ODT or/and PDF or/and HTML formats. ReportLab which seems to be suitable is not ready for Python3. So, any reason why not to just run that part under python2

Re: reportlab import error after dundled using py2exe

2011-07-26 Thread SANKAR .
your suggestion worked.Thanks Robin. -Sankar On Mon, Jul 25, 2011 at 8:28 PM, Robin Becker ro...@reportlab.com wrote: On 22/07/2011 03:55, SANKAR . wrote: Hi all, C:\Python26\distDELchek.exe Traceback (most recent call last): File DELchek.py, line 12, inmodule File reportlab

Re: reportlab import error after dundled using py2exe

2011-07-25 Thread Robin Becker
On 22/07/2011 03:55, SANKAR . wrote: Hi all, C:\Python26\distDELchek.exe Traceback (most recent call last): File DELchek.py, line 12, inmodule File reportlab\pdfgen\canvas.pyc, line 25, in File reportlab\pdfbase\pdfdoc.pyc, line 22, in File reportlab\pdfbase\pdfmetrics.pyc, line 23

reportlab import error after dundled using py2exe

2011-07-21 Thread SANKAR .
Hi all, I bundled a small script written in python using py2exe. The script uses many packages and one of them is reportlab. After bundling using py2exe I tried to run the exe file and it is returning following error: C:\Python26\distDELchek.exe Traceback (most recent call last): File

Re: wxPython SQLite and Reportlab demo

2011-02-25 Thread Beppe
On 25 Feb, 08:33, Tim Roberts t...@probo.com wrote: Beppe giuseppecosta...@gmail.com wrote: I would recommend this my little work on sourceforge. http://sourceforge.net/projects/pyggybank/ you can download an exe (pyggy_w32.7z)  make with py2exe and the source  (pyggy_source.7z) the

Re: wxPython SQLite and Reportlab demo

2011-02-24 Thread Tim Roberts
Beppe giuseppecosta...@gmail.com wrote: I would recommend this my little work on sourceforge. http://sourceforge.net/projects/pyggybank/ you can download an exe (pyggy_w32.7z) make with py2exe and the source (pyggy_source.7z) the project is named Pyggy Bank. Nowhere, in either this

Re: pil and reportlab: image compression

2010-08-27 Thread steph
On 26 Aug., 13:16, steph stepha...@yahoo.de wrote: Hi group, I've written a small application that puts images into a pdf document. It works ok, but my problem is that the pdf-files become quite huge, bigger than the original jpegs. The problem seems to arise because I use PIL to resize the

pil and reportlab: image compression

2010-08-26 Thread steph
Hi group, I've written a small application that puts images into a pdf document. It works ok, but my problem is that the pdf-files become quite huge, bigger than the original jpegs. The problem seems to arise because I use PIL to resize the pictures - and the images seem to get uncompressed in

Re: PDF Generation With Reportlab

2010-06-30 Thread Tim Roberts
Albert Leibbrandt albe...@compuscan.co.ug wrote: I am hoping there is someone out there that knows reportlab quite well. I posted this on the reportlab mailing list but there is not much activity on that list Never the less, that is the correct forum for this question. The ReportLab mailing

Re: PDF Generation With Reportlab

2010-06-30 Thread Albert Leibbrandt
On 2010/06/30 10:52 AM, Tim Roberts wrote: Albert Leibbrandtalbe...@compuscan.co.ug wrote: I am hoping there is someone out there that knows reportlab quite well. I posted this on the reportlab mailing list but there is not much activity on that list Never the less

PDF Generation With Reportlab

2010-06-28 Thread Albert Leibbrandt
Hi All I am hoping there is someone out there that knows reportlab quite well. I posted this on the reportlab mailing list but there is not much activity on that list I am currently generating a pdf report using reportlab 2.3 and python 2.5.4. The report has a table that spans multiple

ReportLab PDF Toolkit v2.4 released

2010-01-21 Thread Tim
We're pleased to announce the latest version of the ReportLab open source PDF toolkit, now available for download here: https://www.reportlab.com/software/opensource/rl-toolkit/download/ The ReportLab Toolkit is a library for programatically creating documents in PDF format. It's free, open

ReportLab PDF Toolkit v2.4 released

2010-01-21 Thread Tim
We're pleased to announce the latest version of the ReportLab open source PDF toolkit, now available for download here: https://www.reportlab.com/software/opensource/rl-toolkit/download/ The ReportLab Toolkit is a library for programatically creating documents in PDF format. It's free, open

Client-server PDF creation with xtopdf, XML-RPC, ReportLab and Python

2009-10-04 Thread vasudevram
the standard HTTP port 80, or any other allowed and available one. The server is written in Python and uses xtopdf (also written by me), XML-RPC (from the standard Python library), ReportLab (the open source version) and Python. The client is written in Python and uses XML-RPC. PDFXMLRPC can

Re: Client-server PDF creation with xtopdf, XML-RPC, ReportLab and Python

2009-10-04 Thread vasudevram
On Oct 4, 7:38 pm, vasudevram vasudev...@gmail.com wrote: Hi group, snip/ I'll update the README.txt file to correct that error soon.) Done. Corrected README.txt uploaded (as part of updated zip file). I forgot to mention, in the original post above, that both the client and the server

Re: Problem trying to install ReportLab with easy_install

2009-02-22 Thread Garrett Cooper
On Sat, Feb 21, 2009 at 10:06 PM, Sebastian Bassi sba...@clubdelarazon.org wrote: I don't understand what is wrong when I try to install ReportLab. This is under Ubuntu and all build packages are installed. Here is what I get when trying to install it: (I could install it with apt-get, but I

Re: Problem trying to install ReportLab with easy_install

2009-02-22 Thread Sebastian Bassi
On Sun, Feb 22, 2009 at 10:07 AM, Garrett Cooper yaneg...@gmail.com wrote: It's not building lib_renderPM_libart properly, or it's a typo that supposed to be librenderPM_libart, or bad LDFLAGS... More details need to be provided like an ls of your site-packages directory and a partial

Problem trying to install ReportLab with easy_install

2009-02-21 Thread Sebastian Bassi
I don't understand what is wrong when I try to install ReportLab. This is under Ubuntu and all build packages are installed. Here is what I get when trying to install it: (I could install it with apt-get, but I am testing virtualenv and easy_install). (testbio149)vi...@maricurie:~/Public

reportlab

2008-12-28 Thread sopherfish
In reportlab 2.2, when I generate a PDF, no matter how many nbsps I put it, I only get one space. I am using it with python 2.6. The PDF generates fine and one $nbsp works, but for some reason, when I put it in multiple times, I still only get one space. -- http://mail.python.org/mailman/listinfo

Reportlab - Splitting table by column

2008-09-28 Thread raj
My Zope based application for a client has to generate annual audit reports with too wide tables of account-wise payment details. I turned to reportlab when HTML formatting became a headache for me. Reportlab doc claims it can split by row as well as column but doesn't explain how to. Then I came

Re: universal unicode font for reportlab

2008-09-12 Thread Tim Roberts
Duncan Booth [EMAIL PROTECTED] wrote: The not too scientific test I did was to copy the font embedding example from the Reportlab documentation, modify it enough to make it actually run, and then change the output to have only one glyph. The resulting PDF is virtually identical. I'm

Re: universal unicode font for reportlab

2008-09-11 Thread Duncan Booth
with reportlab seems to show that it doesn't do that optimisation: it looks as though it just embeds the entire font. No, it does subsetting. There was a debate a year or two ago on the reportlab list about how the font subset should be named in the resulting PDF file. Is it possible you have

Re: universal unicode font for reportlab

2008-09-11 Thread Duncan Booth
Duncan Booth [EMAIL PROTECTED] wrote: I may have made some blindingly obvious beginners mistake I made the blindingly stupid beginners mistake of cleaning up the code before posting it and breaking it in the process. The 'if' should of course say: if len(sys.argv) 1: However my original

ReportLab 2.2 has been released

2008-09-11 Thread Robin Becker
Version 2.2 of the ReportLab open-source toolkit is out! You find downloads and src instructions at http://www.reportlab.org/downloads.html. Contributions = Thanks to everybody who has contributed to the open-source toolkit in the run-up to the 2.2 release, whether by reporting

Re: universal unicode font for reportlab

2008-09-10 Thread Laszlo Nagy
Ross Ridge wrote: Terry Reedy [EMAIL PROTECTED] wrote: Sorry, I posted the wrong name. Ariel Unicode MS is the one that seems pretty complete. ... From the MS, I would guess that is a Windows font too ;-). It's made by Microsoft, but it's not a standard Windows font. I

Re: universal unicode font for reportlab

2008-09-10 Thread Duncan Booth
else. I cannot be sending 10MB emails for one page reports. I thought that usually when you embed a font in a PDF only the glyphs which are actually used in the document get embedded. Unfortunately a quick test with reportlab seems to show that it doesn't do that optimisation: it looks

Re: universal unicode font for reportlab

2008-09-10 Thread Ross Ridge
Duncan Booth [EMAIL PROTECTED] wrote: I thought that usually when you embed a font in a PDF only the glyphs which are actually used in the document get embedded. Unfortunately a quick test with reportlab seems to show that it doesn't do that optimisation: it looks as though it just embeds

Re: universal unicode font for reportlab

2008-09-10 Thread Tim Roberts
to be sent in emails, I need to use something else. I cannot be sending 10MB emails for one page reports. I thought that usually when you embed a font in a PDF only the glyphs which are actually used in the document get embedded. Unfortunately a quick test with reportlab seems to show

Re: universal unicode font for reportlab

2008-09-09 Thread Jeroen Ruigrok van der Werven
-On [20080909 05:23], Terry Reedy ([EMAIL PROTECTED]) wrote: Ariel Unicode MS is the one that seems pretty complete. Not really. It misses a lot of characters. Might I recommend using BabelMap (http://www.babelstone.co.uk/Software/BabelMap.html) so you can investigate your fonts? The only font

Re: universal unicode font for reportlab

2008-09-09 Thread Ross Ridge
Terry Reedy [EMAIL PROTECTED] wrote: Sorry, I posted the wrong name. Ariel Unicode MS is the one that seems pretty complete. ... From the MS, I would guess that is a Windows font too ;-). It's made by Microsoft, but it's not a standard Windows font. I think it comes with Microsoft Office.

Re: universal unicode font for reportlab

2008-09-09 Thread Terry Reedy
Jeroen Ruigrok van der Werven wrote: -On [20080909 05:23], Terry Reedy ([EMAIL PROTECTED]) wrote: Ariel Unicode MS is the one that seems pretty complete. Not really. It misses a lot of characters. Well, it has Latin, Greek, Cyrillic, Hebrew, Arabic, several south Asian, Tibetan, CJK,

Re: universal unicode font for reportlab

2008-09-08 Thread Terry Reedy
The simplest solution would be to use a font that is able to handle all encodings that I need. My OpenOffice on WinXP uses a unicode font, I believe Lucida Sans Unicode, that seems to cover the entire BMP. I don't know whether it was already installed or installed by OO or how one would

Re: universal unicode font for reportlab

2008-09-08 Thread Ross Ridge
Terry Reedy [EMAIL PROTECTED] wrote: My OpenOffice on WinXP uses a unicode font, I believe Lucida Sans Unicode, that seems to cover the entire BMP. Lucida Sans Unicode only covers a small subset of Unicode. It may seem to cover a wider range because Windows (and possibly OpenOffice) will

Re: universal unicode font for reportlab

2008-09-08 Thread Terry Reedy
Ross Ridge wrote: Terry Reedy [EMAIL PROTECTED] wrote: My OpenOffice on WinXP uses a unicode font, I believe Lucida Sans Unicode, that seems to cover the entire BMP. Lucida Sans Unicode only covers a small subset of Unicode. It may seem to cover a wider range because Windows (and possibly

Re: universal unicode font for reportlab

2008-09-08 Thread jonathon
On Mon, Sep 8, 2008 at 01:51, Laszlo Nagy wrote: possible to use UTF 8 strings but there is a problem with the font. Use Code2000 http://www.code2000.net/ xan jonathon -- http://mail.python.org/mailman/listinfo/python-list

Re: universal unicode font for reportlab

2008-09-08 Thread Ben Finney
Laszlo Nagy [EMAIL PROTECTED] writes: I could not find any free TTF font that can do latin1, latin2, arabic, chinese and other languages at the same time. Is there a single font that is able to handle these languages? The GNU Unifont URL:http://en.wikipedia.org/wiki/GNU_Unifont

Re: universal unicode font for reportlab

2008-09-08 Thread Laszlo Nagy
Laszlo Nagy [EMAIL PROTECTED] writes: I could not find any free TTF font that can do latin1, latin2, arabic, chinese and other languages at the same time. Is there a single font that is able to handle these languages? The GNU Unifont URL:http://en.wikipedia.org/wiki/GNU_Unifont

universal unicode font for reportlab

2008-09-08 Thread Laszlo Nagy
I need to create multi lingual invoices from reportlab. I think it is possible to use UTF 8 strings but there is a problem with the font. I could not find any free TTF font that can do latin1, latin2, arabic, chinese and other languages at the same time. Is there a single font that is able

Re: universal unicode font for reportlab

2008-09-08 Thread Laszlo Nagy
system? The preferences tells that it is monospace but when I load VeraMono.ttf in reportlab, it will not even display latin2 characters. In contrast, please look at this example that show my test program in Geany: http://www.shopzeus.com/geany.jpg It is a real scalable truetype font

Re: universal unicode font for reportlab

2008-09-08 Thread Laszlo Nagy
is able to change fonts on the fly and render the requested glyph. However, if I use pango then I loose the much higher level of abstraction that comes with reportlab and platypus: I need automatic page headers and footers, I need to be able to repeat table headers on each page automatically

Re: Reportlab Image object opens filehandles

2008-07-10 Thread norseman
Daniel de Sousa Barros wrote: - Original Message - From: norseman [EMAIL PROTECTED] To: Daniel de Sousa Barros [EMAIL PROTECTED] Cc: python-list@python.org Sent: Tuesday, July 08, 2008 6:49 PM Subject: Re: Reportlab Image object opens filehandles Daniel de Sousa Barros wrote: Hi Mr

Reportlab Image object opens filehandles

2008-07-08 Thread Daniel de Sousa Barros
Hi Mr Robin, I saw your post: http://mail.python.org/pipermail/python-list/2003-September/224781.html I'm trying to append more than 1000 images into one PDF report, but i get the IOError: Too many... know you a solution for it? Sorry by my english i'm brazilian and i'm learning english

Re: Reportlab Image object opens filehandles

2008-07-08 Thread norseman
Daniel de Sousa Barros wrote: Hi Mr Robin, I saw your post: http://mail.python.org/pipermail/python-list/2003-September/224781.html I'm trying to append more than 1000 images into one PDF report, but i get the IOError: Too many... know you a solution for it? Sorry by my english i'm

Which reportlab version for python 2.1.3?

2008-01-24 Thread LizzyLiz
Hiya Probably me being thick but I can't find which version of reportlab I should use for python 2.1.3. Many thanks Liz -- http://mail.python.org/mailman/listinfo/python-list

Re: Which reportlab version for python 2.1.3?

2008-01-24 Thread Mike Driscoll
On Jan 24, 8:17 am, LizzyLiz [EMAIL PROTECTED] wrote: Hiya Probably me being thick but I can't find which version of reportlab I should use for python 2.1.3. Many thanks Liz Since ReportLab's website lists dlls for Python 2.1 - 2.5, I think you can just use the latest version. Just

ReportLab - Frames - Images

2007-01-15 Thread Chuck
I have been trying all day to get this to work. My complete code is below. I can get my text into the PDF, I can get my image in the PDF. What I can't get to work is frames so that the image (logo) appears to the right of the text. The image always appears first and then the text below on the next

Re: ReportLab - Frames - Images

2007-01-15 Thread Robin Becker
below on the next line. Please help. you'll get more help at the reportlab users list (see http://two.pairlist.net/pipermail/reportlab-users/ ) Anyhow I got some output from your script, by making two changes *** CUT *** from reportlab.pdfgen import

Re: ReportLab - Frames - Images

2007-01-15 Thread Chuck
Thanks for the help. I made you changes but it still puts the picture above the text, not beside the text. I also found a user group at http://news.gmane.org/gmane.comp.python.reportlab.user . It may be the same. I have now posted there. Chuck --

Pb ReportLab (ttfonts.py)

2006-12-11 Thread M�ta-MCI
Hi! I try to generate PDF from Python 2.5 + ReporLab_lib, and, I have: C:\Python25\reportlab\pdfbase\ttfonts.py:407: DeprecationWarning: struct integer overflow masking is deprecated stm.write(pack(LLL, checksum, offset, len(data))) C:\Python25\reportlab\pdfbase\ttfonts.py:419

Re: Pb ReportLab (ttfonts.py)

2006-12-11 Thread Marc 'BlackJack' Rintsch
In [EMAIL PROTECTED], Méta-MCI wrote: Hi! I try to generate PDF from Python 2.5 + ReporLab_lib, and, I have: C:\Python25\reportlab\pdfbase\ttfonts.py:407: DeprecationWarning: struct integer overflow masking is deprecated stm.write(pack(LLL, checksum, offset, len(data))) C

Re: Pb ReportLab (ttfonts.py)

2006-12-11 Thread Fredrik Lundh
Méta-MCI wrote: I try to generate PDF from Python 2.5 + ReporLab_lib, and, I have: C:\Python25\reportlab\pdfbase\ttfonts.py:407: DeprecationWarning: struct integer overflow masking is deprecated stm.write(pack(LLL, checksum, offset, len(data))) C:\Python25\reportlab\pdfbase

Re: Pb ReportLab (ttfonts.py)

2006-12-11 Thread M�ta-MCI
Hi! Does the PDF generation work? Those are just warnings. Yes, it run. Yes it's only warning But, it's wincing... @-salutations MCI -- http://mail.python.org/mailman/listinfo/python-list

Re: Pb ReportLab (ttfonts.py)

2006-12-11 Thread M�ta-MCI
Hi! You are right. I had suppose than ReportLab folks read this NG. No luck... for instant. MCI -- http://mail.python.org/mailman/listinfo/python-list

ANN: ReportLab PDF Library version 2.0 and 1.21 released

2006-06-02 Thread John J. Lee
ReportLab are proud to announce not one but two major releases of our PDF document generation framework. The ReportLab PDF Toolkit lets you generate rich flowing documents in PDF from dynamic data, complete with multiple columns, tables and charts, at extremely high speeds; and to generate charts

ANN: ReportLab PDF Library version 2.0 and 1.21 released

2006-06-02 Thread John J. Lee
ReportLab are proud to announce not one but two major releases of our PDF document generation framework. The ReportLab PDF Toolkit lets you generate rich flowing documents in PDF from dynamic data, complete with multiple columns, tables and charts, at extremely high speeds; and to generate charts

Re: reportlab - ttf justify

2006-01-30 Thread maeckle
hi, no success at the reportlab-users list. i also applied the 'spaces patch to fix para splitting'-patch but it's still not justifying the text... is there an other solution? thanks alot!! jm maeckle wrote: hi, i'm working with reportlab since a couple of weeks and i managed to create

reportlab - ttf justify

2006-01-19 Thread maeckle
hi, i'm working with reportlab since a couple of weeks and i managed to create quite nice pdfs... there is a little problem though. since i have to create english and russian content, i use the utf8 support of registered ttf's. the only thing is that it does not support the justify-alignment

Re: reportlab - ttf justify

2006-01-19 Thread Robin Becker
maeckle wrote: hi, i'm working with reportlab since a couple of weeks and i managed to create quite nice pdfs... there is a little problem though. since i have to create english and russian content, i use the utf8 support of registered ttf's. the only thing is that it does not support

Re: reportlab - ttf justify

2006-01-19 Thread maeckle
Robin Becker schrieb: maeckle wrote: hi, i'm working with reportlab since a couple of weeks and i managed to create quite nice pdfs... there is a little problem though. since i have to create english and russian content, i use the utf8 support of registered ttf's. the only thing

reportlab and custom fonts

2005-08-26 Thread Reinhold Birkenfeld
Hi, I'm trying to get reportlab working together with the Tahoma font (by Microsoft ;) So far it's up and running (converted the ttf with ttf2pt1), but the Euro sign (which is in position 0x80 in the WinAnsiEncoding) fails to show up in the final PDF. I investigated a bit and saw

Re: reportlab and custom fonts

2005-08-26 Thread Reinhold Birkenfeld
Reinhold Birkenfeld wrote: Hi, I'm trying to get reportlab working together with the Tahoma font (by Microsoft ;) So far it's up and running (converted the ttf with ttf2pt1), but the Euro sign (which is in position 0x80 in the WinAnsiEncoding) fails to show up in the final PDF. I

Trainee Developer / Consultant Vacancy at ReportLab, London

2005-07-08 Thread John J. Lee
Vacancy at ReportLab, London ReportLab develop enterprise reporting and document generation solutions using cutting-edge Python technology, and have a growing business with an excellent blue chip customer base. You may also know us from our open source PDF and graphics library... We have a job

  1   2   >