[reportlab-users] reportlab-users Digest, Vol 89, Issue 17

Asif Jamadar asif.jamadar at rezayat.net
Wed Aug 24 01:51:24 EDT 2011


Can you provide code snippet for second option (i,e you can
build a second web page that basically says "here are your 4 reports,
click on them one at a time to download them.")






-----Original Message-----
From: reportlab-users-bounces at lists2.reportlab.com [mailto:reportlab-users-bounces at lists2.reportlab.com] On Behalf Of reportlab-users-request at lists2.reportlab.com
Sent: Tuesday, August 23, 2011 9:52 PM
To: reportlab-users at lists2.reportlab.com
Subject: reportlab-users Digest, Vol 89, Issue 17

Send reportlab-users mailing list submissions to
reportlab-users at lists2.reportlab.com

To subscribe or unsubscribe via the World Wide Web, visit
http://two.pairlist.net/mailman/listinfo/reportlab-users
or, via email, send a message with subject or body 'help' to
reportlab-users-request at lists2.reportlab.com

You can reach the person managing the list at
reportlab-users-owner at lists2.reportlab.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of reportlab-users digest..."


Today's Topics:

1. Re: Report for multiple objects (Tim Roberts)
2. Indic language ligatures (Brillgen Developer)


----------------------------------------------------------------------

Message: 1
Date: Tue, 23 Aug 2011 09:24:13 -0700
From: Tim Roberts <timr at probo.com>
Subject: Re: [reportlab-users] Report for multiple objects
To: reportlab-users <reportlab-users at lists2.reportlab.com>
Message-ID: <4E53D42D.9050203 at probo.com>
Content-Type: text/plain; charset="ISO-8859-1"

Asif Jamadar wrote:

> I'm trying to implement custom action in django admin page. When user selects multiple objects from admin page and click on the custom action, that should generate report for each selected object.

>

> Suppose user select 4 objects from the admin page, then the custom action should generate 4 reports.


One web request can only produce one response. That's not a ReportLab
or a PDF restriction, that's a fundamental HTTP concept.

As I see it, you have two choices. One, you could produce the four
reports sequentially, combined into one single PDF file. Two, you can
build a second web page that basically says "here are your 4 reports,
click on them one at a time to download them."

--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



------------------------------

Message: 2
Date: Wed, 24 Aug 2011 00:21:47 +0530
From: Brillgen Developer <dev at brillgen.com>
Subject: [reportlab-users] Indic language ligatures
To: reportlab-users at lists2.reportlab.com
Message-ID:
<CAHo7N83qKu0J8wAZ3oZAtXsyEjptGfYskKTY+9EZvMSW9h0reA at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,
We're running into ligatures not being rendered correctly for indic
languages where the same are rendered correctly by all modern browsers and
OS platforms. One example is the complex letter ???? (attached: Correct.png)
...I don't know the correct unicode sequence bu the raw nibbles: E0 A4 B6 E0
A5 8D E0 A4 B0 E0 A5 80 0A)..it shows up on rendering in reportlab as 2
letters (attached: Incorrect.png).

Is this a known issue ...if so any workarounds and/or updates on its
progress? Otherwise, is there a dev forum for this to be logged as a bug?

Regards,
Rakesh
Brillgen Development
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20110824/557fa60c/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Correct.png
Type: image/png
Size: 11597 bytes
Desc: not available
Url : <http://two.pairlist.net/pipermail/reportlab-users/attachments/20110824/557fa60c/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Incorrect.png
Type: image/png
Size: 11571 bytes
Desc: not available
Url : <http://two.pairlist.net/pipermail/reportlab-users/attachments/20110824/557fa60c/attachment-0001.png>

------------------------------

_______________________________________________
reportlab-users mailing list
reportlab-users at lists2.reportlab.com
http://two.pairlist.net/mailman/listinfo/reportlab-users


End of reportlab-users Digest, Vol 89, Issue 17
***********************************************


More information about the reportlab-users mailing list