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.
6140 6141 6142 6143 |
# File 'lib/pdfcrowd.rb', line 6140 def setNoLayout(value) @fields['no_layout'] = value self end |