Multiple page orientation in same document in Net Core.
-
In the same document I need some pages to be shown as portrait and others as landscape. This in net core 2.2
-
Here is the example of how this is typically done in jsreport.
https://jsreport.net/learn/pdf-utils
https://playground.jsreport.net/w/admin/6wQ6JyNpIn these complicated cases, It is typically better to host standalone jsreport, define templates there and in .net client just reference the template by name.
However, you should still be able to do everything in the request, see the basic .net example for pdf utils
https://jsreport.net/learn/dotnet-client#pdf-utils
-
but you don't have a net core example on how to use pdf utils??