I have a requirement to open a PDF at a particular page. There is a syntax to support this: path.to.pdf#page=5
However, I cannot work out how to set this up from the editor. You can build a link to the PDF, and that works fine. But there is no mechanism that I have found to add the ‘#page=xx’ to the html that is generated. Can this be done? Can you think of another way to achieve this?