aspose-barcode-for-python-via-java 25.8.0__tar.gz → 25.8.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/PKG-INFO +1 -1
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/aspose_barcode_for_python_via_java.egg-info/PKG-INFO +1 -1
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/asposebarcode/Generation.py +1 -1
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/asposebarcode/jlib/aspose-barcode-python-25.8.jar +0 -0
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/setup.py +1 -1
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/MANIFEST.in +0 -0
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/README.md +0 -0
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/aspose_barcode_for_python_via_java.egg-info/SOURCES.txt +0 -0
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/aspose_barcode_for_python_via_java.egg-info/dependency_links.txt +0 -0
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/aspose_barcode_for_python_via_java.egg-info/requires.txt +0 -0
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/aspose_barcode_for_python_via_java.egg-info/top_level.txt +0 -0
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/asposebarcode/Assist.py +0 -0
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/asposebarcode/ComplexBarcode.py +0 -0
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/asposebarcode/Recognition.py +0 -0
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/asposebarcode/__init__.py +0 -0
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/license/End+User+License+Agreement.html +0 -0
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/license/ThirdPartyLicenses.Aspose.BarCode.Java.pdf +0 -0
- {aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/setup.cfg +0 -0
{aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aspose-barcode-for-python-via-java
|
|
3
|
-
Version: 25.8.
|
|
3
|
+
Version: 25.8.1
|
|
4
4
|
Summary: Barcode generation and recognition component. It allows developers to quickly and easily add barcode creation and scanning functionality to their Python applications.
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
Author: Aspose
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aspose-barcode-for-python-via-java
|
|
3
|
-
Version: 25.8.
|
|
3
|
+
Version: 25.8.1
|
|
4
4
|
Summary: Barcode generation and recognition component. It allows developers to quickly and easily add barcode creation and scanning functionality to their Python applications.
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
Author: Aspose
|
|
@@ -3943,7 +3943,7 @@ class PdfParameters(Assist.BaseJavaClass):
|
|
|
3943
3943
|
Are paths used instead of text (use if Unicode characters are not displayed)
|
|
3944
3944
|
Default value: false.
|
|
3945
3945
|
"""
|
|
3946
|
-
self.getJavaClass().
|
|
3946
|
+
self.getJavaClass().setTextAsPath(value)
|
|
3947
3947
|
|
|
3948
3948
|
class CMYKColor:
|
|
3949
3949
|
"""
|
|
Binary file
|
{aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/MANIFEST.in
RENAMED
|
File without changes
|
{aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aspose-barcode-for-python-via-java-25.8.0 → aspose-barcode-for-python-via-java-25.8.1}/setup.cfg
RENAMED
|
File without changes
|