Class QRShippingLabelCombiner
java.lang.Object
org.tavall.couriers.api.shipping.helpers.QRShippingLabelCombiner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateLabel(String qrPath, ShippingLabelMetaData data, Path outputPath) voidcreateLabel(String qrPath, ShippingLabelMetaData data, Path outputPath, String fromName, String fromAddress)
-
Constructor Details
-
QRShippingLabelCombiner
public QRShippingLabelCombiner()
-
-
Method Details
-
createLabel
public void createLabel(String qrPath, ShippingLabelMetaData data, Path outputPath) throws IOException - Throws:
IOException
-
createLabel
public void createLabel(String qrPath, ShippingLabelMetaData data, Path outputPath, String fromName, String fromAddress) throws IOException - Throws:
IOException
-