Method: Pdfcrowd::PdfToTextClient#setNoLayout

Defined in:
lib/pdfcrowd.rb

#setNoLayout(value) ⇒ Object

Ignore the original PDF layout.

  • value - Set to true to ignore the layout.

  • Returns - The converter object.



6053
6054
6055
6056
# File 'lib/pdfcrowd.rb', line 6053

def setNoLayout(value)
    @fields['no_layout'] = value
    self
end