Method: CombinePDF::Page_Methods#secure_injection
- Defined in:
- lib/combine_pdf/page_methods.rb
#secure_injection ⇒ Object
accessor (getter) for the secure_injection setting
22 23 24 25 |
# File 'lib/combine_pdf/page_methods.rb', line 22 def secure_injection warn "**Deprecation Warning**: the `Page_Methods#secure_injection`, `Page_Methods#make_unsecure` and `Page_Methods#make_secure` methods are deprecated. Use `Page_Methods#copy(true)` for safeguarding against font/resource conflicts when 'stamping' one PDF page over another." @secure_injection end |