You need to sign in to do that
Don't have an account?
Varun99
A5 size visual force page
Hello,
How to display renderas="pdf" visual force page in A5 size am using like
<head>
<style>
@page :first
{
size:landscape;
margin-top:0%;
@top-center
{
content: element(header2);
}
}
@page
{
size:landscape;
margin-top:18%;
}
</style>
</head>
Is it correct way to set size in A5 page?
Can any one help?
Thank you
I didn't try this myself but should be correct I think
@page {
size: A5 landscape;
}
-Hengky-
All Answers
I didn't try this myself but should be correct I think
@page {
size: A5 landscape;
}
-Hengky-
hi,
Thanks for your reply. It is working in my developer account but sand box not showing any difference display
pdf only any settings for sand box?
Thank you
Hi.
They should be the same.
Do you have different API version between the orgs?
-Hengky-
Hi,
Thanks it is working. I have created a new page and apply it its working fine.