Method: Pdfcrowd::ImageToPdfClient#setTag

Defined in:
lib/pdfcrowd.rb

#setTag(tag) ⇒ Object

Tag the conversion with a custom value. The tag is used in conversion statistics. A value longer than 32 characters is cut off.

  • tag - A string with the custom tag.

  • Returns - The converter object.



5210
5211
5212
5213
# File 'lib/pdfcrowd.rb', line 5210

def setTag(tag)
    @fields['tag'] = tag
    self
end