Method: Pdfcrowd::PdfToPdfClient#setNoModify

Defined in:
lib/pdfcrowd.rb

#setNoModify(value) ⇒ Object

Disallow modification of the output PDF.

  • value - Set to true to set the read-only only flag in the output PDF.

  • Returns - The converter object.



4122
4123
4124
4125
# File 'lib/pdfcrowd.rb', line 4122

def setNoModify(value)
    @fields['no_modify'] = value
    self
end