Skip to content
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

PDF File size #54

Closed
shakazulu89 opened this issue May 25, 2017 · 2 comments
Closed

PDF File size #54

shakazulu89 opened this issue May 25, 2017 · 2 comments
Labels

Comments

@shakazulu89
Copy link

Hello
I need to convert PDF to jpg or png then convert it back to PDF.
I am using the examples from the documentation. nothing fancy.
But i find that the resulting pdf size is 3 times bigger than the original. I notice that the page containing in the orig PDF gets converted with the largest size. Maybe here i need to find a way to optimize it better?
What will be the best way to keep the PDF size as the original?
Thanks!
Roy

@dlemstra
Copy link
Owner

I think you probably want to use another tool for this if you want to decrease the file size. Your input file probably contains text. When you use Magick.NET to convert the file it will convert the text into an image and that will make the size of the file a lot bigger. I don't know which tool you could use for this though.

@shakazulu89
Copy link
Author

thanks @dlemstra .. appreciate it .. ill keep looking.
if anybody can recommend a library id be grateful ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants