Reusable Document Holders for Shop Orders, Planogram Signage, Classroom Assignments, Barcode Tags, and Visual Work Instructions – Heavy Duty and Made in USA by TIE Office-Mates™

Responsive NFL Banner
NFL Draft Supplier

Dakonte Product Group, Inc., the maker of TIE Office-Mates™ brand of products, is an officially approved supplier of the NFL through the 2025 NFL Draft Source Program! We are a local Wisconsin business selected to compete for contracts related to the 2025 NFL Draft.

Made in USA

Common Paper Sizes

Posted by TIE Officemates - DPG on Jun 3rd 2021

What Are Common Sizes of Paper?

Below is a reference guide to the most commonly used paper stock sizes in the U.S. and Canada.

Need help choosing a holder for these sizes? See our What Size Holder Do I Need? guide.

Description Width (in) Height (in)
Letter 8.5 11
Legal 8.5 14
Ledger 11 17
Index Card 5 3
#10 Envelope 4.125 9.5
Passport 3.5 5
Driver License 2.375 3.625
Birth Certificate 9 14
Credit Card 3.375 2.125
Photo (4x6) 4 6
Photo (5x7) 5 7
Photo (8x10) 8 10
Poster (11x17) 11 17
Poster (16x20) 16 20
Poster (18x24) 18 24
Poster (22x28) 22 28
Poster (24x36) 24 36
Poster (28x40) 28 40
Poster (36x48) 36 48

{% if template == "pages/product" %} {% if product.inventory_level > 0 %} {% assign availability_url = "https://schema.org/InStock" %} {% else %} {% assign availability_url = "https://schema.org/OutOfStock" %} {% endif %} {% assign product_json = ' { "@context": "https://schema.org", "@type": "Product", "name": ' | append: product.title | json | append: ', "image": ' | append: product.default_image.url_standard | json | append: ', "description": ' | append: product.description | strip_html | json | append: ', "sku": ' | append: product.sku | json | append: ', "brand": { "@type": "Brand", "name": "TIE Office-Mates" }, "offers": { "@type": "Offer", "priceCurrency": ' | append: currency_selector.active_currency_code | json | append: ', "price": ' | append: product.price.with_tax.value | round: 2 | append: ', "itemCondition": "https://schema.org/NewCondition", "availability": ' | append: availability_url | json | append: ', "url": ' | append: product.url | json | append: ' } }' %} {% endif %}