aeroswat Posted January 4, 2010 Share Posted January 4, 2010 I'm using the fpdf class to create some order slips on the fly and I've noticed when printing it cuts off the edges of my documents on both the left and right side. I can print to the edge on top and bottom but for left and right this does not work and i'm trying to figure out what I need to do in order to be able to do this. I've set the margins to 0 using the SetMargins function like this $pdf->SetMargins(0, 0, 0); But it doesn't seem to work right Link to comment https://forums.phpfreaks.com/topic/187134-fpdf-question-margins/ Share on other sites More sharing options...
Mchl Posted January 4, 2010 Share Posted January 4, 2010 Most printers do not allow printing on whole width/length of a page. Does the document look good when viewed on screen? If yes, then it's printer settings issue. Link to comment https://forums.phpfreaks.com/topic/187134-fpdf-question-margins/#findComment-988237 Share on other sites More sharing options...
aeroswat Posted January 4, 2010 Author Share Posted January 4, 2010 Most printers do not allow printing on whole width/length of a page. Does the document look good when viewed on screen? If yes, then it's printer settings issue. The document does not look good when viewing it on screen but when I view it in the print preview portion it does not fall in the grayed out portion of the page image. Link to comment https://forums.phpfreaks.com/topic/187134-fpdf-question-margins/#findComment-988238 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.