Hi,
We used the below steps to migrated confluence 3.1.1 to 5.4.4:-
3.1.1=>3.5.17=>5.0.3=>5.4.4
Now we are facing issue when exporting pdf in conlfuence 5.4.4 version, we are able to export but content are not comming properly(heading content) and showing in pdf as below text fromate. I am pasting css code here also.
Please provide sollutin for this we are using below path to export pdf(it is using documentation theme) :
(Browse=>Space Operation=>PDF Export=>Custom Export(we have checked the radio button)=>Export)
----------------------------------------------------------------------------------------------------------------
e.g. content which is breaking--------(not only this but in pdf lot of content like this)
------------------------------------------------------------------------------------------------------------------
2.1.1.1
Procedures
for GSS in
Argus
Perceptive
2.1
.1.
1.1
Re
vie
w a
Ne
w
Tri
gg
ere
d
Ale
rt
Inst
anc
e,
Arc
hiv
e,
or
Se
nd
to
GS
O
or
GS
S
for
Re
vie
w
2.1.1.1.1.1 Review a Triggered Alert Instance
2.1.1.1.1.2 Generate a Case Versions Processed Report to Find Cases with Follow-up Information
2.1.1.1.1.3 Archive a Triggered Alert Instance without Sending to the GSO or
------------------------------------------------------------------
css code----
-------------------------------------------------------------------
@page
{
margin-top: 2.54cm;
margin-bottom: 2.54cm;
margin-left: 2.54cm;
margin-right: 2.54cm;
@bottom-center
{
content: "Amgen Proprietary – For Internal Use Only";
font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif;
font-size: 8pt;
}
@bottom-right
{
content: "Page " counter(page);
font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif;
font-size: 8pt;
}
}
a.navMapCell, a.navMapCell:link, a.navMapCell:visited {
background-color: #3C78B5;
border: 1px solid white;
color: white;
display: block;
font-weight: bold;
padding: 10px;
text-decoration: none;
width: 90px;
height: 60px;
}
.navMapContainer, .panel, .pdf-hide {
display: none;
}
.pdf-show .panel {
display: block;
}
.pdf-show .navMapContainer {
display: block;
}
Hello Sukh,
There have been numerous layout changes, including CSS classes and IDs in Confluence 5.x. One thing that can be done to troubleshoot the issue is to make a copy of the current space, set its theme to Default Theme, remove the custom CSS in place and attempt the Export operation. Then, please readd each CSS element at a time in order to adjust one element by one for the desired PDF output.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.