You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
Currently experiencing an issue with images when converting an uploaded PDF document to a HTML string.
These are the settings:
When uploading a PDF like this however:
It results in this:
Obviously I don't want empty space, but rather a working picture of a dog (in this case at least)
Any idea what might cause this and how to fix it?
I've already attempted:
Changing imageJpeg to false
Changing inlineImages to false
Changing onlyContent to true
But so far none of that has solved it.
The text was updated successfully, but these errors were encountered:
Finally fixed this, apparently the file was being searched double encoded, resulting in spaces going to %20 and then going to %2520, which meant the image file couldn't be found, so adding this solved it:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently experiencing an issue with images when converting an uploaded PDF document to a HTML string.
These are the settings:
When uploading a PDF like this however:
It results in this:
Obviously I don't want empty space, but rather a working picture of a dog (in this case at least)
Any idea what might cause this and how to fix it?
I've already attempted:
But so far none of that has solved it.
The text was updated successfully, but these errors were encountered: