You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-14Lines changed: 37 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Aspose.BarCode Cloud SDK for Java
2
2
3
3
- API version: 3.0
4
-
- SDK version: 21.2.0
4
+
- SDK version: 21.3.0
5
5
6
6
[Aspose.BarCode for Cloud](https://products.aspose.cloud/barcode/cloud) is a REST API for Linear, 2D and postal barcode generation and recognition in the cloud. API recognizes and generates barcode images in a variety of formats. Barcode REST API allows to specify barcode image attributes like image width, height, border style and output image format in order to customize the generation process. Developers can also specify the barcode type and text attributes such as text location and font styles in order to suit the application requirements.
7
7
@@ -56,7 +56,7 @@ Add this dependency to your project's POM:
56
56
<dependency>
57
57
<groupId>com.aspose</groupId>
58
58
<artifactId>aspose-barcode-cloud</artifactId>
59
-
<version>21.2.0</version>
59
+
<version>21.3.0</version>
60
60
<scope>compile</scope>
61
61
</dependency>
62
62
```
@@ -71,41 +71,63 @@ mvn clean package
71
71
72
72
Then manually install the following JARs:
73
73
74
-
-`target/aspose-barcode-cloud-21.2.0.jar`
74
+
-`target/aspose-barcode-cloud-21.3.0.jar`
75
75
-`target/lib/*.jar`
76
76
77
77
## Getting Started
78
78
79
79
Please follow the [installation](#installation) instruction and execute the following Java code:
**macroECIEncoding** | [**ECIEncodings**](ECIEncodings.md) | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | [optional]
26
+
**code128Emulation** | [**Code128Emulation**](Code128Emulation.md) | Function codeword for Code 128 emulation. Applied for MicroPDF417 only. Ignored for PDF417 and MacroPDF417 barcodes. | [optional]
0 commit comments