-
-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: ENOENT: no such file or directory, open 'd:\xx\Ljava\lang\String;' #181
Comments
Please upgrade Markdown PDF to ver1.4.3 and try. |
Also seeing this error in VScode ver1.4.4 |
I am also seeing the same issue on MacOS with M1 processor. The error message is: Error: ENOENT: no such file or directory, open '.pdf/Users/...../lib/README_tmp.html' |
I received the same error that there was no such file or directory ...tmp.html. The cause was that I had saved the file, but it wasn't saved as markdown. There was no extension. I found the solution when I tried to use pandoc to convert the same file and it gave the error that it could not deduce format from file extension. Once I added .md to the filename, it converted with no errors. |
Got the same error today:
in combination with
For me it was quite obvious to solve so here is the casue.
which leads to the error. When changing to (space after the colon!):
PDF export works flawless. Maybe this brings some insights. Extra Infos:
|
If the regular expression below matches, it is treated as an include, so it seems that the cause is an attempt to reference a local file. vscode-markdown-pdf/extension.js Lines 282 to 287 in 5b6dbb2
I tried to fix it in the PR #351 |
When I right click the
.md
file content, and selectMarkdown PDF: Export(pdf)
or other menu items, I got these errors:and
And the exported pdf or html is empty.
Extra Infos:
Markdown PDF
: 1.4.2 (2020/02/16)The text was updated successfully, but these errors were encountered: