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
+25-20Lines changed: 25 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,27 @@
1
1
# Barcode Generation & Recognition via PHP
2
2
3
-
Aspose.BarCode for PHP via Java is a robust and reliable barcode generation and recognition component, written in PHP and Java. It allows developers to quickly and easily add barcode creation and scanning functionality to their PHP applications.
3
+
Aspose.BarCode for PHP via Java is a robust and reliable barcode generation and recognition component, written in PHP and Java. It allows developers to quickly and easily add barcode creation and scanning functionality to their PHP applications.
4
+
5
+
> ⚠️ **Notice:** This is the **last release** of Aspose.BarCode for PHP via Java that uses the [PHP-Java Bridge](http://php-java-bridge.sourceforge.net/).
6
+
> Future versions will use **Apache Thrift** for communication between PHP and Java components.
4
7
5
8
## General Barcode Features
6
9
7
-
- Supports most established barcode standards and barcode specifications.
8
-
- Ability to read & export barcodes in multiple image formats including BMP, GIF, JPEG & PNG.
9
-
- Provides full control over barcode images including background color, bar color, image quality, rotation angle, x-dimension, resolution and more.
10
+
- Supports most established barcode standards and barcode specifications.
11
+
- Ability to read & export barcodes in multiple image formats including BMP, GIF, JPEG & PNG.
12
+
- Provides full control over barcode images including background color, bar color, image quality, rotation angle, x-dimension, resolution and more.
10
13
- Complete control over barcode captions including caption font, back color, fore color, alignment, and location.
11
14
- Support for checksum.
12
15
- Support for X-dimension & Y-dimension for 2D BarCodes.
13
16
- Support for Wide to Narrow Ratio for supported symbologies.
14
-
- Support for DataMatrix barcode with X12, EDIFACT & Base 256 encoding.
17
+
- Support for DataMatrix barcode with X12, EDIFACT & Base 256 encoding.
15
18
16
19
## Barcode Recognition Features
17
20
18
21
- Can read most common 1D, 2D barcodes anywhere at any angle from an image.
19
-
- Specify an area in the image to scan the barcode
22
+
- Specify an area in the image to scan the barcode
20
23
- Get region information for the barcodes recognized in the image
21
-
24
+
22
25
## Barcode Imaging Features
23
26
24
27
- Manipulate the barcode's image borders, border color, style, margins, width, etc.
@@ -37,14 +40,17 @@ Aspose.BarCode for PHP via Java is a robust and reliable barcode generation and
37
40
38
41
## Read Barcodes From
39
42
40
-
**Images:** JPEG, TIFF, PNG, BMP
43
+
**Images:**BMP, GIF, JPEG, PNG, TIFF, TIFF_IN_CMYK, EMF, SVG, PDF
41
44
42
-
## Save Barcode Labels As
45
+
## Export Barcode Labels As Images
43
46
44
-
**Images:** JPEG, TIFF, PNG, BMP
47
+
**Images:**BMP, GIF, JPEG, PNG, TIFF, TIFF_IN_CMYK, EMF, SVG, PDF
45
48
46
49
## Get Started with Aspose.BarCode for PHP via Java
47
50
51
+
> ⚠️ **Note:** This guide applies to the final version that uses the [PHP-Java Bridge](http://php-java-bridge.sourceforge.net/).
52
+
> Future releases will be based on Apache Thrift.
53
+
48
54
### Install PHP application into J2SE
49
55
50
56
1. Install Java 1.8 or above
@@ -66,22 +72,21 @@ Aspose.BarCode for PHP via Java is a robust and reliable barcode generation and
0 commit comments