https://www.viscofan.com/

連結 · 找到 12 個

從頁面中識別的傳出連結

連結Text
https://www.globusgroup.com.au/Australia
http://www.viscofan-bioengineering.com/BioEngineering
https://public.viscofan.com/investor-relations/financialinformation/en/102324_Dividendo%20a%20cuenta%20en%20sistema%20dividendo%20opcional_EN.pdfINTERIM DIVIDEND APPROVAL, START AND ESTIMATED TIMETABLE OF THE SECOND OPTIONAL DIVIDEND SYSTEM
https://public.viscofan.com/investor-relations/financialinformation/en/102324_Programa%20de%20recompra_EN.pdfBUY-BACK PROGRAM
https://public.viscofan.com/investor-relations/financialinformation/en/Viscofan%20-%20Scrip%20Dividend%202a%20edición%20-%20OIR%20Documento%20Informativo%2011.11.24%20ENG.pdfINFORMATION DOCUMENT
https://public.viscofan.com/investor-relations/financialinformation/en/Viscofan%20-%20Scrip%20Dividend%202a%20edición%20-%20OIR%20Complemento_Doc%20Informativo%2019.11.24%20ENG.pdfSUPPLEMENT TO THE INFORMATION DOCUMENT
https://public.viscofan.com/investor-relations/financialinformation/es/Viscofan%20-%20Scrip%20Dividend%202a%20edición%20-%20Anuncio%20BORME%20aumento%20y%20reducción.pdfINCREASE AND REDUCTION OF SHARE CAPITAL
https://public.viscofan.com/investor-relations/financialinformation/en/Viscofan%20-%20Scrip%20Dividend%20-%20Resultado%20ejercicio%20de%20derechos%20dic24_EN.pdfRESULT
https://public.viscofan.com/investor-relations/financialinformation/en/Presentación%204T23_EN.pdfAccess to the presentation
https://www.informeanual2023.viscofan.com/Link to Annual Report

JavaScript 變數 · 找到 26 個

在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取

名稱類型
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
html5object
Modernizrobject
sectionSiteMapClassfunction
secctionLPfunction
setCookiefunction
getCookiefunction

主控台記錄訊息 · 找到 0 條

記錄到 Web 主控台的訊息

HTML

頁面的原始 HTML 主體

<!DOCTYPE html><html lang="en" style="" class=" js flexbox flexboxlegacy canvas canvastext webgl no-touch geolocation postmessage no-websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers no-applicationcache svg inlinesvg smil svgclippaths"><head>
    <title>Viscofan - Meat Casings -  Cellulose Collagen Fibrous Plastic</title>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    
    <meta name="robots" content="index, follow">
    <meta name="author" content="Viscofan S.A.">

    <meta name="keywords" content="Viscofan, meat casings, innovative solutions, The casing company, customized casings, cellulose, collagen, fibrous, plastics, gut, caliber consistency, yields, quality, high resistence, natural appearance, peeling casings industry, United States, mexico, Uruguay, Brazil, Spain, Germany, Serbia, Belgium, Czech Republic, China">
	<meta name="description" content="Viscofan is the world leader supplier of casings  for meat products which it distributes in over 100 countries world wide, and is the only manufacturer usig technology for all categories of casings products: cellulose, collagen, fibrous and plastic">

    <link href="/Content/css?v=4gNA8hJoZHnPr7BeiuCd_GuXVr8Yex52l2k31XRTYW01" rel="stylesheet">

    <script src="/bundles/modernizr?v=QZTpgFA-zRi28FHInjPOp9lXJl6mFGrWHlv3QhMpqSw1"></script>


    <script src="/bundles/jquery?v=X27tF0BUnfhS3L6nanYWZoztscRPXXEENY41t1_jb941"></script>

    <script src="/bundles/bootstrap?v=LRJhmiDzrdYAEEj9K4mBGq2EVtP9SCmPDaPHBz5Z3Xk1"></script>


        <script async="" src="https://www.googletagmanager.com/gtag/js?id=G-G6KXY1RRNJ"></script>
        <script type="application/javascript">

            var disableStr = 'ga-disable-G-G6KXY1RRNJ';

            // Si no existe la varialbe de control para usar o no Google Analitys
            if (document.cookie.indexOf('ga-disable') == -1) {
                setCookie("ga-disable", "true", 730);// Creamos la variable indicando que esán desabilitadas
            }


            /*****************************/
            /* Botonnes Cookie Settings */
            $(document).ready(function () {

                $(".bCSetting").click(function (e) {

                    var c = getCookie("ga-disable");

                    if (c == "true") {//Si está desabilido Google Analitycs

                        $("#OffCookies").addClass("active");
                        $("#onCookies").removeClass("active");

                    } else if (c == "false") {

                        $("#onCookies").addClass("active");
                        $("#OffCookies").removeClass("active");
                    }

                    $('#cookieSettings').modal({ backdrop: 'static', keyboard: false });
                });

                $(".bGuardar").click(function () {
                    console.log("Configuración Cookies aceptada");
                    setCookie("configCookiesSave", "true", 365);

                    var c = getCookie("ga-disable");
                    if (c == "false") {// Si no está bloqueado el envío a Google Analitycs
                        window[disableStr] = false;
                        sendtoGoolgleAnalitycs();
                    } else {
                        window[disableStr] = true;
                    }
                    $('#cookie-bar').hide();

                    if (typeof facebookPixel == 'function') {
                        console.log("facebookPixel save");
                        facebookPixel();
                    }
                });

                $(".bRechazar").click(function (e) {

                    setCookie("ga-disable", "true", 730);
                    setCookie("configCookiesSave", "true", 365);

                    $('#cookie-bar').hide();
                });

                $(".bAceptar").click(function (e) {
                    console.log("Cookies aceptadas");
                    setCookie("ga-disable", "false", 730);
                    setCookie("configCookiesSave", "true", 365);

                    var c = getCookie("ga-disable");

                    if (c == "false") {// Si no está bloqueado el envío a Google Analitycs
                        window[disableStr] = false;
                        sendtoGoolgleAnalitycs();
                    } else {
                        window[disableStr] = true;
                    }

                    $('#cookie-bar').hide();

                    if (typeof facebookPixel == 'function') {
                        console.log("facebookPixel acept");
                        facebookPixel();
                    }

                });

                $("#onCookies").click(function (e) {

                    console.log("On cookies");
                    setCookie("ga-disable", "false", 730);
                });

                $("#OffCookies").click(function (e) {

                    console.log("Off cookies");
                    gaOptout();
                });
            });
            /***************************/

            if (document.cookie.indexOf('ga-disable=true') > -1) {

                window[disableStr] = true;

            } else {

                sendtoGoolgleAnalitycs();
            }

            function sendtoGoolgleAnalitycs() {

                window.dataLayer = window.dataLayer || [];
                function gtag() { dataLayer.push(arguments); }
                gtag('js', new Date());

                gtag('config', 'G-G6KXY1RRNJ');
            }

            // Opt-out function
            function gaOptout() {

                setCookie("ga-disable", "true", 730);
                window[disableStr] = true;
            }
        </script>

            <link rel="alternate" hreflang="en" href="https://www.viscofan.com/">
            <link rel="alternate" hreflang="es" href="https://www.viscofan.com/es/">
            <link rel="alternate" hreflang="de-DE" href="https://www.viscofan.com/de-de/">
            <link rel="alternate" hreflang="en-US" href="https://www.viscofan.com/en-us/">
            <link rel="alternate" hreflang="cs-CZ" href="https://www.viscofan.com/cs-cz/">
            <link rel="alternate" hreflang="en-CZ" href="https://www.viscofan.com/en-cz/">
            <link rel="alternate" hreflang="es-ES" href="https://www.viscofan.com/es-es/">
            <link rel="alternate" hreflang="en-BE" href="https://www.viscofan.com/en-be/">
            <link rel="alternate" hreflang="es-MX" href="https://www.viscofan.com/es-mx/">
            <link rel="alternate" hreflang="es-UY" href="https://www.viscofan.com/es-uy/">
            <link rel="alternate" hreflang="en-CA" href="https://www.viscofan.com/en-ca/">
            <link rel="alternate" hreflang="fr-CA" href="https://www.viscofan.com/fr-ca/">
            <link rel="alternate" hreflang="sr-RS" href="https://www.viscofan.com/sr-rs/">
            <link rel="alternate" hreflang="en-RS" href="https://www.viscofan.com/en-rs/">
            <link rel="alternate" hreflang="pt-BR" href="https://www.viscofan.com/pt-br/">
    
    <link rel="shortcut icon" href="/Content/imgs/favicon.ico" type="image/vnd.microsoft.icon">

</head>
    <body style="">

    
    <div class="container cabecera">
		<div class="row">
			<div class="col-sm-4 col-md-6">
                <a href="/">
					<img class="img-responsive" style="margin: 0 !important; max-height: 70px;" src="https://public.viscofan.com/imgs/Viscofan_The_casing_company_logo.png" alt="Viscofan">
				</a>
			</div>
			<div class="col-sm-8 col-md-6">
				<div id="EnlacesCabecera" class="row">
					
                    <div class="col-sm-5 zona">
						<img src="/Content/imgs/home.png" alt="Viscofan Global Web">
						<a href="/"><span id="contactTop">&nbsp;Global corporate website</span></a>
					</div>

                    <div class="col-sm-7">
						<div class="selectLanguage">
                            <img src="/Content/imgs/world.png" alt="Viscofan World">
							<span class="selectLanguageTexto"> You are in: <span class="nombreFilial">The Viscofan Group</span>
                            </span>
                            <span style="margin-left: 15px;"><a class="cIdSel" href="/">EN</a> | <a href="/es/">ES</a></span>
						</div>
					</div>

				</div>
			</div>
		</div>
	</div>
	

    
    <nav class="navbar navbar-default">
        
            <div class="navbar-header">
                <button type="button" class="navbar-toggle bMenu pull-left" style="margin-left: 30px;" data-toggle="collapse" data-target=".navbar-collapse">
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
            </div>
            <div class="navbar-collapse collapse">
                <ul id="menu" class="nav navbar-nav">
                    
                            <li class="dropdown">
                                <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" href="#">ABOUT VISCOFAN</a>
                                <ul class="dropdown-menu">
                                  <li><a href="/about-viscofan">ABOUT VISCOFAN</a></li>
                                  <li role="separator" class="divider"></li>
                                            <li><a href="/about-viscofan/letter-from-the-chairman"> Letter from the Chairman</a></li>
                                            <li><a href="/about-viscofan/mission-vision-values"> Mission, vision, values</a></li>
                                            <li><a href="/about-viscofan/strategy"> Strategy</a></li>
                                            <li><a href="/about-viscofan/viscofan-worldwide"> Viscofan Worldwide</a></li>
                                            <li><a href="/about-viscofan/history"> History</a></li>
                                            <li><a href="/about-viscofan/key-figures"> Key Figures</a></li>
                                            <li><a href="/about-viscofan/innovation-and-projects"> Innovation and Projects</a></li>
                                            <li><a href="/about-viscofan/contact"> Contact</a></li>

                                  
                                </ul>
                            </li>
                            <li class="dropdown">
                                <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" href="#">PRODUCTS AND MARKETS</a>
                                <ul class="dropdown-menu">
                                  <li><a href="/products-and-markets">PRODUCTS AND MARKETS</a></li>
                                  <li role="separator" class="divider"></li>
                                            <li class="dropdown-header">Viscofan products</li>
                                            <li><a href="/products-and-markets/cellulose">&nbsp;&nbsp;&nbsp; Cellulose</a></li>
                                            <li><a href="/products-and-markets/collagen">&nbsp;&nbsp;&nbsp; Collagen</a></li>
                                            <li><a href="/products-and-markets/fibrous">&nbsp;&nbsp;&nbsp; Fibrous</a></li>
                                            <li><a href="/products-and-markets/functional-solutions">&nbsp;&nbsp;&nbsp; Functional solutions</a></li>
                                            <li><a href="/products-and-markets/plastics">&nbsp;&nbsp;&nbsp; Plastics</a></li>
                                            <li><a href="/products-and-markets/viscofan-veggie">&nbsp;&nbsp;&nbsp; Viscofan Veggie</a></li>
                                            <li><a href="/products-and-markets/efan">&nbsp;&nbsp;&nbsp; eFAN</a></li>
                                            <li><a href="/products-and-markets/edileaf">&nbsp;&nbsp;&nbsp; Edileaf</a></li>
                                            <li class="dropdown-header">Where to buy</li>
                                            <li><a href="/products-and-markets/where-to-buy/america">&nbsp;&nbsp;&nbsp; America</a></li>
                                            <li><a href="/products-and-markets/where-to-buy/africa">&nbsp;&nbsp;&nbsp; Africa</a></li>
                                            <li><a href="/products-and-markets/where-to-buy/asia">&nbsp;&nbsp;&nbsp; Asia</a></li>
                                            <li><a href="/products-and-markets/where-to-buy/europe">&nbsp;&nbsp;&nbsp; Europe</a></li>
                                            <li><a href="/products-and-markets/where-to-buy/middle-east">&nbsp;&nbsp;&nbsp; Middle East</a></li>
                                            <li><a href="/products-and-markets/where-to-buy/oceania">&nbsp;&nbsp;&nbsp; Oceania</a></li>
                                            <li><a href="/products-and-markets/suppliers-area"> Suppliers area</a></li>
                                            <li><a href="/products-and-markets/access-to-visnet"> Access to VisNet</a></li>

                                  
                                </ul>
                            </li>
                            <li class="dropdown">
                                <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" href="#">CORPORATE GOVERNANCE</a>
                                <ul class="dropdown-menu">
                                  <li><a href="/corporate-governance">CORPORATE GOVERNANCE</a></li>
                                  <li role="separator" class="divider"></li>
                                            <li><a href="/corporate-governance/shareholder-structure"> Shareholder Structure</a></li>
                                            <li><a href="/corporate-governance/board-of-directors"> Board of Directors</a></li>
                                            <li><a href="/corporate-governance/company-bylaws"> Company Bylaws</a></li>
                                            <li><a href="/corporate-governance/regulations-and-policies"> Regulations and Policies</a></li>
                                            <li><a href="/corporate-governance/corporate-governance-report"> Corporate Governance Report</a></li>
                                            <li><a href="/corporate-governance/shareholders-agreements"> Shareholders Agreements</a></li>
                                            <li><a href="/corporate-governance/ethical-channel.-integrity-line"> Ethical Channel. Integrity Line</a></li>

                                  
                                </ul>
                            </li>
                            <li class="dropdown">
                                <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" href="#">SUSTAINABILITY</a>
                                <ul class="dropdown-menu">
                                  <li><a href="/sustainability">SUSTAINABILITY</a></li>
                                  <li role="separator" class="divider"></li>
                                            <li><a href="/sustainability/our-commitment-to-sdg"> Our commitment to SDG</a></li>
                                            <li><a href="/sustainability/our-material-aspects"> Our material aspects</a></li>
                                            <li><a href="/sustainability/dialog-with-stakeholders"> Dialog with stakeholders</a></li>
                                            <li class="dropdown-header">Our sustainability areas</li>
                                            <li><a href="/sustainability/environment">&nbsp;&nbsp;&nbsp; Environment</a></li>
                                            <li><a href="/sustainability/people">&nbsp;&nbsp;&nbsp; People</a></li>
                                            <li><a href="/sustainability/commercial-and-supply-chain-management">&nbsp;&nbsp;&nbsp; Commercial and supply chain management</a></li>
                                            <li><a href="/sustainability/human-rights-and-society">&nbsp;&nbsp;&nbsp; Human rights and society</a></li>

                                  
                                </ul>
                            </li>
                            <li class="dropdown">
                                <a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" href="#">INVESTOR RELATIONS</a>
                                <ul class="dropdown-menu">
                                  <li><a href="/investor-relations">INVESTOR RELATIONS</a></li>
                                  <li role="separator" class="divider"></li>
                                            <li><a href="/investor-relations/viscofan-share-capital"> Viscofan share capital</a></li>
                                            <li><a href="/investor-relations/treasury-shares"> Treasury shares</a></li>
                                            <li><a href="/investor-relations/viscofan-in-the-stock-exchange"> Viscofan in the stock exchange</a></li>
                                            <li><a href="/investor-relations/dividends-and-other-remuneration"> Dividends and other remuneration</a></li>
                                            <li><a href="/investor-relations/analysts-coverage"> Analysts' coverage</a></li>
                                            <li><a href="/investor-relations/financial-information-and-annual-report"> Financial information and Annual report</a></li>
                                            <li><a href="/investor-relations/presentations"> Presentations</a></li>
                                            <li><a href="/investor-relations/investors-calendar"> Investor´s Calendar</a></li>
                                            <li><a href="/investor-relations/general-shareholders-meeting"> General shareholders meeting</a></li>
                                            <li><a href="/investor-relations/other-financial-information"> Other financial information</a></li>
                                            <li class="dropdown-header">Information sent to the CNMV</li>
                                            <li><a href="/investor-relations/inside-information">&nbsp;&nbsp;&nbsp; Inside Information</a></li>
                                            <li><a href="/investor-relations/other-relevant-information">&nbsp;&nbsp;&nbsp; Other Relevant Information</a></li>
                                            <li><a href="/investor-relations/relevant-events">&nbsp;&nbsp;&nbsp; Relevant Events</a></li>

                                  
                                </ul>
                            </li>
                            <li><a href="/news">NEWS</a></li>
                            <li><a href="/our-people">OUR PEOPLE</a></li>
                </ul>
            </div>
        
    </nav>
    

    
    <div class="languagesPanel">
        <div class="container clp">

            <div class="row">
                <div class="languagesHeader">
                    <img class="selectLanguageTexto panelClose pull-right" src="/Content/imgs/close.png">
                </div>
            </div>

            <div class="languagesOptions">
                <div class="row laOpZona">Global</div>
                <div class="row zona zona">
                
                            <div class="col-sm-4">

                                    <h4 class="sectionLP">The Viscofan Group</h4>
                        


                                        <span><a href="/" class="paneloptActive selectIdi">EN</a></span>
 <span>|</span>                                         <span><a href="/es/" class=" selectIdi">ES</a></span>
                    
                            </div>
                </div>
                <div class="row laOpZona">Europe</div>
                <div class="row zona zona">
                
                            <div class="col-sm-4">

                                    <h4 class="sectionLP">Belgium</h4>
                        


                                        <span><a href="/en-be/" class=" selectIdi">EN</a></span>
                    
                            </div>
                            <div class="col-sm-4">

                                    <h4 class="sectionLP">Czech Republic</h4>
                        


                                        <span><a href="/cs-cz/" class=" selectIdi">CS</a></span>
 <span>|</span>                                         <span><a href="/en-cz/" class=" selectIdi">EN</a></span>
                    
                            </div>
                            <div class="col-sm-4">

                                    <h4 class="sectionLP">Germany</h4>
                        


                                        <span><a href="/de-de/" class=" selectIdi">DE</a></span>
                    
                            </div>
                            <div class="col-sm-4">

                                    <h4 class="sectionLP">Serbia</h4>
                        


                                        <span><a href="/en-rs/" class=" selectIdi">EN</a></span>
 <span>|</span>                                         <span><a href="/sr-rs/" class=" selectIdi">SR</a></span>
                    
                            </div>
                            <div class="col-sm-4">

                                    <h4 class="sectionLP">Spain</h4>
                        


                                        <span><a href="/es-es/" class=" selectIdi">ES</a></span>
                    
                            </div>
                </div>
                <div class="row laOpZona">Americas</div>
                <div class="row zona zona">
                
                            <div class="col-sm-4">

                                    <h4 class="sectionLP">Brazil</h4>
                        


                                        <span><a href="/pt-br/" class=" selectIdi">PT</a></span>
                    
                            </div>
                            <div class="col-sm-4">

                                    <h4 class="sectionLP">Canada</h4>
                        


                                        <span><a href="/en-ca/" class=" selectIdi">EN</a></span>
 <span>|</span>                                         <span><a href="/fr-ca/" class=" selectIdi">FR</a></span>
                    
                            </div>
                            <div class="col-sm-4">

                                    <h4 class="sectionLP">Mexico</h4>
                        


                                        <span><a href="/es-mx/" class=" selectIdi">ES</a></span>
                    
                            </div>
                            <div class="col-sm-4">

                                    <h4 class="sectionLP">United States</h4>
                        


                                        <span><a href="/en-us/" class=" selectIdi">EN</a></span>
                    
                            </div>
                            <div class="col-sm-4">

                                    <h4 class="sectionLP">Uruguay</h4>
                        


                                        <span><a href="/es-uy/" class=" selectIdi">ES</a></span>
                    
                            </div>
                </div>
                <div class="row laOpZona">Asia &amp; Oceania</div>
                <div class="row zona zona">
                
                            <div class="col-sm-4">

                        


                                        <span><a href="https://www.globusgroup.com.au/" class=" selectIdi">Australia</a></span>
                    
                            </div>
                </div>
                <div class="row laOpZona">Viscofan BioEngineering</div>
                <div class="row zona zona">
                
                            <div class="col-sm-4">

                        


                                        <span><a href="http://www.viscofan-bioengineering.com/" class=" selectIdi">BioEngineering</a></span>
                    
                            </div>
                </div>
            </div>
        
      </div>
    </div>
    


    <div class="container">
        

<div class="row zona">
    <div class="col-md-12">
        <video class="vcontrols" poster="https://public.viscofan.com/PublishingImages/PosterHomeVideo.png" controls="">
            <source src="https://public.viscofan.com/Documents/Videos/Video%20Home%20En.mp4" type="video/mp4">
        </video>
    </div>    
</div>


<div class="row zona">
    <div class="col-md-12">
        <div class="ExternalClass876ECAD8892C45D5AEC81A3B570F94AD"><div id="TitularBlanco TitularBlancoHome"><div id="TitularCabecera">​WELCOME TO VISCOFAN</div>
<div id="TitularCuerpo">Viscofan wants to go beyond the traditional borders with a new purpose “Reshaping food and wellbeing. For many, for long”, seeking to help to provide access to food and nutrition throughout the world, and to improve the wellbeing and health of people. All this with a long-term vision, generating a permanent impact over time. <div>&nbsp;</div>
<div><table align="center"><tbody><tr style="color:rgb(255, 255, 255);background-color:rgb(211, 80, 38)"><th style="width:315px;height:60px;text-align:center;color:rgb(255, 255, 255);background-color:rgb(0, 97, 138)"><a href="https://www.viscofan.com/about-viscofan" target="_blank"><span style="color:rgb(255, 255, 255)">ABOUT VISCOFAN</span></a></th></tr></tbody></table></div></div></div></div>
<div>&nbsp;</div>
​​<div class="ExternalClassE30CBAD5EF1A4E1BBEFB39822AA6CC01"><div class="row zona">
            <div class="col-md-12">

                <div class="JGAhome">
                    <img class="img-responsive" src="https://public.viscofan.com/imgs/Resultados%201T21_Imagen.png" alt="">
                    <div class="JGAT1">
                        <span class="t1">Optional dividend system</span>
                        <p class="t2">Documentation</p>
                    </div>
                    <div class="JGAT2">
                        <span class="t1"></span>
 <div class="t2"><a href="https://public.viscofan.com/investor-relations/financialinformation/en/102324_Dividendo%20a%20cuenta%20en%20sistema%20dividendo%20opcional_EN.pdf">INTERIM DIVIDEND APPROVAL, START AND ESTIMATED TIMETABLE OF THE SECOND OPTIONAL DIVIDEND SYSTEM<span class="glyphicon glyphicon glyphicon-share-alt"></span></a></div>
<div class="t2"><a href="https://public.viscofan.com/investor-relations/financialinformation/en/102324_Programa%20de%20recompra_EN.pdf">BUY-BACK PROGRAM<span class="glyphicon glyphicon glyphicon-share-alt"></span></a></div>
<div class="t2"><a href="https://public.viscofan.com/investor-relations/financialinformation/en/Viscofan%20-%20Scrip%20Dividend%202a%20edición%20-%20OIR%20Documento%20Informativo%2011.11.24%20ENG.pdf">INFORMATION DOCUMENT<span class="glyphicon glyphicon glyphicon-share-alt"></span></a></div>
<div class="t2"><a href="https://public.viscofan.com/investor-relations/financialinformation/en/Viscofan%20-%20Scrip%20Dividend%202a%20edición%20-%20OIR%20Complemento_Doc%20Informativo%2019.11.24%20ENG.pdf">SUPPLEMENT TO THE INFORMATION DOCUMENT<span class="glyphicon glyphicon glyphicon-share-alt"></span></a></div>
<div class="t2"><a href="https://public.viscofan.com/investor-relations/financialinformation/es/Viscofan%20-%20Scrip%20Dividend%202a%20edición%20-%20Anuncio%20BORME%20aumento%20y%20reducción.pdf">INCREASE AND REDUCTION OF SHARE CAPITAL<span class="glyphicon glyphicon glyphicon-share-alt"></span></a></div>
<div class="t2"><a href="https://public.viscofan.com/investor-relations/financialinformation/en/Viscofan%20-%20Scrip%20Dividend%20-%20Resultado%20ejercicio%20de%20derechos%20dic24_EN.pdf">RESULT<span class="glyphicon glyphicon glyphicon-share-alt"></span></a></div>

                    </div>
                </div>

            </div>
        </div>
</div>
​​​​​​​​​​​​​​​​​​
    </div>
</div>


<div id="myCarousel" class="carousel slide zona" data-ride="carousel">
        
    
    <div class="carousel-inner">
                <div class="item active">
                <img src="https://public.viscofan.com/imgs/Viscofan_The_casing_company_celulosa_cellulose_cabecera_home.jpg">
                <div class="carousel-caption">
                    <h3>PRODUCTS</h3>
                    <h2>CELLULOSE</h2>
                    <div id="texto-carousel"><div class="ExternalClass26CEC42732DB438DADDF4CA88FF6468F">Always innovating to continue offering the most efficient cellulose casing, characterized by its consistent caliber and allowing productivity at the highest level and maximum quality</div></div>
                    <div class="BotonSliderNaranja"><a href="/products-and-markets/cellulose"><span class="TextoBotonSliderNaranja">VIEW CELLULOSE</span></a></div>  
                </div>
                </div>
                <div class="item ">
                <img src="https://public.viscofan.com/imgs/Viscofan_The_casing_company_colágeno_collagen_cabecera_home.jpg">
                <div class="carousel-caption">
                    <h3>PRODUCTS</h3>
                    <h2>COLLAGEN</h2>
                    <div id="texto-carousel"><div class="ExternalClassFFF58AC7A69C447189DF588291A78D1E">A high resistant casing that makes secure the stuffing processes and ensures an attractive natural and traditional appearance to your products</div></div>
                    <div class="BotonSliderNaranja"><a href="/products-and-markets/collagen"><span class="TextoBotonSliderNaranja">VIEW COLLAGEN</span></a></div>  
                </div>
                </div>
                <div class="item ">
                <img src="https://public.viscofan.com/imgs/Viscofan_The_casing_company_plástico_cabecera_home.jpg">
                <div class="carousel-caption">
                    <h3>PRODUCTS</h3>
                    <h2>PLASTICS</h2>
                    <div id="texto-carousel"><div class="ExternalClassA2A1670A340A46EFAB6E96C2C6486B59">The plastic range from Viscofan is unbeatable in variety. Now more than ever, we offer the perfect solution for all your applications</div></div>
                    <div class="BotonSliderNaranja"><a href="/products-and-markets/plastics"><span class="TextoBotonSliderNaranja">VIEW PLASTICS</span></a></div>  
                </div>
                </div>
                <div class="item ">
                <img src="https://public.viscofan.com/imgs/Viscofan_The_casing_company_fibrosa_cabecera_home.jpg">
                <div class="carousel-caption">
                    <h3>PRODUCTS</h3>
                    <h2>FIBROUS</h2>
                    <div id="texto-carousel"><div class="ExternalClass743871496E02410DADDD4EE992846750">The complete solution for every demand in modern sausage production, their uniform caliber and excellent peelability are a second to none</div></div>
                    <div class="BotonSliderNaranja"><a href="/products-and-markets/fibrous"><span class="TextoBotonSliderNaranja">VIEW FIBROUS</span></a></div>  
                </div>
                </div>
                <div class="item ">
                <img src="https://public.viscofan.com/imgs/Functional_Solutions.jpg">
                <div class="carousel-caption">
                    <h3>PRODUCTS</h3>
                    <h2>FUNCTIONAL SOLUTIONS</h2>
                    <div id="texto-carousel"><div class="ExternalClass8788A17459104DB4975192818C17EE02">A functional value added solution for your production process</div></div>
                    <div class="BotonSliderNaranja"><a href="/products-and-markets/functional-solutions"><span class="TextoBotonSliderNaranja">VIEW FUNCTIONAL SOLUTIONS</span></a></div>  
                </div>
                </div>
                <div class="item ">
                <img src="https://public.viscofan.com/imgs/Viscofan_Veggie_Vegetal_Casing.jpg">
                <div class="carousel-caption">
                    <h3>PRODUCTS</h3>
                    <h2>VISCOFAN VEGGIE</h2>
                    <div id="texto-carousel"><div class="ExternalClass7EC08D16556E4BA09590D32BEC8DD713">Our new, remarkable, edible vegetable casing. Viscofan Veggie casing, an alternative to help you expand your product scope and meet current demands</div></div>
                    <div class="BotonSliderNaranja"><a href="/products-and-markets/viscofan-veggie"><span class="TextoBotonSliderNaranja">VIEW VISCOFAN VEGGIE</span></a></div>  
                </div>
                </div>
    </div>

    <!-- Left and right controls -->
    <a class="left carousel-control" href="#myCarousel" data-slide="prev">
        <span class="glyphicon glyphicon-chevron-left"></span>
        <span class="sr-only">Previous</span>
    </a>
    <a class="right carousel-control" href="#myCarousel" data-slide="next">
        <span class="glyphicon glyphicon-chevron-right"></span>
        <span class="sr-only">Next</span>
    </a>
</div>

<div class="row zona">
    
</div>

<div class="row zona">
    <div class="ExternalClassB3CF83AC1EC6449B8BE886A2BF798A33"><div class="ExternalClassE4E481A899804A0CBC774028B4DFFB60" style="text-align:center;color:rgb(2, 98, 139)"><p><strong>SHAREHOLDERS AND INVESTORS </strong></p></div></div>
</div>

<div class="row zona">
        <div class="col-sm-4">
        
            <div class="row">
		        <div class="col-md-12">
			        <div class="tlastvalue">LAST VALUE</div>			    
			        
	    	    </div>
    	    </div>
            
            <div class="row">
                <div class="col-md-12">
                    <iframe class="embed-responsive-item" src="https://tools.eurolandir.com/tools/ticker/html/?companycode=ES-VIS&amp;lang=en-gb" scrolling="no" border="0" frameborder="0" width="100%" height="400"></iframe>
                </div>
            </div>
        
        </div>
    <div class="col-sm-4"><div class="ExternalClass4AE7475B89B446F2AED3EF49E84D1970"><p style="text-align:center;color:rgb(211, 80, 38)"><strong>PRESENTACIONES<br><br></strong></p>
<p><a href="https://public.viscofan.com/investor-relations/financialinformation/en/Presentación%204T23_EN.pdf" target="_blank"><img class="img-responsive" alt="Viscofan soluciones de envasado" src="https://public.viscofan.com/imgs/Viscofan_The_casing_company_packaging_solutions.jpg"></a>&nbsp;</p>
<p><b>Presentation of results for the financial year 2023</b></p>
<p style="color:rgb(40, 40, 40)"><a href="https://public.viscofan.com/investor-relations/financialinformation/en/Presentación%204T23_EN.pdf" target="_blank">Access to the presentation</a><br></p>
</div>
​</div>
    
    <div class="col-sm-4"><div class="ExternalClass4AE7475B89B446F2AED3EF49E84D1970"><p style="text-align:center"><strong>​ANNUAL REPORT<br><br></strong></p>
<p><a href="https://www.informeanual2023.viscofan.com/" target="_blank"><img class="img-responsive" alt="Viscofan packaging solutions" src="https://public.viscofan.com/imgs/Annual%20Report%2023%20Image.png"></a>&nbsp;</p>
<p><strong>2023 Annual Report website ​</strong></p>
<p><a href="https://www.informeanual2023.viscofan.com/" target="_blank">Link to Annual Report</a></p></div>


​​​</div>
</div>


<div class="row zona">
    <div class="col-sm-12">
        <div class="newsHeadHome">LATEST</div>
                <div class="newsHome">
                    <div class="newsdateHome">23/October/2024</div>
                    <div class="newstitleHome"><a href="/news/new/189">Viscofan Group releases 3Q24 results</a></div>
                </div>
                <div class="newsHome">
                    <div class="newsdateHome">08/October/2024</div>
                    <div class="newstitleHome"><a href="/news/new/188">A project is launched to boost the decarbonisation of industrial processes through electrolysers that generate H2 green</a></div>
                </div>
                <div class="newsHome">
                    <div class="newsdateHome">19/September/2024</div>
                    <div class="newstitleHome"><a href="/news/new/187">Viscofan acquires 60% of Brasfibra and Master Couros for BRL 88 million
</a></div>
                </div>
        <div class="newsFootHome"><a href="/news/news">VIEW ALL NEWS</a></div>
    </div>
</div>

<div class="row zona">
    <div class="col-sm-12"><div class="ExternalClass3D6D9DDC7615440195B90248E0D09B57"><div id="grupo"><h2>​VISCOFAN GROUP</h2>
<h3>VISCOFAN IN THE WORLD</h3>
<p>Viscofan has casing production sites in Spain, Australia, Belgium, Brazil, Canada, China, Czech Republic, Germany, Mexico, New Zealand, Serbia, Uruguay, USA.</p>
<div><a href="/about-viscofan/viscofan-worldwide">SEE GROUP COMPANIES</a></div></div></div></div>
</div>


<div class="row zona">
    <div class="col-sm-4"><div class="ExternalClassACB69E9BFBF64A54ADFFBA0BE776AE6F"><div class="bloques"><a href="/about-viscofan/innovation-and-projects"><img alt="Viscofan the casing company innovation" src="https://public.viscofan.com/imgs/Viscofan_The_casing_company_innovation.jpg" class="img-responsive"><h2>Innovation</h2></a></div></div></div>
    <div class="col-sm-4"><div class="ExternalClassC564C2CF0D2247BA8BD2479B4705CD43"><div class="bloques"><a href="/our-people"><span><img width="360" alt="Viscofan the casing company employees work with us curriculum" src="https://public.viscofan.com/imgs/Viscofan_The_casing_company_employee_work_with_us.jpg" class="img-responsive"></span> <h2>work with us</h2></a></div></div></div>
    <div class="col-sm-4"><div class="ExternalClass20483D58D05E4638A91FC56A891D3316"><div class="bloques"><a href="http://www.viscofan.com/sustainability"><span><img width="360" class="img-responsive" alt="Viscofan the casing company corporate responsibility" src="https://public.viscofan.com/imgs/Viscofan_The_casing_company_corporate_responsibility.jpg"><h2>SUSTAINABILITY​</h2></span></a></div></div>
</div>
</div>
    </div>

    <foorter>
    <div class="container-fluid pie">
        <div class="row">
            <div class="col-md-2">
		        <a style="padding-left:15px" href="/">
				    <img src="https://public.viscofan.com/imgs/Viscofan_The_casing_company_logo_small.png" alt="Viscofan the casing company logo">
			    </a>
		    </div>
		    <div class="col-md-10">
                        <div>® Viscofan Group<br><ul>
                            <li>All rights reserved</li>
                            <li><a href="/legal-information">Legal Information</a></li>
                            <li><a href="/privacy-policy">Privacy policy</a></li>
                            <li><a href="/cookies-policy">Cookies policy</a></li>
                            <li class="lastNodeFooter"><a href="/about-viscofan/contact">Contact</a></li></ul></div>
            </div>
	    </div>
    </div>

    <div class="container-fluid">
		<div class="row sitemap">

                            <div class="col-md-2">
                        <h3 class="sectionSiteMap"><span class="glyphicon glyphicon-chevron-right"></span>ABOUT VISCOFAN</h3>
                        <ul style="display: none;">
							    <li><a href="/about-viscofan/letter-from-the-chairman">Letter from the Chairman</a></li>
							    <li><a href="/about-viscofan/mission-vision-values">Mission, vision, values</a></li>
							    <li><a href="/about-viscofan/strategy">Strategy</a></li>
							    <li><a href="/about-viscofan/viscofan-worldwide">Viscofan Worldwide</a></li>
							    <li><a href="/about-viscofan/history">History</a></li>
							    <li><a href="/about-viscofan/key-figures">Key Figures</a></li>
							    <li><a href="/about-viscofan/innovation-and-projects">Innovation and Projects</a></li>
							    <li><a href="/about-viscofan/contact">Contact</a></li>
                            </ul></div>
                            <div class="col-md-2">
                        <h3 class="sectionSiteMap"><span class="glyphicon glyphicon-chevron-right"></span>PRODUCTS AND MARKETS</h3>
                        <ul style="display: none;">
                            <li>Viscofan products</li>
							    <li><a href="/products-and-markets/cellulose" class="n3">Cellulose</a></li>
							    <li><a href="/products-and-markets/collagen" class="n3">Collagen</a></li>
							    <li><a href="/products-and-markets/fibrous" class="n3">Fibrous</a></li>
							    <li><a href="/products-and-markets/functional-solutions" class="n3">Functional solutions</a></li>
							    <li><a href="/products-and-markets/plastics" class="n3">Plastics</a></li>
							    <li><a href="/products-and-markets/viscofan-veggie" class="n3">Viscofan Veggie</a></li>
							    <li><a href="/products-and-markets/efan" class="n3">eFAN</a></li>
							    <li><a href="/products-and-markets/edileaf" class="n3">Edileaf</a></li>
                            <li>Where to buy</li>
							    <li><a href="/products-and-markets/where-to-buy/america" class="n3">America</a></li>
							    <li><a href="/products-and-markets/where-to-buy/africa" class="n3">Africa</a></li>
							    <li><a href="/products-and-markets/where-to-buy/asia" class="n3">Asia</a></li>
							    <li><a href="/products-and-markets/where-to-buy/europe" class="n3">Europe</a></li>
							    <li><a href="/products-and-markets/where-to-buy/middle-east" class="n3">Middle East</a></li>
							    <li><a href="/products-and-markets/where-to-buy/oceania" class="n3">Oceania</a></li>
							    <li><a href="/products-and-markets/suppliers-area">Suppliers area</a></li>
							    <li><a href="/products-and-markets/access-to-visnet">Access to VisNet</a></li>
                            </ul></div>
                            <div class="col-md-2">
                        <h3 class="sectionSiteMap"><span class="glyphicon glyphicon-chevron-right"></span>CORPORATE GOVERNANCE</h3>
                        <ul style="display: none;">
							    <li><a href="/corporate-governance/shareholder-structure">Shareholder Structure</a></li>
							    <li><a href="/corporate-governance/board-of-directors">Board of Directors</a></li>
							    <li><a href="/corporate-governance/company-bylaws">Company Bylaws</a></li>
							    <li><a href="/corporate-governance/regulations-and-policies">Regulations and Policies</a></li>
							    <li><a href="/corporate-governance/corporate-governance-report">Corporate Governance Report</a></li>
							    <li><a href="/corporate-governance/shareholders-agreements">Shareholders Agreements</a></li>
							    <li><a href="/corporate-governance/ethical-channel.-integrity-line">Ethical Channel. Integrity Line</a></li>
                            </ul></div>
                            <div class="col-md-2">
                        <h3 class="sectionSiteMap"><span class="glyphicon glyphicon-chevron-right"></span>SUSTAINABILITY</h3>
                        <ul style="display: none;">
							    <li><a href="/sustainability/our-commitment-to-sdg">Our commitment to SDG</a></li>
							    <li><a href="/sustainability/our-material-aspects">Our material aspects</a></li>
							    <li><a href="/sustainability/dialog-with-stakeholders">Dialog with stakeholders</a></li>
                            <li>Our sustainability areas</li>
							    <li><a href="/sustainability/environment" class="n3">Environment</a></li>
							    <li><a href="/sustainability/people" class="n3">People</a></li>
							    <li><a href="/sustainability/commercial-and-supply-chain-management" class="n3">Commercial and supply chain management</a></li>
							    <li><a href="/sustainability/human-rights-and-society" class="n3">Human rights and society</a></li>
                            </ul></div>
                            <div class="col-md-2">
                        <h3 class="sectionSiteMap"><span class="glyphicon glyphicon-chevron-right"></span>INVESTOR RELATIONS</h3>
                        <ul style="display: none;">
							    <li><a href="/investor-relations/viscofan-share-capital">Viscofan share capital</a></li>
							    <li><a href="/investor-relations/treasury-shares">Treasury shares</a></li>
							    <li><a href="/investor-relations/viscofan-in-the-stock-exchange">Viscofan in the stock exchange</a></li>
							    <li><a href="/investor-relations/dividends-and-other-remuneration">Dividends and other remuneration</a></li>
							    <li><a href="/investor-relations/analysts-coverage">Analysts' coverage</a></li>
							    <li><a href="/investor-relations/financial-information-and-annual-report">Financial information and Annual report</a></li>
							    <li><a href="/investor-relations/presentations">Presentations</a></li>
							    <li><a href="/investor-relations/investors-calendar">Investor´s Calendar</a></li>
							    <li><a href="/investor-relations/general-shareholders-meeting">General shareholders meeting</a></li>
							    <li><a href="/investor-relations/other-financial-information">Other financial information</a></li>
                            <li>Information sent to the CNMV</li>
							    <li><a href="/investor-relations/inside-information" class="n3">Inside Information</a></li>
							    <li><a href="/investor-relations/other-relevant-information" class="n3">Other Relevant Information</a></li>
							    <li><a href="/investor-relations/relevant-events" class="n3">Relevant Events</a></li>
                            </ul></div>
                            <div class="col-md-2">
                        <h3 class="sectionSiteMap"><span class="glyphicon glyphicon-chevron-right"></span>NEWS</h3>
                        <ul style="display: none;">
							    <li><a href="/news/news">News</a></li>
							    <li><a href="/news/investors-calendar">Investor's Calendar</a></li>
							    <li><a href="/news/contact">Contact</a></li>
                            </ul></div>
                            <div class="col-md-2">
                        <h3 class="sectionSiteMap"><span class="glyphicon glyphicon-chevron-right"></span>OUR PEOPLE</h3>
                        <ul style="display: none;">
							    <li><a target="_blank" href="https://viscofan.epreselec.com/General/Alta.aspx?id_idioma=2&amp;id_origen=web+corporativa">Send us your CV</a></li>
							    <li><a target="_blank" href="https://viscofan.epreselec.com/Ofertas/Ofertas.aspx?id_idioma=2&amp;id_origen=web+corporativa">Job vacancies</a></li>

                </ul></div>
        </div>
    </div>
    </foorter>
    
    <div id="cookie-bar" class="fixed"><div class="button-container"><button type="button" class="btn btn-default" aria-label="Left Align" onclick="disableCookieBar();"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button></div><div class="ExternalClassBFA76BAA2C544BAD914DA5DFC1001019"><div class="text">
    <div id="cookie-bar-text">
        Cookies in this site are used by Viscofan for personalizing content and measuring site usage in order to improve your visit. You can click on “ACCEPT” to allow the use of all cookies, on “REJECT” to only allow the use of necessary cookies
        <p>or you can click on "COOKIE SETTINGS" to see the details and select which type of cookies you wish to accept or reject. <a href="/cookies-policy">Cookies Policy</a></p>
        <div style="margin-top:15px">
            <button class="btn btn-primary btn-xs bCSetting">Cookie Settings</button>
            <button class="btn btn-primary btn-xs bAceptar">Accept</button>
            <button class="btn btn-primary btn-xs bRechazar">Reject</button>
        </div>
    </div>
</div></div>
​</div>
    
    
<div class="modal" tabindex="-1" role="dialog" id="cookieSettings">
  <div class="modal-dialog modal-lg" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h5 class="modal-title">Cookies Settings</h5>
      </div>
      <div class="modal-body">


        <div class="panel panel-default">
            <div class="panel-heading">Technical cookies : Always active</div>
            <div class="panel-body">
                These cookies are necessary for the website to function and cannot be disabled in our systems. They are usually configured to respond to actions taken by you to receive services, such as adjusting your privacy preferences, logging in to the site, or filling out forms. You can configure your browser to block or alert the presence of these cookies, but some parts of the website will not work. These cookies do not store any personally identifiable information.
            </div>
        </div>

        <div class="panel panel-default">
            <div class="panel-heading">
                Analytical Cookies : 
                <div class="btn-group" id="status" data-toggle="buttons">
                    <label class="btn btn-default btn-on-2 btn-sm" id="onCookies">
                    <input type="radio" value="1" name="onCookies" checked="checked">ON</label>
                    <label class="btn btn-default btn-off-1 btn-sm " id="OffCookies" "="">
                    <input type="radio" value="0" name="OffCookies">OFF</label>
                </div>
            </div>
            <div class="panel-body">
                These cookies allow us to count visits and traffic sources in order to evaluate the performance of our site and improve it. They help us to know how you use our website, which sections are the most or least visited.
            </div>
        </div>
        
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-secondary bGuardar" data-dismiss="modal" "="">Save</button>
      </div>
    </div>
  </div>
</div>

    <script>showCookie();</script>



</body></html>