Hi ,
How to include a dynamic content macro output in a pdf/word export .
my atlassian-connect json contains the renderModes
e.g.
"renderModes": {
"pdf": {
"url": "/render-macro-static"
}
}
The connect endpoint returns a standalone HTML still the macro is not included in PDF export
html
<html>
<head>
</head>
<body class="aui-page-hybrid" >
<section role="main" >
<div>Macro Static contents Loaded</div>
</section>
</body>
</html>
Is there any additional information needs to be taken care of in the macro code?
Thanks in advance .