Hi,
I followed http://dabase.com/blog/Minimal_squid3_proxy_configuration/ to
setup proxy server.
I tested proxy server with firefox with IP:127.0.0.1/192.168.1.6 and
Port:3128 and it working (asking for proxy username and password).
But, i could not make http connection through proxy server requi
You need to decide how to publish your generated PDF files.
I can think of 2 approaches.
1. Generate PDF file which can be cached (either in file system or memory).
Memory is not good choice though. This is case, use Django static file
moduels. might be this
https://docs.djangoproject.com/en/dev/
Hi Yoganand,
I am trying to load (show) pdf file in html page while
clicking a link.
Thanks
Mujeesh.V.S
On Mon, Jan 28, 2013 at 12:33 PM, Yoganand Anandaraju wrote:
> Do you mean serving static files using content-type as pdf in django
> response?
>
> - Original Messa
Do you mean serving static files using content-type as pdf in django response?
- Original Message -
From: mujeesh.v.s
Sent: 01/28/13 11:46 AM
To: Bangalore Python Users Group - India
Subject: Re: [BangPypers] Hi All
Hi Yoganand, I tried ReportLab.Its creating new pdf files but I just wan
Hi Yoganand,
I tried ReportLab.Its creating new pdf files but I just
want show whatever pdf files
existing in my folder. I tried pypdf also.
Thanks & Regards
Mujeesh.V.S
+91-9483501704
On Mon, Jan 28, 2013 at 10:57 AM, Yoganand Anandaraju wrote:
> Did you look at Report
Did you look at ReportLab? (http://www.reportlab.com/software/opensource/)
https://docs.djangoproject.com/en/dev/howto/outputting-pdf/
Regards,
Yoganand
- Original Message -
From: mujeesh.v.s
Sent: 01/22/13 07:39 PM
To: BangPypers@python.org
Subject: [BangPypers] Hi All
I am very new