python - Size of pdf generated with reportLab -


i have problem generation of pdf.

when generate pdf , after few minute when restart same script generate same pdf don't have same size between first pdf , second...

this code :

c = reportlab.pdfgen.canvas.canvas("test.pdf") c.showpage() c.save() 

the first pdf have : 1519 byte

and second have 1531 byte

whenever restart same script , whenever have differents value. why? how can resolve it?


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -