Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
To Generate a Patch Code using Aspose.Barcode Java for Ruby, simply invoke PatchCode module. Here you can see example code.
Ruby Code
data_dir = File.dirname(File.dirname(File.dirname(File.dirname(__FILE__)))) + '/data/'
\# Instantiate barcode object
builder = Rjb::import('com.aspose.barcode.BarCodeBuilder').new
\# Set Symbology type
builder.setSymbologyType(Rjb::import('com.aspose.barcode.Symbology').PatchCode)
\# Set code text
builder.setCodeText("Patch T")
\# Save the image to your system and set its image format to Jpeg
builder.save(data_dir + "PatchCode.jpg")
\# Display Status
puts "Generated PatchCode Successfully."
Download How to Generate a Patch Code (Aspose.BarCode) from any of the below mentioned social coding sites:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.