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

Do not compress or alter any image inside the pdf #13

Merged
merged 3 commits into from
Feb 13, 2018

Conversation

alberto2perez
Copy link
Contributor

GS is compressing images and the result was not good at all, most pdfs are already optimized so I wanted to preserve images as they are in the pdf without applying any compression with GS.

Copy link
Owner

@xthiago xthiago left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alberto2perez I suggest a minor change in order to keep compatible with old versions of Symfony Filesystem and Process.

"symfony/filesystem": "~2.3",
"symfony/process": "~2.3"
"symfony/filesystem": "~3.1",
"symfony/process": "~3.1"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you try to change these version constraints to >=2.3.0 < 4 and check if everything keeps working?

@xthiago
Copy link
Owner

xthiago commented Feb 13, 2018

@alberto2perez I will merge this PR now. The issue with symfony components version will be fixed by #16.

Thank you!

@xthiago xthiago merged commit 7d168e2 into xthiago:master Feb 13, 2018
@xthiago xthiago mentioned this pull request Mar 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants