How to remove Extra space on Barcode

I want ot remove space above and under the barcode image, please help on it. Bellow is the code of invocie.tpl

Attatched the screenshot for better understanding


```php

{if $order_info}

{assign var=“order_header” value=$lang.invoice}

{if $status_settings.appearance_type == “I” && $order_info.doc_ids[$status_settings.appearance_type]}

{assign var=“doc_id_text” value=“$lang.invoice #$order_info.doc_ids[$status_settings.appearance_type]”}

{elseif $status_settings.appearance_type == “C” && $order_info.doc_ids[$status_settings.appearance_type]}

{assign var=“doc_id_text” value=“$lang.credit_memo #$order_info.doc_ids[$status_settings.appearance_type]”}

{assign var=“order_header” value=$lang.credit_memo}

{elseif $status_settings.appearance_type == “O”}

{assign var=“order_header” value=$lang.order_details}

{/if}

{if !$company_placement_info}

{assign var=“company_placement_info” value=$order_info.company_id|fn_get_company_placement_info}

{/if}

{if $order_info.company_id}

{assign var=“manifest” value=$order_info.company_id|fn_get_company_manifest}

{/if}

















{hook name="orders:invoice_company_info"}

{/hook}

{$order_header|default:$lang.invoice_title}
{$manifest.Mail_logo.alt}

{$company_placement_info.company_address},
{$company_placement_info.company_city}{if $company_placement_info.company_city && ($company_placement_info.company_state_descr || $company_placement_info.company_zipcode)},{/if} {$company_placement_info.company_state_descr} {$company_placement_info.company_zipcode},
{$company_placement_info.company_country_descr}

{if $company_placement_info.company_phone}




{/if}
{if $company_placement_info.company_phone_2}




{/if}
{if $company_placement_info.company_fax}




{/if}
{if $company_placement_info.company_website}




{/if}
{if $company_placement_info.company_orders_department}


{/if}
{$lang.phone1_label}: {$company_placement_info.company_phone}, {$lang.email}: {$company_placement_info.company_orders_department|replace:",":"
"|replace:" ":""}
{$lang.phone2_label}: {$company_placement_info.company_phone_2}
{$lang.fax}: {$company_placement_info.company_fax}
{$lang.web_site}: {$company_placement_info.company_website}



{hook name="orders:invoice"} {/hook} {hook name="orders:invoice_customer_info"}
{if !$profile_fields}
{assign var="profile_fields" value='I'|fn_get_profile_fields}
{/if}
{if $profile_fields}


{if $profile_fields.C}
{assign var="profields_c" value=$profile_fields.C|fn_fields_from_multi_level:"field_name":"field_id"}
{/if}
{if $profile_fields.B}
{assign var="profields_b" value=$profile_fields.B|fn_fields_from_multi_level:"field_name":"field_id"}
{/if}
{if $profile_fields.S}
{assign var="profields_s" value=$profile_fields.S|fn_fields_from_multi_level:"field_name":"field_id"}


{/if}





{$lang.ship_to}:


{if $order_info.s_firstname && $profields_s.s_firstname || $order_info.s_lastname && $profields_s.s_lastname}


{if $profields_s.s_firstname}{$order_info.s_firstname} {/if}{if $profields_s.s_lastname}{$order_info.s_lastname}{/if}


{/if}
{if $order_info.s_address && $profields_s.s_address || $order_info.s_address_2 && $profields_s.s_address_2}


{if $profields_s.s_address}{$order_info.s_address} {/if}{if $profields_s.s_address_2}
{$order_info.s_address_2}{/if}


{/if}
{if $order_info.s_city && $profields_s.s_city || $order_info.s_state_descr && $profields_s.s_state || $order_info.s_zipcode && $profields_s.s_zipcode}


{if $profields_s.s_city}{$order_info.s_city}{if $profields_s.s_state},{/if} {/if}{if $profields_s.s_state}{$order_info.s_state_descr} {/if}{if $profields_s.s_zipcode}{$order_info.s_zipcode}{/if}


{/if}
{if $order_info.s_country_descr && $profields_s.s_country}


{$order_info.s_country_descr}


{/if}
{if $order_info.s_phone && $profields_s.s_phone}


{if $profields_s.s_phone}{$order_info.s_phone} {/if}


{/if}
{include file="profiles/profiles_extra_fields.tpl" fields=$profile_fields.S}

{if $doc_id_text}{$doc_id_text}{/if}{$lang.order} No. {$order_info.order_id}

{$lang.payment_method} :
{$payment_method.payment|default:" - "}

{$lang.order_date} : {$order_info.timestamp|date_format:"`$settings.Appearance.date_format`, `$settings.Appearance.time_format`"}

{$lang.status} : {$order_status.description}





{if $order_info.shipping}




{if $tracking_number_exists}




{/if}
{/if}
{$lang.shipping_method_invoice}:
{foreach from=$order_info.shipping item="shipping" name="f_shipp"}
{$shipping.shipping}{if !$smarty.foreach.f_shipp.last}, {/if}
{if $shipping.tracking_number}{assign var="tracking_number_exists" value="Y"}{/if}
{/foreach}
{$lang.tracking_number}:
{foreach from=$order_info.shipping item="shipping" name="f_shipp"}
{if $shipping.tracking_number}{$shipping.tracking_number}{if !$smarty.foreach.f_shipp.last},{/if}{/if}
{/foreach}

{/if}
{/hook}
{* Customer info *}


{* Ordered products *}






{if $order_info.use_discount}

{/if}
{if $order_info.taxes && $settings.General.tax_calculation != "subtotal"}

{/if}


{foreach from=$order_info.items item="oi"}
{hook name="orders:items_list_row"}
{if !$oi.extra.parent}




{if $order_info.use_discount}

{/if}
{if $order_info.taxes && $settings.General.tax_calculation != "subtotal"}

{/if}



{/if}
{/hook}
{/foreach}
{hook name="orders:extra_list"}
{/hook}
{$lang.product}} {$lang.quantity} {$lang.unit_price} {$lang.discount} {$lang.tax} {$lang.subtotal}

{$oi.product|unescape|default:$lang.deleted_product}
{hook name="orders:product_info"}
{if $oi.product_code}

{$lang.code}: {$oi.product_code}

{/if}
{/hook}
{if $oi.product_options}
{include file="common_templates/options_info.tpl" product_options=$oi.product_options}{/if}
{if $settings.Suppliers.enable_suppliers == "Y" && $oi.company_id && $settings.Suppliers.display_supplier == "Y"}

{$lang.supplier}: {$oi.company_id|fn_get_company_name}


{/if}
{$oi.amount} {if $oi.extra.exclude_from_calculate}{$lang.free}{else}{include file="common_templates/price.tpl" value=$oi.original_price}{/if} {if $oi.extra.discount|floatval}{include file="common_templates/price.tpl" value=$oi.extra.discount}{else} - {/if} {if $oi.tax_value}{include file="common_templates/price.tpl" value=$oi.tax_value}{else} - {/if} {if $oi.extra.exclude_from_calculate}{$lang.free}{else}{include file="common_templates/price.tpl" value=$oi.display_subtotal}{/if} 


{hook name="orders:ordered_products"}
{/hook}
{* /Ordered products *}

{* Order totals *}










{if $order_info.discount|floatval}




{/if}

{if $order_info.subtotal_discount|floatval}




{/if}
{if $order_info.coupons}
{foreach from=$order_info.coupons item="coupon" key="key"}




{/foreach}
{/if}
{if $order_info.taxes}




{foreach from=$order_info.taxes item=tax_data}




{/foreach}
{/if}
{if $order_info.tax_exempt == 'Y'}




{/if}

{if $order_info.payment_surcharge|floatval && !$take_surcharge_from_vendor}




{/if}


{if $order_info.shipping}




{/if}
{hook name="orders:totals"}
{/hook}








{$lang.subtotal}:  {include file="common_templates/price.tpl" value=$order_info.display_subtotal}
{$lang.including_discount}: 
{include file="common_templates/price.tpl" value=$order_info.discount}
{$lang.order_discount}:
{include file="common_templates/price.tpl" value=$order_info.subtotal_discount}
{$lang.coupon}:  {$key}
{$lang.taxes}:   
{$tax_data.description} {include file="common_templates/modifier.tpl" mod_value=$tax_data.rate_value mod_type=$tax_data.rate_type}{if $tax_data.price_includes_tax == "Y" && ($settings.Appearance.cart_prices_w_taxes != "Y" || $settings.General.tax_calculation == "subtotal")} {$lang.included}{/if}{if $tax_data.regnumber} ({$tax_data.regnumber}){/if}:  {include file="common_templates/price.tpl" value=$tax_data.tax_subtotal}
{$lang.tax_exempt}  
{$lang.payment_surcharge}:  {include file="common_templates/price.tpl" value=$order_info.payment_surcharge}
{$lang.shipping_cost}:  {include file="common_templates/price.tpl" value=$order_info.display_shipping_cost}

{$lang.total_cost}:  {include file="common_templates/price.tpl" value=$order_info.total}



{* /Order totals *}

{if $order_info.notes}





{$lang.notes}:
{$order_info.notes|wordwrap:85:"\n":false|nl2br}

{/if}

{if $content == "invoice"}






{include file="buttons/continue_shopping.tpl" but_href=$continue_url|default:$index_script but_arrow="on" skin_area="customer"}

{include file="buttons/button_popup.tpl" but_text=$lang.print_invoice but_href="orders.print_invoice?order_id=`$order_info.order_id`" width="800" height="600" skin_area="customer"}

{/if} {/if}


```

cs.jpg