Skip to content

This is a fork of reportlab with support for AES256 encryption

Notifications You must be signed in to change notification settings

talebi1/reportlab2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is a fork of reportlab 3.6.11 with faster (2X-3X) AES-256 PDF encryption

pip install reportlab2

Example:

from reportlab.pdfgen import canvas

c = canvas.Canvas("encrypted.pdf")
c.drawString(100, 750, "Hello")
c.showPage()
c.setEncrypt("password")
c.save()

About

This is a fork of reportlab with support for AES256 encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages