When I call a page using an altTemplate all the local links in the PDF still read as {/locallink:[node Id here]}. This is using the PDFRazorExample alias which is calling the ParseRichText as per the documentation, is there something else I need to do to get the proper derived link?
RTE local links
When I call a page using an altTemplate all the local links in the PDF still read as {/locallink:[node Id here]}. This is using the PDFRazorExample alias which is calling the ParseRichText as per the documentation, is there something else I need to do to get the proper derived link?
I don't think the product parses those.
You'd have to write something yourself - using umbraco.library.NiceUrl or similar
is working on a reply...