I can't hide a section when exporting to PDF. |
3/9/2026 15:54:55 | |
| PHPRunner General questions | ||
|
A
ayctech author
Hi, I can't remove it from the PDF, I can only remove it at the HTML level, in php runner 10.91 $xt->assign("section_salario_liquidacion_view_block", false); javascript
|
|
|
|
|
ChatGPT 3/9/2026 |
|
It seems like you're trying to remove a section from the PDF output in PHPRunner, but you're only able to hide it in the HTML view. PHPRunner has different rendering methods for HTML and PDF outputs, and sometimes changes made in the HTML context do not automatically apply to the PDF. To remove a section from the PDF output, you'll need to ensure that the specific section is not included in the PDF generation process. Here are a few steps you can follow to achieve this:
If you've followed these steps and are still having issues, you may want to consult the PHPRunner forums or documentation for more specific guidance related to your version (10.91) and the exact configuration you're using. |
|
|
A
|
ayctech author 3/10/2026 |
|
I'm testing, and with only one section, it hides items in the PDF. With two sections, it no longer hides any items using This is a PHP runner error. |
|