Skip to content

[BUG] Prop [hyperlink] doesn't work when open with WPS #1262

@huange94

Description

@huange94

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

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' }
    }
  )

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions