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.
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>
Discussion posts and replies are publicly visible
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.
I suggest to download the plugin, find out which libraries it uses, and then to explore its capabilities.
Stefan Helzle, Thanks for your time.