-
Notifications
You must be signed in to change notification settings - Fork 1
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
WinError 2 - System cannot find the file specified. #11
Comments
Hello, sorry for the delay in responding. I checked that you are using Windows, right? Well, this library is not meant to do anything by itself, it is just a wrapper for the pdf2htmlEX tool (https://github.com/pdf2htmlEX/pdf2htmlEX). You can check that the pdf2htmlEX tool does not have a version made for Windows, so it only works in Linux environments. The error you are experiencing is because pypdf2htmlEX is trying to find the pdf2htmlEX library on your system and is not finding it. If you want to use this library, I recommend installing Linux on your PC. Thanks for the issue and sorry again for the delay in responding. |
I tried in linux, but still im getting the same error |
@BhuviTheDataGuy can you post here the path of pdf that you used and the code? |
it seems the pdf2htmlEX has many problems now in all platforms, even me cant use this library now |
Import works and the pdf call does create a pdf object
, but the pdf.to_html creates the following error:
The text was updated successfully, but these errors were encountered: