Portrait and Landscape in same report with recipe: jsreport-html-embedded-in-docx
- 
					
					
					
 Hi, 
 is it possible to have a docx report with both portrait and landscape in the same report using the recipe: jsreport-html-embedded-in-docx
 I tried using jsreport-html-embedded-in-docx-landscape but this overwrites the existing jsreport-html-embedded-in-docx recipe and generates every thing in landscape.
 
- 
					
					
					
 This recipe is just a wrapper arround 
 https://github.com/evidenceprime/html-docx-jsChecking its docs and code I see that the page orientation is global to the document. 
 So unfortunately no, it seems you can't mix page orientations.Maybe docxtemplater recipe would work for you. 
 
