Diez B. Roggisch wrote:
>> Seeing these options, I think it is much better to serve the PDFs
>> directly, it's very simple, and very efficient on the server. If
>> you're afraid that not everyone have PDF readers, direct them to
>> Adobe's site or serve the installation files on the server. The
>>
> Seeing these options, I think it is much better to serve the PDFs
> directly, it's very simple, and very efficient on the server. If
> you're afraid that not everyone have PDF readers, direct them to
> Adobe's site or serve the installation files on the server. The
> installation for the reader i
On Dec 27, 7:33 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> > Good point. Not that I am willing to risk it (just using the pdf is not
> > such a bad option) but I am wondering if it would make sense to create
> > a ramdrive for something like this. if memory is needed, swap would
> > hap
>
> Good point. Not that I am willing to risk it (just using the pdf is not
> such a bad option) but I am wondering if it would make sense to create
> a ramdrive for something like this. if memory is needed, swap would
> happen, which should be better than creating files.
>
You mean perman
> Carl K <[EMAIL PROTECTED]> (CK) wrote:
>CK> Here is what the code looks like that generates the pdf:
>CK> buffer = StringIO()
>CK> rw = dReportWriter(OutputFile=buffer, ReportFormFile=xmlfile,
>Cursor=ds)
>CK> rw.write()
>CK> pdf = buffer.getvalue()
>CK> return pdf
You
Grant Edwards wrote:
> On 2007-12-25, Diez B. Roggisch <[EMAIL PROTECTED]> wrote:
>> Carl K schrieb:
>>> Grant Edwards wrote:
On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>> If it is a multi page pdf Imagemagick will do:
>>
>> convert file.pdf page-%03d.png
> I need py
Carl K wrote:
> Rob Wolfe wrote:
>> Carl K <[EMAIL PROTECTED]> writes:
>>
>>> I need to take the take the pdf output from reportlab and create a
>>> preview image for a web page. so png or something. I am sure
>>> ghostscript will be involved. I am guessing PIL or ImageMagic ?
>>>
>>> all sugesti
Carl K schrieb:
> Diez B. Roggisch wrote:
>> Carl K schrieb:
>>> Grant Edwards wrote:
On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>> If it is a multi page pdf Imagemagick will do:
>>
>> convert file.pdf page-%03d.png
> I need python code to do this. It is going to be
Carl K wrote:
> Andrew MacIntyre wrote:
>> Grant Edwards wrote:
>>> On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>>>
> If it is a multi page pdf Imagemagick will do:
>
> convert file.pdf page-%03d.png
I need python code to do this. It is going to be run on a
someone else'
On 2007-12-25, Diez B. Roggisch <[EMAIL PROTECTED]> wrote:
> Carl K schrieb:
>> Grant Edwards wrote:
>>> On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>>>
> If it is a multi page pdf Imagemagick will do:
>
> convert file.pdf page-%03d.png
I need python code to do this. It is go
Rob Wolfe wrote:
> Carl K <[EMAIL PROTECTED]> writes:
>
>> I need to take the take the pdf output from reportlab and create a
>> preview image for a web page. so png or something. I am sure
>> ghostscript will be involved. I am guessing PIL or ImageMagic ?
>>
>> all sugestions welcome.
>
> Did
Diez B. Roggisch wrote:
> Carl K schrieb:
>> Grant Edwards wrote:
>>> On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>>>
> If it is a multi page pdf Imagemagick will do:
>
> convert file.pdf page-%03d.png
I need python code to do this. It is going to be run on a
someone els
Carl K <[EMAIL PROTECTED]> writes:
> I need to take the take the pdf output from reportlab and create a
> preview image for a web page. so png or something. I am sure
> ghostscript will be involved. I am guessing PIL or ImageMagic ?
>
> all sugestions welcome.
Did you try to use `reportPM` from
Carl K schrieb:
> Grant Edwards wrote:
>> On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>>
If it is a multi page pdf Imagemagick will do:
convert file.pdf page-%03d.png
>>> I need python code to do this. It is going to be run on a
>>> someone else's shared host web server, securi
Jaap Spies wrote:
> Carl K wrote:
>> Grant Edwards wrote:
>>> On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>>>
> If it is a multi page pdf Imagemagick will do:
>
> convert file.pdf page-%03d.png
I need python code to do this. It is going to be run on a
someone else's shar
Andrew MacIntyre wrote:
> Grant Edwards wrote:
>> On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>>
If it is a multi page pdf Imagemagick will do:
convert file.pdf page-%03d.png
>>> I need python code to do this. It is going to be run on a
>>> someone else's shared host web server
Grant Edwards wrote:
> On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>
>>> If it is a multi page pdf Imagemagick will do:
>>>
>>> convert file.pdf page-%03d.png
>> I need python code to do this. It is going to be run on a
>> someone else's shared host web server, security and
>> performance is
Carl K wrote:
> Grant Edwards wrote:
>> On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>>
If it is a multi page pdf Imagemagick will do:
convert file.pdf page-%03d.png
>>> I need python code to do this. It is going to be run on a
>>> someone else's shared host web server, security
Grant Edwards wrote:
> On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>
>>> If it is a multi page pdf Imagemagick will do:
>>>
>>> convert file.pdf page-%03d.png
>> I need python code to do this. It is going to be run on a
>> someone else's shared host web server, security and
>> performance is
On 2007-12-24, Carl K <[EMAIL PROTECTED]> wrote:
>> If it is a multi page pdf Imagemagick will do:
>>
>> convert file.pdf page-%03d.png
>
> I need python code to do this. It is going to be run on a
> someone else's shared host web server, security and
> performance is an issue. So I would rathe
Jaap Spies wrote:
> Carl K wrote:
>> I need to take the take the pdf output from reportlab and create a
>> preview image for a web page. so png or something. I am sure
>> ghostscript will be involved. I am guessing PIL or ImageMagic ?
>>
>> all sugestions welcome.
>>
>
> If it is a multi page
Carl K wrote:
> I need to take the take the pdf output from reportlab and create a
> preview image for a web page. so png or something. I am sure
> ghostscript will be involved. I am guessing PIL or ImageMagic ?
>
> all sugestions welcome.
>
If it is a multi page pdf Imagemagick will do:
co
On Dec 24, 2007 7:53 AM, Carl K <[EMAIL PROTECTED]> wrote:
> I need to take the take the pdf output from reportlab and create a preview
> image
> for a web page. so png or something. I am sure ghostscript will be involved.
> I am guessing PIL or ImageMagic ?
>
> all sugestions welcome.
>
> Carl
I need to take the take the pdf output from reportlab and create a preview
image
for a web page. so png or something. I am sure ghostscript will be involved.
I am guessing PIL or ImageMagic ?
all sugestions welcome.
Carl K
--
http://mail.python.org/mailman/listinfo/python-list
24 matches
Mail list logo