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
#<Preflight::Issue:0x007fa73059d830 @description="PDF version should be 1.3 or lower", @rule=:"Preflight::Rules::MaxVersion", @attributes={:max_version=>1.3, :current_version=>1.4}>,
as you can see :max_version is get from the profile PDFX1A.
I have code:
so I want to override
MaxVersion
but output is:as you can see
:max_version
is get from the profilePDFX1A
.How can I override this rule?
When I use custom class with rules:
it's working.
The text was updated successfully, but these errors were encountered: