开发者

Excel hyper link function doesn't get converted to PDF

开发者 https://www.devze.com 2022-12-26 12:38 出处:网络
I am developing a small excel plugin. As part of it I need to convert my excel document to PDF format. How can I do that? All the plugins and printers that I\'ve found do not convert links created by

I am developing a small excel plugin. As part of it I need to convert my excel document to PDF format. How can I do that? All the plugins and printers that I've found do not convert links created by 开发者_C百科the hyperlink function.

I know this is not programmatically related per say, but I am developing this software, and vba is quite a reasonable solution.

Thank you all very much!


I'm not sure any solution will work using the hyperlink function. The reason is typically the convert to PDF functions like a printer driver and the 'printer' only gets the helper text information not the underlying URL. But, using PrimoPDF, any text formatted like a URL "http://www.stackoverflow.com" for example, will get converted to a clickable URL (in the modern readers).

0

精彩评论

暂无评论...
验证码 换一张
取 消