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 quar

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 Canter

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 the

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

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 thi

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") >doc.build(co

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 1

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 ex

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. Barry

Reportlab / platypus bug?

2022-03-13 Thread Les
endering phello2.pdf: Traceback (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\.

Error running an exe file in Windows with reportlab import

2016-08-12 Thread Ernest Bonat, Ph.D.
C:\Users\Ernest\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 _fi

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 a

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 t

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

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 pops

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 l

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 jugad2.b

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.

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 distribu

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
t; > > > > jmf > > > > > 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 > > d

Re: reportlab and python 3

2012-09-18 Thread Laszlo Nagy
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
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

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 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 page

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

ReportLab alternative for Python3

2012-03-21 Thread Katya
what 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

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 wrote: > On 22/07/2011 03:55, SANKAR . wrote: > >> Hi all, >> >> > > >> C:\Python26\dist>DELchek.exe >> Traceback (most recent call last): >>

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\dist>DELchek.exe Traceback (most recent call last): File "DELchek.py", line 12, in File "reportlab\pdfgen\canvas.pyc", line 25, in< File "reportlab\pdfbase\pdfdoc.pyc", line 22, in File &quo

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\dist>DELchek.exe Traceback (most recent call last): F

Re: wxPython SQLite and Reportlab demo

2011-02-25 Thread Beppe
On 25 Feb, 08:33, Tim Roberts wrote: > Beppe 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. > >

Re: wxPython SQLite and Reportlab demo

2011-02-24 Thread Tim Roberts
Beppe 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 announcement or your source

Re: pil and reportlab: image compression

2010-08-27 Thread steph
On 26 Aug., 13:16, steph 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 pictures - an

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 the

Re: PDF Generation With Reportlab

2010-06-30 Thread Albert Leibbrandt
On 2010/06/30 10:52 AM, Tim Roberts wrote: Albert Leibbrandt 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

Re: PDF Generation With Reportlab

2010-06-30 Thread Tim Roberts
Albert Leibbrandt 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 list is

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

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

2009-10-04 Thread vasudevram
On Oct 4, 7:38 pm, vasudevram wrote: > Hi group, > > 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 programs have top-level clas

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

2009-10-04 Thread vasudevram
uding 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 c

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 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 ls of your local

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 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 am t

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:~/P

reportlab

2008-12-28 Thread sopherfish
In reportlab 2.2, when I generate a PDF, no matter how many  s 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

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 virtual

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-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 origi

Re: universal unicode font for reportlab

2008-09-11 Thread Duncan Booth
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 the entire font. > &

Re: universal unicode font for reportlab

2008-09-10 Thread Tim Roberts
n send it to anyone. Since some reports needs 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

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

Re: universal unicode font for reportlab

2008-09-10 Thread Duncan Booth
ils, 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 that i

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 th

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, Japa

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 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-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 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 possibl

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 au

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 get

Re: universal unicode font for reportlab

2008-09-08 Thread Laszlo Nagy
y pango 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 aut

Re: universal unicode font for reportlab

2008-09-08 Thread Laszlo Nagy
t kind of font Geany is using on my Ubuntu 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

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 http://en.wikipedia.org/wiki/GNU_Unifont> http:/

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 http://en.wikipedia.org/wiki/GNU_Unifont> http://unifou

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 to

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: Sent: Tuesday, July 08, 2008 6:49 PM Subject: Re: Reportlab Image object opens filehandles Daniel de Sousa Ba

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 braz

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 ye

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 thin

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: 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 -- http://mail.python.org/mailman/listinfo/python-l

Re: ReportLab - Frames - Images

2007-01-15 Thread Robin Becker
irst and then the text > 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 *

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: 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

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 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)))

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(&q

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\t

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

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 th

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

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

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) fail

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 t

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

Re: accesing pages (or ranges of pages) via Reportlab

2005-04-18 Thread Larry Bates
ReportLab doesn't support this in the free version but they sell an add-on called PageCatcher that has this feature. I've used it on a couple of projects and it works EXTREMELY well. -Larry Rajarshi Guha wrote: > Hi, I've been using pdflatex to dump ranges of pages from a PDF

Re: accesing pages (or ranges of pages) via Reportlab

2005-04-18 Thread Peter Hansen
Rajarshi Guha wrote: Hi, I've been using pdflatex to dump ranges of pages from a PDF file via Python. However, I was looking at the Reportlab toolkit and was wondering if this operation would be possible using this toolkit as well. Admittedly, I have'nt read the documentation in detail,

accesing pages (or ranges of pages) via Reportlab

2005-04-18 Thread Rajarshi Guha
Hi, I've been using pdflatex to dump ranges of pages from a PDF file via Python. However, I was looking at the Reportlab toolkit and was wondering if this operation would be possible using this toolkit as well. Admittedly, I have'nt read the documentation in detail, but I was wondering

Re: Reportlab and Barcodes

2005-02-10 Thread Josh
Damjan, Code39 here refers to part of the Barcode Extensions available to Reportlabs. It can be imported as such from reportlab.extensions.barcode import code39 Josh -- http://mail.python.org/mailman/listinfo/python-list

Re: Reportlab and Barcodes

2005-02-10 Thread Jaime Wyant
That looks cleaner than mine. I had to do this -> # Register the barcode true-type-font # Don't want to push the font out to everyone in the office... from reportlab.pdfbase import pdfmetrics from reportlab.pdfbase.ttfonts import TTFont pdfmetrics.registerFont( TTFont( 'barcode', r'c:\inetpub\www

Re: Reportlab and Barcodes

2005-02-09 Thread Damjan
> One of the users on the Reportlabs mailing list was kinda enough to > offer me the solution.. A simple call to the drawOn function, e.g.: > > bc = code39.Standard39("123",xdim = .015*inch) whats code39 in this example? > x = 6*inch > y = -5*inch > bc.drawOn(canvas,x,y) -- damjan -- http://m

  1   2   >