> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Printing a Visualization Card

export const InlineImage = ({src, alt = '', height = '1.6em'}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

You can print a Visualization card from either the page or the Details view. If you print a card from the Details view when filters are applied, those filters are applied in the printed version of the card. For more information about applying filters, see [Chart](/s/article/360042924074 "Adding Filters to Your Chart"). Only Visualization cards can be printed—you cannot print notebook, Sumo, or Document cards. However, all chart types are supported, including tables.

If data in a card is filtered due to PDP policies, those filters are applied in the printed version.

**To print a Visualization card,**

1. Do either of the following:

   * (Conditional) If you are in the card page, mouse over the card that you want to print, click
     <InlineImage src="/images/kb/ka05w00000123Qn-00N5w00000Ri7BU-0EM5w000005vOAb.png" /> > **Send / Export**.

     The **Export** dialog opens.
   * (Conditional) If you are in the Details view, click
     <InlineImage src="/images/kb/ka05w00000123Qn-00N5w00000Ri7BU-0EM5w000005vOAc.png" /> > **Send / Export**.

     The **Export** dialog opens.
2. Select **Print**.
3. Select the desired size.
4. (Optional) Select options for additional information you want to print, such as last data update time or the card owner.
5. Click **Print**.
