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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -