1
0
-1

i have issue when print preview because is over limit with the page .

for example:

  1. this is original form before print

2. this is when print preview

as you can see the print preview get cut . how i can fix this print preview ?

i already add custom html and still can;t found the solution to fix this

<style>
    @media print {
       @page {
    size: A4;
    margin: 10mm;
    }

  body {
    transform-origin: top left;
    width: 100%; /* Double the width to counteract the scaling */
  }
        
    }
</style>







    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, 
      have you tried the Report Builder plugin to design your report and add the menu into your app to print the report, read https://dev.joget.org/community/display/marketplace/Report+Builder for more information. Download the demonstration app from https://dev.joget.org/community/display/marketplace/Report+Builder#ReportBuilder-DownloadDemoApp.


      hope it helps

        CommentAdd your comment...