-
Notifications
You must be signed in to change notification settings - Fork 23
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
How to improve the resolution of the image? #2
Comments
Did you find any solution for this? |
Sorry pretty busy recently with my works, did not have a chance to look at how to resolve this. One way that you may try is to change the Pdf2Image.PrintQuality = 100. If not working, I will look into this issue during weekend. |
Hello Friend, |
@davinchi7 thanks for the demo.pdf, i think you are right about the font. i was tuning the fonts for the pdf convert, still working on it. below are some of the config i was experimenting: `/*
` The result is still not good. I will do more test and tuning to see if can get this fixed. if you have some suggestion, pls also share :) |
In Pdf2Image need set ResolutionX and ResolutionY for PDFConvert. This will increase resolution of the image. I think need to provide additional properties for this in Pdf2Image. |
Yes I know my reply is just toooooo late but it works for me like this so I said to my self why mot posting. In the Pdf2Image file you should find those lines.
That it. hope it helps someone. |
Where do you see these options? |
According to my experiment, the following codes helps: |
Hi!
I have tested the library and it works very well. I would like to know if you can improve the resolution of the image.
Thank you very much.
The text was updated successfully, but these errors were encountered: