[Report Generator _ Error] 'Could not successfully parse URI string.'

2 views (last 30 days)
Hi, I experienced an issue with Report Generator. I tried to run the example at the bottom of this Mathwork page.
When run, I got the following error:
Error using mlreportgen.dom.Document/close
Error closing document package: Could not successfully parse URI string.
Error in test_image_hyperlink (line 27)
close(d);
This occurs only if I want to create a PDF version. If I try HTML, it works fine.
I didn't figure out the problem yet, anyone could help me?
Matlab ver.: R2017b
macOS: 10.13.3 (High Sierra)
Best regards.
  1 Comment
Matlab User
Matlab User on 1 Jul 2021
If you have a speciail character in the file/folder path, this error may occur. I had experienced this error when I used "[" in the file path. After removing "[", the issue was solved.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!