Search The Knowledge Base
|
Browse By Category
|
|
How can I produce a USPS label for an envelope that contains postage? |
User Opinions (44 votes) |
61%
38%
|
Thank you for rating this answer.
|
You can easily create envelopes with postage using NRGship.
To print postage directly onto an envelope you will want to set the following fields in your script which creates the related ship record:
MailClass.t: First
MailpieceShape.t: Letter
ImageFormat.t: PNG
ImageRotation.t: None
ImageResolution.t: 300
LabelSize.t: EnvelopeSize10
LabelType.t: DestinationConfirm
Post-shipment, you can then print a layout containing the related Response_LabelImage.r container using appropriate page setup.
To print postage directly onto an envelope you will want to set the following fields in your script which creates the related ship record:
MailClass.t: First
MailpieceShape.t: Letter
ImageFormat.t: ZPLII
ImageRotation.t: None
ImageResolution.t: 203
LabelSize.t: 6x4
LabelType.t: DestinationConfirm
You can then take the printed 4x6 label and place onto a #10 envelope.
|
Related Articles |
No Related Articles Were Found
|
Attachments |
No Attachments Related to This Article
|