Group Abstract Group Abstract

Message Boards Message Boards

1
|
12.6K Views
|
6 Replies
|
4 Total Likes
View groups...
Share
Share this post:

Avoid HTML Export error in 11.2?

Posted 9 years ago

The following piece of code worked fine in Mathematica 11.1:

notesgrid = Text[Grid[{{ Hyperlink["pdf link 1", "notes-1.pdf"]}}]]
Export[FileNameJoin[{NotebookDirectory[], "notes.html"}], notesgrid];

But in 11.2 it fails to produce the hyperlink in the html source code (it doesn't create the <area> tags), though the link does appear in the Mathematica output cell.

Is this a known problem? Is there a workaround (other than going back to 11.1)?

POSTED BY: Andrew
6 Replies
Posted 9 years ago
POSTED BY: Andrew
POSTED BY: Carlo Barbieri
Posted 9 years ago
POSTED BY: Andrew
POSTED BY: Carlo Barbieri
Posted 9 years ago

A related bug:

Unfortunately the workaround suggested in that thread doesn't work in this case.

It is also worth to note that exporting such a little expression takes a lot of time on my machine: about 10 seconds, what isn't appropriate.

POSTED BY: Alexey Popkov
Posted 9 years ago
POSTED BY: Alexey Popkov
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard