Query related to Plugin

Hi everyone,

There was a requirement from the user to generate a report (DOC format) using existing data from our records.

To fulfill this, we generated HTML code using Appian expression rules. The output of the rule is HTML, which we then passed to the Docs from HTML and CSS smart service.

The HTML we are generating includes the following code snippet to set the page orientation to landscape:

<style>
@page {
size: A3 landscape;
margin: 20mm;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
</style>

I would like to know whether the plugin we are using is capable of taking page instructions or not.

  Discussion posts and replies are publicly visible