Issue on Print Preview . how i can made fit to a4 size with full size form ?

Confluence User - 05 Aug, 2024

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>







forms;print;preview

1


06 Aug, 2024
confluenceUser
confluenceUser

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

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print