Perfect - that's worked.
Paul Hepple
@Paul Hepple
Posts made by Paul Hepple
-
RE: docx recipe with unoconv to pdf renders everything slightly biggerposted in general forum
-
RE: docx recipe with unoconv to pdf renders everything slightly biggerposted in general forum
How did you copy the file, we're having the same issue?
-
Error if a calculated field is added to a pivot table using XLSX recipeposted in general forum
I have a fully working XLSX recipe, but if I add a calculated field to an existing pivot table in the Excel template I get this message...
"Error while executing xlsx recipe. Expected value to be found in cell, sheet: xl/worksheets/sheet3.xml"
-
Is it possible to change the border style of a specific Cell in a DOCX recipe?posted in general forum
Any help would be welcome
-
RE: Conditional Formatting in DOCX Recipeposted in general forum
It was something weird in the formatting of my template, copied it to plain text and pasted it back and it's working now.
Thanks -
RE: Conditional Formatting in DOCX Recipeposted in general forum
Thanks - Can you nest that inside a table?
I've tried
{{#docxTable governingBodyPolicies}} {{#docxStyle textColor=colour}}
{{policy.name}} {{committeeName}} {{adoptionDateString}} {{renewalDateString}} {{note}}
{{/docxStyle}} {{/docxTable}}but the generated document is corrupted.
-
Conditional Formatting in DOCX Recipeposted in general forum
Does anyone know how to change the font color depending on the value of data in a docx recipe?
-
RE: docxImage not rendering base64 image sent over API (instead outputs base64 json)posted in general forum
Your example looks like you're passing the base64 image data in - is that right?