TcPDF, How to add footer margin
up vote
0
down vote
favorite
enter image description here
THis is TCPDF Image, i need to set margin at bottom
how can i set margin to brake page after 57 row, then some space and footer
another content go to next page.
php pdf margin footer tcpdf
New contributor
add a comment |
up vote
0
down vote
favorite
enter image description here
THis is TCPDF Image, i need to set margin at bottom
how can i set margin to brake page after 57 row, then some space and footer
another content go to next page.
php pdf margin footer tcpdf
New contributor
Welcome to Stack Overflow! We expect questions here to relate to specific programming problems. Just telling what you need is likely to be considered as "too broad" or "unclear what you are asking". We expect everyone to do some own research first. Tell us what you've tried, and where you are stuck. See also: How to Ask
– Adrian W
yesterday
$pdf->SetFooterMargin(PDF_MARGIN_FOOTER);
sets the footer margin,$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM);
also should be of use to you
– user3647971
yesterday
Possible duplicate of How to set bottom margin in TCPDF?
– user3647971
yesterday
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
enter image description here
THis is TCPDF Image, i need to set margin at bottom
how can i set margin to brake page after 57 row, then some space and footer
another content go to next page.
php pdf margin footer tcpdf
New contributor
enter image description here
THis is TCPDF Image, i need to set margin at bottom
how can i set margin to brake page after 57 row, then some space and footer
another content go to next page.
php pdf margin footer tcpdf
php pdf margin footer tcpdf
New contributor
New contributor
New contributor
asked yesterday
Mayank Makwana
1
1
New contributor
New contributor
Welcome to Stack Overflow! We expect questions here to relate to specific programming problems. Just telling what you need is likely to be considered as "too broad" or "unclear what you are asking". We expect everyone to do some own research first. Tell us what you've tried, and where you are stuck. See also: How to Ask
– Adrian W
yesterday
$pdf->SetFooterMargin(PDF_MARGIN_FOOTER);
sets the footer margin,$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM);
also should be of use to you
– user3647971
yesterday
Possible duplicate of How to set bottom margin in TCPDF?
– user3647971
yesterday
add a comment |
Welcome to Stack Overflow! We expect questions here to relate to specific programming problems. Just telling what you need is likely to be considered as "too broad" or "unclear what you are asking". We expect everyone to do some own research first. Tell us what you've tried, and where you are stuck. See also: How to Ask
– Adrian W
yesterday
$pdf->SetFooterMargin(PDF_MARGIN_FOOTER);
sets the footer margin,$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM);
also should be of use to you
– user3647971
yesterday
Possible duplicate of How to set bottom margin in TCPDF?
– user3647971
yesterday
Welcome to Stack Overflow! We expect questions here to relate to specific programming problems. Just telling what you need is likely to be considered as "too broad" or "unclear what you are asking". We expect everyone to do some own research first. Tell us what you've tried, and where you are stuck. See also: How to Ask
– Adrian W
yesterday
Welcome to Stack Overflow! We expect questions here to relate to specific programming problems. Just telling what you need is likely to be considered as "too broad" or "unclear what you are asking". We expect everyone to do some own research first. Tell us what you've tried, and where you are stuck. See also: How to Ask
– Adrian W
yesterday
$pdf->SetFooterMargin(PDF_MARGIN_FOOTER);
sets the footer margin, $pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM);
also should be of use to you– user3647971
yesterday
$pdf->SetFooterMargin(PDF_MARGIN_FOOTER);
sets the footer margin, $pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM);
also should be of use to you– user3647971
yesterday
Possible duplicate of How to set bottom margin in TCPDF?
– user3647971
yesterday
Possible duplicate of How to set bottom margin in TCPDF?
– user3647971
yesterday
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Mayank Makwana is a new contributor. Be nice, and check out our Code of Conduct.
Mayank Makwana is a new contributor. Be nice, and check out our Code of Conduct.
Mayank Makwana is a new contributor. Be nice, and check out our Code of Conduct.
Mayank Makwana is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53372597%2ftcpdf-how-to-add-footer-margin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Welcome to Stack Overflow! We expect questions here to relate to specific programming problems. Just telling what you need is likely to be considered as "too broad" or "unclear what you are asking". We expect everyone to do some own research first. Tell us what you've tried, and where you are stuck. See also: How to Ask
– Adrian W
yesterday
$pdf->SetFooterMargin(PDF_MARGIN_FOOTER);
sets the footer margin,$pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM);
also should be of use to you– user3647971
yesterday
Possible duplicate of How to set bottom margin in TCPDF?
– user3647971
yesterday