Print the report

Problem:
Can I put command in the end of report to print it ?
if this yes , then how can I do it.
thanks .

ActivePresenter Version: Required.

OS: Required.

Notes:

Hi Husain,

Please take a look at this thread to see if it helps:

Regards,
Yen

Hi Husain,

Usually you need to prevent some content (such as Print button) and the player UI (ToC, toolbar…) from being printed. You also need to layout the content to the print page size.
Please see this project for a sample script: print.approj (300 KB)

Regards

thanks very much .
Sorry, I only have two questions here:
The first question: How can I delete some data related to slides from the report as max score .
The second question, how can I adjust the margins of the printed report to appear consistently in print .

Hi Husain,

You can select the report object, go to Properties pane > Interactivity tab > Report Display section to customize the report.
Setting document body width/height as in my sample is the only way to change the layout with JavaScript. When printing, some browsers and printers may allow you to change other settings such as paper size, margins…

Regards