[Django]-How to get rid of spacing in SimpleDocTemplate(). Python. ReportLab 17 December 2023 by thecoderscamp.com 8 Try: doc = SimpleDocTemplate(response, rightMargin=0, leftMargin=0, topMargin=0, bottomMargin=0) ars [Django]-Django Form with no required fields Source:stackexchange.com