Skip to main content
November 8, 2025
Question

Query related to Plugin

  • November 8, 2025
  • 3 replies
  • 0 views

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:


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

3 replies

November 8, 2025

Missed one point earlier ,

Even after adding the above CSS style to the HTML code, the generated content is still not appearing in landscape mode.

stefanhelzle0001
November 9, 2025

I suggest to download the plugin, find out which libraries it uses, and then to explore its capabilities.

November 10, 2025

 [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05], Thanks for your time.