Question posted by jimlowder on February 4th, 2023

Vertical Printing

when printing verticals, how do I get 2 digit numbers side by side and the words vertical

Current Answers

Answer #1: Posted by SonuKumar on February 4th, 2023 7:51 PM
This answer was accepted by the poster of the original question.
SonuKumar

Member since:
May 9th, 2021

Points: 16,604,580
1,110
points
You can use the "Rotate Text" feature in the DYMO label software to print numbers and words vertically. Here's how:

Open the DYMO software and create a new label.

Type the 2 digit numbers and the words that you want to print vertically.

Select the text that you want to rotate.

Right-click the selected text and click "Format Text".

In the "Format Text" window, go to the "Layout" tab.

Check the "Rotate Text" box and select "90 degrees".

Click "OK" to apply the changes.

Now you should have the 2 digit numbers and words printed vertically on your label. Note that the orientation of the label may need to be adjusted for optimal printing.

How do I Type A number on the Dymo letratag keypad?

The Dymo LetraTag keypad is by default an alpha layout (letters only). To select a number you use the Number Lock button which puts it in numeric mode If you're trying to type letters A-J on a handheld LetraTag and you're getting numbers instead, simply press the Number Lock button to change the label maker from numeric to alpha mode.


Please respond to my effort to provide you with the best possible solution by using the "Acceptable Solution" and/or the "Helpful" buttons when the answer has proven to be helpful.

Regards,
Sonu
Your search handyman for all e-support needs!!

Answer #2: Posted by rajj113 on February 5th, 2023 1:37 AM
rajj113

Member since:
January 30th, 2023

Points: 4,700
110
points
To print two-digit numbers side by side and have the words displayed vertically, you will need to use a programming language or software that supports printing or formatting text. Here are the general steps in Python:
  1. Create a list of numbers: Create a list of two-digit numbers that you want to print side by side.
  2. Create a list of words: Create a list of words that you want to display vertically.
  3. Format the numbers: Use a loop or a list comprehension to format the numbers as strings with a fixed width. For example, you could format the numbers with a width of 2 and left-justify them: "{:2}".format(num).
  4. Format the words: Use a loop or a list comprehension to format each word on a separate line, with a newline character (\n) at the end of each word: word + "\n".
  5. Print the numbers and words: Use the print function to print the formatted numbers and words, either side by side or one after the other, depending on your desired layout.

Here is a simple example in Python that demonstrates these steps:

scssCopy code

numbers = [11, 22, 33, 44] words = ["apple", "banana", "cherry", "date"] formatted_numbers = [ "{:2}".format(num) for num in numbers ] formatted_words = [ word + "\n" for word in words ] for i in range(len(numbers)): print(formatted_numbers[i], end="") print(formatted_words[i], end="")

This will produce the following output:

luaCopy code

11apple 22banana 33cherry 44date

Note: The specific steps to print two-digit numbers side by side and have the words displayed vertically may vary depending on the programming language or software that you are using. The example above is written in Python, but similar functionality may be available in other programming languages or software.

Similar Questions

Labelmanager Not Printing
I have not used LabelManager 210D for some time. Now it won't print. It makes the noise of printingb...
(Posted by loomisj2 2 years ago)
It's Only Printing The Top Half Of Words?
It's only printing half of the words I've put new paper and batteries?
(Posted by Katrinasmith777 9 years ago)
Vertical Two Lines?
Is it possible to create a two line, side by side, vertical label? I have tried the same method used...
(Posted by Anonymous-141703 9 years ago)
No Longer Printing Words And Turns Itself Off Each Time I Try To Print
Hello, The label maker no longer prints word, each time i print i get 1cm-2cm of label appear but ...
(Posted by vicki37228 10 years ago)
Ask a New Question
Use the box below to post a new question about Dymo.
Points & Prizes
  • You can earn points for nearly everything you do on HelpOwl.com
  • You can trade in those points for gift cards at leading retailers such as Amazon.com and Walmart
  • It's that simple!
See How it Works
Create a Free Account

Dymo Manuals

Find free Dymo manuals and user guides available at ManualOwl.com. Try out our unique manual viewer allowing you to interact with manuals from directly within your browser!

Dymo Reviews

View thousands of Dymo user reviews and customer ratings available at ReviewOwl.com.

Contact Information

Complete Dymo customer service contact information including steps to reach representatives, hours of operation, customer support links and more from ContactHelp.com.

Scoreboard Ratings

See detailed Dymo customer service rankings, employee comments and much more from our sister site.

Dymo Recalls

Find comprehensive Dymo recall information updated hourly on RecallOwl.com.