[reportlab-users] (no subject)

Dean Brotzel dean.brotzel at gmail.com
Mon Mar 21 21:22:48 EDT 2011


Hi All,

I have been using Asian fonts (Chinese simplified/tradional, Japanese, and
Korean) in my reportlan generate pdf withour issuse for a while now.
However recently we have decided to enable the encryption options on the

enc = pdfencrypt.StandardEncryption(
"", canPrint=1, canModify=1, canCopy=1, canAnnotate=1
)

self._Report = PDFReport(
save_file, self._ProgressCallback,
topmargin=0.75*inch, bottommargin=0.75*inch,
rightmargin=0.70*inch, leftmargin=0.70*inch,
showBoundary=0,
author="ATI",
title=self._ReportData.GetReportTitle(),
subject="Log-ic Temperature Tag Report",
#encrypt=enc
)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20110321/fb83d626/attachment.htm>


More information about the reportlab-users mailing list