-
We need for our documents more control over the table coloums width in the exported documents. At the moment the extension sets the width of each table cell to "auto" and left only the table cell hight at the value as defined by Polarion. What we need is, that the height of each table cell is set to "auto" and that the width value is left as defined by Polarion. My proposal/request:
Sorry, I am not able to make a code proposal for that. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hey, First of all let me double check we are on the same line: you are talking about width of cells, not height, right? We are not explicitly manipulating height of cells, but only width. This was done by several reasons, but mainly for "Fit to page size" logic, though they are not explicitly linked with each other at the moment. Will it solve your request if we link them, i.e. column width manipulation will only happen if "Fit to page size" option is switched on? |
Beta Was this translation helpful? Give feedback.
-
we have introduced Webhooks for PDF-Exporter in v6.1.0. As example you can find the test implementation here Probably this can satisfy your needs and solve your request. |
Beta Was this translation helpful? Give feedback.
@77dhe,
we have introduced Webhooks for PDF-Exporter in v6.1.0.
Depending on your needs you can manipulate with HTML before sending it to WeasyPrint Service.
As example you can find the test implementation here
Probably this can satisfy your needs and solve your request.