Skip to content

Commit 64a6775

Browse files
Readme file Update
1 parent 5deb1ee commit 64a6775

File tree

1 file changed

+60
-11
lines changed

1 file changed

+60
-11
lines changed

README.md

Lines changed: 60 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,58 @@
1-
# Aspose Barcode Cloud Android
1+
![](https://img.shields.io/badge/api-v3.0-lightgrey) [![GitHub license](https://img.shields.io/github/license/aspose-barcode-cloud/aspose-barcode-cloud-android)](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-android)
22

3-
This repository contains test project and instructions on how to use Aspose.Barcode Cloud SDK for Java in Android applications.
3+
# Barcode Processing in the Cloud via REST API
4+
This [cloud SDK assists you to seamlessly integrate barcode generation](https://products.aspose.cloud/barcode/android), processing & conversion functionality into your Android & other Java cloud apps.
5+
Generate new barcodes (Linear, 2D & Postal), configure barcode properties and attributes, such as barcode height, dimensions, image format, and more.
6+
Scan existing barcodes belonging to 60+ symbologies, including, *Codabar*, *PDF417*, QR, *MicroQR*, *EAN*, *Postnet*, *UPC*, *RM4SCC* and many more.
47

5-
[Aspose.Barcode Cloud](https://products.aspose.cloud/barcode/family "Aspose.Barcode Cloud")
6-
[API Reference](https://apireference.aspose.cloud/barcode/)
8+
9+
## BarCode Processing Features
10+
11+
- [Generate](https://docs.aspose.cloud/barcode/generate-format-and-manipulate-a-barcode-using-cloud-storage/), scan and customize *1D* (linear), *2D* and *postal* barcodes.
12+
- Generate and recognize barcodes with the checksum option.
13+
- Fetch barcode as an image stream or save the barcode to the local disk.
14+
- Configure barcode height, width, angle quality, margin & resolution.
15+
- Configure barcode to be auto-sized or set X & Y dimensions.
16+
- Generate a new barcode with a specified code text location.
17+
- Apply bar height and barcode image format.
18+
- Rotate the barcode image at a certain angle & generate multiple barcodes.
19+
- Scan image to recognize barcode from a specific region of that image.
20+
- Recognize the specified number of barcodes.
21+
- Apply image processing algorithms to read barcodes.
22+
23+
24+
## Read & Write PDF Formats
25+
JPEG, TIFF, PNG, BMP, GIF
26+
27+
## Save BarCode As
28+
EMF, SVG
29+
30+
## Supported Barcode Symbologies
31+
32+
### Linear barcode symbologies:
33+
EAN13, EAN8, UPCA, UPCE, Interleaved2of5, Standard2of5, MSI, Code11, Codabar, EAN14(SCC14), SSCC18, ITF14, Matrix 2 of 5, PZN, Code128, Code39 Extended, Code39 Standard, Code93 Extended, Code16K, Code93 Standard, IATA 2 of 5, OPC, GS1Code128, ISBN, ISMN, ISSN, ITF6, VIN, Pharmacode, DatabarOmniDirectional, DatabarTruncated, DatabarLimited, DatabarExpanded, DatabarStackedOmniDirectional, DatabarExpandedStacked, DatabarStacked, PatchCode, Supplement (Decode only).
34+
35+
### 2D barcode symbologies:
36+
PDF417, MacroPDF417, MicroPDF417, CompactPDF417 (Decode only), DataMatrix, Aztec, QR, MicroQR, DotCode, MaxiCode, Italian Post 25, GS1DataMatrix, Code16K.
37+
38+
### Postal barcode symbologies:
39+
Postnet, Planet, USPS OneCode, Australia Post, Deutsche Post Identcode, Deutsche Post Leticode, RM4SCC, SingaporePost, AustralianPosteParcel, SwissPostParcel, UpcaGs1DatabarCoupon.
40+
41+
## Enhancements in Version 20.12
42+
43+
- Ability to specify word wraps (line breaks) within text.
44+
- Set flag of 2D composite component with DataBar barcode.
45+
- Support to set the option to allow only GS1 encoding standard for Databar barcode type.
46+
- Various enhanced paramters for the QR structured append mode.
47+
48+
## Enhancements in Version 20.11
49+
- Updated and fixed the UI components.
50+
- Added additional fields to the Databar section.
51+
- Added the Datamatrix support for Macro 5 and 6.
52+
53+
## Enhancements in Version 20.10
54+
- Investigated the addition of NoWrap mode to BarcodeGenerator text fields.
55+
- Add the encodation scheme selector to the DataMatrix codetext.
756

857

958
## Prerequisites
@@ -22,11 +71,11 @@ To use Aspose Barcode Cloud for Android you need to register an account with [As
2271

2372
All Aspose.BarCode for Cloud SDKs, helper scripts and templates are licensed under [MIT License](LICENSE).
2473

25-
## Resources
74+
## Aspose.Barcode Cloud SDKs in Popular Languages
75+
76+
| .NET | Java | PHP | Python| Node.js | Android | Go |
77+
|---|---|---|---|---|---|---|
78+
| [GitHub](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet) | [GitHub](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-java) | [GitHub](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-php) | [GitHub](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-python) | [GitHub](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-node) | [GitHub](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-android) |[GitHub](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-go)|
79+
| [NuGet](https://www.nuget.org/packages/Aspose.barcode-Cloud/) | [Maven](https://repository.aspose.cloud/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-barcode-cloud) | [Composer](https://packagist.org/packages/aspose/barcode-cloud-php) | [PIP](https://pypi.org/project/aspose-barcode-cloud/) | [NPM](https://www.npmjs.com/package/aspose-barcode-cloud) | [Maven](https://repository.aspose.cloud/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-barcode-cloud) |[Go.Dev](https://pkg.go.dev/github.com/aspose-barcode-cloud/aspose-barcode-cloud-go/) |
2680

27-
- [**Website**](https://www.aspose.cloud)
28-
- [**Product Home**](https://products.aspose.cloud/barcode/cloud)
29-
- [**Documentation**](https://docs.aspose.cloud/barcode/)
30-
- [**Free Support Forum**](https://forum.aspose.cloud/c/barcode)
31-
- [**Paid Support Helpdesk**](https://helpdesk.aspose.cloud/)
32-
- [**Blog**](https://blog.aspose.cloud/category/aspose-products/aspose-barcode-product-family/)
81+
[Product Page](https://products.aspose.cloud/barcode/android) | [Documentation](https://docs.aspose.cloud/display/barcodecloud/Home) | [API Reference](https://apireference.aspose.cloud/barcode/) | [Code Samples](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-android) | [Blog](https://blog.aspose.cloud/category/barcode/) | [Free Support](https://forum.aspose.cloud/c/barcode) | [Free Trial](https://dashboard.aspose.cloud/#/apps)

0 commit comments

Comments
 (0)