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
TypeError is raised when calling fonts() method on CombinePDF::PDF object.
CombinePDF.new(file).fonts()
Or
CombinePDF.load(file).fonts()
Result:
TypeError - no implicit conversion of Symbol into Integer
It doesn't matter if I pass true to the argument or use default false.
EDIT:
Only happens with latest version 1.0.22. Works fine on 1.0.21. Although even with embedded Calibri and MS Reference Sans Serif, the fonts() method returns and empty array.
The text was updated successfully, but these errors were encountered:
TypeError is raised when calling fonts() method on
CombinePDF::PDF
object.Or
Result:
It doesn't matter if I pass
true
to the argument or use defaultfalse
.EDIT:
Only happens with latest version
1.0.22
. Works fine on1.0.21
. Although even with embeddedCalibri
andMS Reference Sans Serif
, the fonts() method returns and empty array.The text was updated successfully, but these errors were encountered: