Hi,
When i export the page PDF Format all the confluence page PDF downloads are showing a Right truncated content.
Yesterday same I have faced in Left truncated content. I found one Script in Atlassian community. It's working fine for Left side content and images. Now I am facing Right cuts off
PFB Script for cuts off left edge. Is there any script for both sides resolution?
{
size: 216mm 279mm;
margin: 6mm;
}
div.wiki-content {
width: 190mm !important;
align-self: center !important;
margin: 18px !important;
}
Thanks in Advance,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can you try with the following ?
@pagetTeng
{
size: 216mm 279mm;
margin: 6mm;
}
div.wiki-content {
width: 200mm !important;
align-self: center !important;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.