Skip to content

Commit 2d57a77

Browse files
committed
Release 25.5. Updated README.md
1 parent a7db7ae commit 2d57a77

1 file changed

Lines changed: 25 additions & 20 deletions

File tree

README.md

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
# Barcode Generation & Recognition via PHP
22

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.
47
58
## General Barcode Features
69

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.
1013
- Complete control over barcode captions including caption font, back color, fore color, alignment, and location.
1114
- Support for checksum.
1215
- Support for X-dimension & Y-dimension for 2D BarCodes.
1316
- 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.
1518

1619
## Barcode Recognition Features
1720

1821
- 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
2023
- Get region information for the barcodes recognized in the image
21-
24+
2225
## Barcode Imaging Features
2326

2427
- 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
3740

3841
## Read Barcodes From
3942

40-
**Images:** JPEG, TIFF, PNG, BMP
43+
**Images:** BMP, GIF, JPEG, PNG, TIFF, TIFF_IN_CMYK, EMF, SVG, PDF
4144

42-
## Save Barcode Labels As
45+
## Export Barcode Labels As Images
4346

44-
**Images:** JPEG, TIFF, PNG, BMP
47+
**Images:** BMP, GIF, JPEG, PNG, TIFF, TIFF_IN_CMYK, EMF, SVG, PDF
4548

4649
## Get Started with Aspose.BarCode for PHP via Java
4750

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+
4854
### Install PHP application into J2SE
4955

5056
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
6672
`require_once("http://localhost:8888/JavaBridge/java/Java.inc");`
6773
You can find example in `examples/php_side/test_assist.php` file.
6874
9. Now you can use the PHP API supplied by Aspose.Barcode PHP classes.
69-
70-
71-
### Install PHP application by using Tomcat
72-
75+
76+
### Install PHP application by using Tomcat
77+
7378
1. Download and install original Apache Tomcat software and copy JavaBridge.war to its autodeploy folder.
74-
For example you can install Tomcat like `C:/apache-tomcat-9.0.37`
75-
and copy JavaBridge.war to `webapps` folder of Tomcat`C:/apache-tomcat-9.0.37/webapps`.
79+
For example you can install Tomcat like `C:/apache-tomcat-9.0.37`
80+
and copy JavaBridge.war to `webapps` folder of Tomcat`C:/apache-tomcat-9.0.37/webapps`.
7681
3. Run `C:/apache-tomcat-9.0.37/bin/startup.bat`, JavaBridge.war will be deployed to `C:/apache-tomcat-9.0.37/webapps/JavaBridge`.
7782
3. Copy aspose-barcode-php-xx.x.jar to `lib` folder, such as `C:/apache-tomcat-9.0.37/webapps/JavaBridge/WEB-INF/lib`.
78-
Restart Tomcat.
83+
Restart Tomcat.
7984
5. Test `http://localhost:8080/JavaBridge/java/Java.inc` to ensure that PHP works fine.
8085
6. Deploy php files from the folder 'lib' to your web application on webserver
81-
For example to `C:/xampp/htdocs/Barcode`
86+
For example to `C:/xampp/htdocs/Barcode`
8287
7. Add 'require' statement to your php code
83-
`require_once("http://localhost:8080/JavaBridge/java/Java.inc");`
84-
You can find example in examples/php_side/test_assist.php file.
88+
`require_once("http://localhost:8080/JavaBridge/java/Java.inc");`
89+
You can find example in examples/php_side/test_assist.php file.
8590
8. Now you can use the PHP API supplied by Aspose.Barcode PHP classes.
8691

8792
You can find the installation instructions for php/Java bridge on http://php-java-bridge.sourceforge.net/pjb/installation.php.

0 commit comments

Comments
 (0)