Broken License Agreement layout in Paquet Builder 2025

jefc

Member
Hello,

We are including an RTF file as End-User License Agreement in our directive file as follows:
Code:
[Templates]
LicAg=#{pathToEula}

(where #{pathToEula} is replaced by the absolute file path using a script)

After upgrading to Paquet Builder 2025, the EULA layout is broken as if the RTF file was processed somehow. I also tried using a TXT file, HTM file and markdown file and the result is the same: it looks like it is impossible to include the file as is.

Paquet Builder 2020:
EULA PB 2020.webp

Paquet Builder 2025:
EULA PB 2025.webp

Do you know how to overcome this?

Thanks for your help.
 
RTF is being deprecated. PB converts old RTF files in GUI when loading all projects or importing manually RTF files, but not in the automated/directive area.
Can you try to switch to a markdown or HTML format file?
 
Hello,

Thank you for your quick answer.

We have also tried with HTML and raw TXT file but the result is the same, it looks like some kind of "pass-through" is missing to integrate the HTML or TXT file as is.

Here is the result when using an HTML file (original file layout on right side, result on left side):
Capture d'écran 2025-04-08 153639.webp

Here are 2 examples when using a TXT file (original file layout on right side, result on left side):
Capture d'écran 2025-04-08 152246.webp
Capture d'écran 2025-04-08 152333.webp

Unfortunately, the document used cannot be a markdown document.

Do you know how we can include an unprocessed document to the License Agreement dialog?
 
Back
Top