aspose-barcode-for-python-via-java 25.7.0__tar.gz → 25.8.0__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.7.0 → aspose-barcode-for-python-via-java-25.8.0}/PKG-INFO +1 -1
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/aspose_barcode_for_python_via_java.egg-info/PKG-INFO +1 -1
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/aspose_barcode_for_python_via_java.egg-info/SOURCES.txt +1 -1
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/asposebarcode/Generation.py +14 -0
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/asposebarcode/__init__.py +1 -1
- aspose-barcode-for-python-via-java-25.7.0/asposebarcode/jlib/aspose-barcode-python-25.7.jar → aspose-barcode-for-python-via-java-25.8.0/asposebarcode/jlib/aspose-barcode-python-25.8.jar +0 -0
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/setup.py +1 -1
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/MANIFEST.in +0 -0
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/README.md +0 -0
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/aspose_barcode_for_python_via_java.egg-info/dependency_links.txt +0 -0
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/aspose_barcode_for_python_via_java.egg-info/requires.txt +0 -0
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/aspose_barcode_for_python_via_java.egg-info/top_level.txt +0 -0
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/asposebarcode/Assist.py +0 -0
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/asposebarcode/ComplexBarcode.py +0 -0
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/asposebarcode/Recognition.py +0 -0
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/license/End+User+License+Agreement.html +0 -0
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/license/ThirdPartyLicenses.Aspose.BarCode.Java.pdf +0 -0
- {aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/setup.cfg +0 -0
{aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/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.
|
|
3
|
+
Version: 25.8.0
|
|
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.
|
|
3
|
+
Version: 25.8.0
|
|
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
|
|
@@ -11,6 +11,6 @@ asposebarcode/ComplexBarcode.py
|
|
|
11
11
|
asposebarcode/Generation.py
|
|
12
12
|
asposebarcode/Recognition.py
|
|
13
13
|
asposebarcode/__init__.py
|
|
14
|
-
asposebarcode/jlib/aspose-barcode-python-25.
|
|
14
|
+
asposebarcode/jlib/aspose-barcode-python-25.8.jar
|
|
15
15
|
license/End+User+License+Agreement.html
|
|
16
16
|
license/ThirdPartyLicenses.Aspose.BarCode.Java.pdf
|
|
@@ -3931,6 +3931,20 @@ class PdfParameters(Assist.BaseJavaClass):
|
|
|
3931
3931
|
formatted = None if value is None else value.formatCMYK()
|
|
3932
3932
|
self.getJavaClass().setCMYKCaptionBelowColor(formatted)
|
|
3933
3933
|
|
|
3934
|
+
def isTextAsPath(self) -> bool:
|
|
3935
|
+
"""
|
|
3936
|
+
Are paths used instead of text (use if Unicode characters are not displayed)
|
|
3937
|
+
Default value: false.
|
|
3938
|
+
"""
|
|
3939
|
+
return self.getJavaClass().isTextAsPath()
|
|
3940
|
+
|
|
3941
|
+
def setTextAsPath(self, value : bool) -> None:
|
|
3942
|
+
"""
|
|
3943
|
+
Are paths used instead of text (use if Unicode characters are not displayed)
|
|
3944
|
+
Default value: false.
|
|
3945
|
+
"""
|
|
3946
|
+
self.getJavaClass().setTextAsPathSync(value)
|
|
3947
|
+
|
|
3934
3948
|
class CMYKColor:
|
|
3935
3949
|
"""
|
|
3936
3950
|
Class for CMYK color. None means CMYK is not used, default RGB color is in use.
|
|
@@ -3,6 +3,6 @@ import os
|
|
|
3
3
|
from asposebarcode import Generation, Recognition, Assist
|
|
4
4
|
|
|
5
5
|
__asposebarcode_dir__ = os.path.dirname(__file__)
|
|
6
|
-
__barcode_jar_path__ = __asposebarcode_dir__ + "/jlib/aspose-barcode-python-25.
|
|
6
|
+
__barcode_jar_path__ = __asposebarcode_dir__ + "/jlib/aspose-barcode-python-25.8.jar"
|
|
7
7
|
jpype.startJVM(jpype.getDefaultJVMPath(), "-Djava.class.path=%s" % __barcode_jar_path__)
|
|
8
8
|
__all__ = ['Assist','Recognition','Generation','ComplexBarcode']
|
{aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/MANIFEST.in
RENAMED
|
File without changes
|
{aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/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
|
{aspose-barcode-for-python-via-java-25.7.0 → aspose-barcode-for-python-via-java-25.8.0}/setup.cfg
RENAMED
|
File without changes
|