-
Notifications
You must be signed in to change notification settings - Fork 767
Open
Milestone
Description
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:
- WPS is a software similar to Office, and it's popular in China because it's for free
- WPS official website: https://www.wps.cn/
- Windows version download link: https://official-package.wpscdn.cn/wps/download/WPS_Setup_14309.exe
- Mac version download link: https://package.mac.wpscdn.cn/mac_wps_pkg/5.5.0/WPS_Office_5.5.0(7954)_universal.dmg
I would appreciate it if this issue could be resolved : D
Steps to Reproduce
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' }
}
)