Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

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

Parents Reply Children