We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hyperlinks are not working while converting Docx file to pdf using LibreOffice.
I'm creating hyperlink as below
io.p do link( "#{first_name} #{last_name} (#{party_associated})".upcase, url, style: 'Link', bold: true ) end
Activity