There is a problem with hyperlink use. While I use WPS to open then generated pptx, the hyperlink doesn't work, but it's ok with Office.
slide.addText(
[
{ text: 'hello, ' },
{ text: 'this is a link', options: { hyperlink: { url: 'https://github.com/gitbrent/pptxgenjs' } } }
],
{
x: 3,
y: 3,
h: 2,
color: 'f56c6c',
fill: { color: '0d7cef' }
}
)
There is a problem with hyperlink use. While I use WPS to open then generated pptx, the hyperlink doesn't work, but it's ok with Office.
I saw an issue similar to this (#1014), but the questioner didn't detailly introduce WPS:
I would appreciate it if this issue could be resolved : D
Steps to Reproduce