public List <PPTO_Tirajes> ListarTirajes_ID(int id)
        {
            List <PPTO_Tirajes> lista = new List <PPTO_Tirajes>();
            Conexion            con   = new Conexion();
            SqlCommand          cmd   = con.AbrirConexionPPTO();

            if (cmd != null)
            {
                try
                {
                    cmd.CommandText = "ListarTirajes_IDPPTO";
                    cmd.CommandType = System.Data.CommandType.StoredProcedure;
                    cmd.Parameters.AddWithValue("@IDPPTO", id);
                    SqlDataReader reader = cmd.ExecuteReader();
                    while (reader.Read())
                    {
                        PPTO_Tirajes tirajes = new PPTO_Tirajes();
                        tirajes.IDTiraje              = Convert.ToInt32(reader["id_pptoTiraje"].ToString());
                        tirajes.NombreTiraje          = reader["NombreTiraje"].ToString();
                        tirajes.Cantidad              = Convert.ToInt32(reader["Cantidad"].ToString());
                        tirajes.TirajeNombreExtendido = tirajes.NombreTiraje + " - Cantidad: " + tirajes.Cantidad.ToString("N0").Replace(",", ".");
                        tirajes.CostoTotal            = Convert.ToDouble(reader["CostoTotal"].ToString());
                        tirajes.Costounitario         = Convert.ToInt32(reader["CostoUnitario"].ToString());
                        tirajes.Millaradicional       = Convert.ToInt32(reader["MillarAdicional"].ToString());
                        lista.Add(tirajes);
                    }
                }
                catch
                {
                }
            }
            con.CerrarConexion();
            return(lista);
        }
        protected void Page_Load(object sender, EventArgs e)
        {
            try
            {
                string id = Request.QueryString["id"].ToString();
                Controller_Cotizador controlpre = new Controller_Cotizador();
                Cotizador            p          = controlpre.BuscarPresupuestoxID(Convert.ToInt32(id));

                string Tapas      = "";
                string PapelTapas = "";
                string Barniz     = "";

                switch (p.PaginasTap)
                {
                case 0:
                    Tapas      = "******";
                    PapelTapas = "******";
                    break;

                default:
                    Tapas      = p.PaginasTap + " páginas impresas a 4/4 colores proceso</td>";
                    PapelTapas = p.PapelTap.Replace("Couché", "Couché Opaco") + " de " + p.GramajeTapas + " grs. Certificado PEFC</td>";
                    if (p.BarnizAcuosoTap != "No")
                    {
                        Barniz = "<tr><td class='style1'><div style='font-weight: bold;' align='right'>Terminación Tapa:</div></td><td colspan='2' class='style1'>Barniz Acuoso Parejo en el " + p.BarnizAcuosoTap + ".</td></tr>";
                    }
                    break;
                }


                switch (p.Empresa.ToUpper())
                {
                case "FALABELLA": p.Empresa = "Falabella Retail S.A."; break;

                case "SODIMAC": p.Empresa = "Sodimac Retail S.A."; break;

                default: p.Empresa = "Tottus Retail S.A."; break;
                }


                //Falta Los barniz Acuosos en Todo

                string   formatoExt   = "";
                string[] str          = p.Formato.Replace(",", ".").Split('x');
                Double   fextendAncho = Convert.ToDouble(str[0].Trim()) * 10.0;
                Double   fextendLargo = Convert.ToDouble(str[1].Trim()) * 10.0;
                string   Formato      = fextendAncho.ToString() + " x " + fextendLargo;
                formatoExt = (Convert.ToDouble(fextendAncho) * 2).ToString() + " x " + fextendLargo;

                string encuadernacion = p.Encuadernacion;
                if (encuadernacion == "Hotmelt")
                {
                    encuadernacion = "Entapado hotmelt";
                }
                else if (encuadernacion == "Entapado Pur")
                {
                    encuadernacion = "Entapado PUR";
                }
                else if (encuadernacion == "Corchete")
                {
                    encuadernacion = "Dos corchetes al Lomo";
                }
                else
                {
                    encuadernacion = "No Considera Encuadernación";
                }

                PPTO_Tirajes tiraje1        = p.Tiraje1;
                string       Tiraje1Totales = "";
                string       TextoCantidad  = "";
                string       TextoTotalNeto = "";
                if (tiraje1 != null)
                {
                    Tiraje1Totales = "<tr>" +
                                     "<td style='100px'></td>" +
                                     "<td>" +
                                     "<div style='font-weight: bold;' align='right'>Cantidad de Ejemplares:</div>" +
                                     "</td>" +
                                     "<td>" +
                                     Convert.ToInt32(tiraje1.Cantidad).ToString("N0").Replace(",", ".") +
                                     "</td>" +
                                     "<td style='width: 1%;'>" +
                                     "<div align='right'>" +
                                     "<a style='font-weight: bold;'>" + "Total Neto:" + "</a> $ " + Convert.ToInt32(tiraje1.CostoTotal).ToString("N0").Replace(",", ".") +
                                     "</div>" +
                                     "</td>" +
                                     "</tr>";
                }

                string contenido = "<table style='width: 100%;height:100%;' border='1'>" +
                                   "<tr><td>" +
                                   "<table style='width: 100%;' border='0'>" +
                                   "<tr><td>" +
                                   "<img " +                         //height='50px'
                                   " alt='Logo AImpresores' src='http://cencosud.aimpresores.cl/Estructura/Image/índice.jpg'" +
                                   "  />" +
                                   "<div style='font-size: 8px;'>" +
                                   "Av. Gladys Marín Millie 6920, Estación Central, Santiago de Chile" +
                                   "<br />" +
                                   "Teléfono: (56 2) 2440 5700 / Fax: " + p.PersonalComercial.Fax +
                                   "<br />[email protected]" +

                                   "</div>" +
                                   "</td>" +
                                   "<td align='right'>" +
                                   "<br /><br /><br /><br />" +
                                   "<div style='font-weight: bold;' align='center'>PRESUPUESTO " + p.ID_Presupuesto.ToString() + "</div>" +
                                   "</td></tr></table></td></tr></table>" +
                                   "<table border='1'><tr>" +
                                   "<td align='center' style='vertical-align:center'>" +
                                   "<div style='font-weight: bold; font-size: 8px; font-style: italic;'>" +
                                   "De acuerdo a lo solicitado por ustedes, remitimos el siguiente presupuesto:</div>" +
                                   "</td></tr></table>" +
                                   "<div style='font-size: 9px;'>" +
                                   "<table style='width: 100%;'>" +
                                   "<tr><td>" +
                                   "<div style='font-weight: bold;' align='right'>" +
                                   "Empresa:</div></td><td>" +
                                   p.Empresa.ToUpper() +
                                   "</td><td style='width: 1%;'>" +
                                   "<a style='font-weight: bold;'>Fecha: </a>" + p.FechaCreacion.ToString("dd/MM/yyy") +
                                   "</td></tr><tr><td>" +
                                   "<div style='font-weight: bold;' align='right'>" +
                                   "Atención a:</div></td><td>" + p.Usuario_Creador + "</td><td style='width: 1%;'></td></tr>" +
                                   "<tr>" +
                                   "<td>" +
                                   "<div style='font-weight: bold;' align='right'>" +
                                   "Ejecutivo Directo:</div>" +
                                   "</td>" +
                                   "<td>" +
                                   p.PersonalComercial.NombreCompleto +
                                   "</td>" +
                                   "<td style='width: 1%;'>" +
                                   "</td>" +
                                   "</tr>" +
                                   "<tr><td>" +
                                   "<div style='font-weight: bold;' align='right'>" +
                                   "E-Mail:</div>" +
                                   "</td>" +
                                   "<td>" +
                                   p.PersonalComercial.Correo +
                                   "</td>" +
                                   "<td style='width: 1%;'>" +
                                   "</td>" +
                                   "</tr>" +
                                   "<tr><td>" +
                                   "<div style='font-weight: bold;' align='right'>" +
                                   "Teléfono:</div>" +
                                   "</td>" +
                                   "<td>" +
                                   p.PersonalComercial.Telefono + " / " + p.PersonalComercial.Celular +
                                   "</td>" +
                                   "<td style='width: 1%;'>" +
                                   "</td>" +
                                   "</tr>" +

                                   "<tr>" +
                                   "<td colspan='3' align='center'>" +
                                   "___________________________________________________________________________________________" +
                                   "</td>" +
                                   "</tr>" +
                                   "<tr>" +
                                   "<td>" +
                                   "<div style='font-weight: bold;' align='right'>" +
                                   "Producto:</div>" +
                                   "</td>" +
                                   "<td>" +
                                   "<a style='font-weight: bold;'>" + p.NombrePresupuesto.ToUpper() + "</a>" +
                                   "</td>" +
                                   "<td style='width: 1%;'>" +
                                   "</td>" +
                                   "</tr>" +
                                   "<tr>" +
                                   "<td>" +
                                   "<div style='font-weight: bold;' align='right'>" +
                                   "Formato Cerrado:</div>" +
                                   "</td>" +
                                   "<td>" +
                                   Formato + " (mm.)" +
                                   "</td>" +
                                   "<td style='width: 1%;'>" +
                                   "</td>" +
                                   "</tr>" +
                                   "<tr>" +
                                   "<td>" +
                                   "<div style='font-weight: bold;' align='right'>" +
                                   "Formato Extendido:</div>" +
                                   "</td>" +
                                   "<td>" +
                                   formatoExt + " (mm.)" +
                                   "</td>" +
                                   "<td style='width: 1%;'>" +
                                   "</td>" +
                                   "</tr>" +
                                   "<tr>" +
                                   "<td>" +
                                   "<div style='font-weight: bold;' align='right'>" +
                                   "</div>" +
                                   "</td>" +
                                   "<td>" +
                                   "</td>" +
                                   "<td style='width: 1%;'>" +
                                   "</td>" +
                                   "</tr>" +
                                   "<tr>" +
                                   "<td>" +
                                   "<div style='font-weight: bold;' align='right'>" +
                                   "Extensión:</div>" +
                                   "</td>" +
                                   "<td colspan='2'>" +
                                   p.PaginasInt + " páginas Interiores impresas a 4/4 colores " +
                                   "proceso " +
                                   "</td>" +
                                   "</tr>" +
                                   "<tr>" +
                                   "<td>" +
                                   "<div style='font-weight: bold;' align='right'>" +
                                   "Papel:</div>" +
                                   "</td>" +
                                   "<td colspan='2'>" +
                                   p.PapelInterior.Replace("Couché", "Couché Opaco") + " de " + p.GramajeInterior + " grs. Certificado PEFC" +
                                   "</td>" +

                                   "</tr>" +
                                   "<tr>" +
                                   "<td>" +
                                   "<div style='font-weight: bold;' align='right'>" +
                                   "Tapa:</div>" +
                                   "</td>" +
                                   "<td colspan='2'>" +
                                   Tapas +
                                   "</tr>" +
                                   "<tr>" +
                                   "<td class='style1'>" +
                                   "<div style='font-weight: bold;' align='right'>" +
                                   "Papel:</div>" +
                                   "</td>" +
                                   "<td colspan='2' class='style1'>" +
                                   PapelTapas +
                                   "</tr>" + Barniz +
                                   "<tr>" +
                                   "<td>" +
                                   "<div style='font-weight: bold;' align='right'>" +
                                   "Encuadernación:</div>" +
                                   "</td>" +
                                   "<td>" +
                                   encuadernacion +
                                   "</td>" +
                                   "<td>" +
                                   "</td>" +
                                   "</tr>" +
                                   "<tr><td colspan='3'>" +
                                   "</td>" +
                                   "</tr>" +
                                   "<tr><td colspan='3'>" +
                                   "</td>" +
                                   "</tr>" +
                                   "<tr>" +

                                   "<td colspan='3'>" +
                                   "<table>" +
                                   Tiraje1Totales + //Tiraje2Totales + Tiraje3Totales +

                                   "</table>" +
                                   "</td>" +
                                   "</tr>" +

                                   "</table>" +

                                   "</div>" + "<br />" +
                                   "<br />" +
                                   "<br />" + "<br />" +
                                   "<br />" +
                                   "<br />" +
                                   "<table style='width: 100%;' align='center'>" +
                                   "<tr>" +
                                   "<td align='center'>" +
                                   "__________________________" +
                                   "<br />" +
                                   "<a style='font-weight: bold; font-size: 9px;'>ACEPTADO CLIENTE</a>" +
                                   "</td>" +
                                   "<td align='center'>" +
                                   "__________________________" +
                                   "<br />" +
                                   "<a style='font-weight: bold; font-size: 9px;'>A IMPRESORES S.A.</a>" +
                                   "</td>" +
                                   "</tr>" +
                                   "</table>" +
                                   "<br />" +
                                   "<a style='font-weight: bold; font-size: 9px;'>Precios no Incluyen IVA</a>" +
                                   "" +
                                   "<div style='font-size: 8px;' border='1' align='center'>" +
                                   "<table style='width: 100%; font-size: 8px;' align='center' border='1'>" +
                                   "<tr>" +
                                   "<td align='center'>" +
                                   "La Validez de este presupuesto es de 30 días, vencido este plazo el presupuesto " +
                                   "queda nulo " +
                                   "<br />" +
                                   "Se acepta una variación de la cantidad solicitada en un rango +/- 5% la cual será " +
                                   "facturada al valor del ejemplar adicional" +
                                   "<br />" +
                                   "Este Presupuesto se mantiene proforma hasta el cierre completo del material proporcionado " +
                                   "por el cliente" +
                                   "<br />" +
                                   "Despacho del volumen total solo a un lugar físico dentro de la Región Metropolitana" +
                                   "<br />" +
                                   "Si este presupuesto es acertado,se deberá confirmar disponibilidad de máquina y " +
                                   "papeles con su ejecutivo directo." +
                                   "<br />" +
                                   "Precios vigentes para catalogos impresos entre el " + p.ValorDolar.FechaInicio.ToString("dd/MM/yyyy") + " y el " +
                                   p.ValorDolar.FechaTermino.ToString("dd/MM/yyyy") + ". Tipo de cambio vigente del periodo: $" + p.ValorDolar.ValorTrimestre.ToString() +
                                   " correspondiente al dolar observado promedio informado por el Banco Central de Chile " +
                                   "para el mes anterior al inicio del trimestre." +
                                   "</td>" +
                                   "</table>";
                //"  </div>" +
                // "<a style='font-weight: bold;font-size:9px;'>                                 En caso de recepción Incompleta o ilegible, favor comunicarse al 56 (2) 2440 5740</a>";
                Document document = new Document(PageSize.A4, 15f, 15f, 20f, 10f);
                PdfWriter.GetInstance(document, new FileStream(Request.PhysicalApplicationPath + "PDF\\" + id + ".- " + p.NombrePresupuesto + ".pdf", FileMode.Create));
                document.Open();
                iTextSharp.text.html.simpleparser.HTMLWorker hw = new iTextSharp.text.html.simpleparser.HTMLWorker(document);
                hw.Parse(new StringReader(contenido));
                document.Close();

                //if (EnviarCorreo(id + ".- " + p.NombrePresupuesto, p.CorreoComercial))
                //{
                Response.Redirect("../../PDF/" + id + ".- " + p.NombrePresupuesto + ".pdf");
                //}
                //Response.Clear();
                //Response.ContentType = "application/pdf";
                //Response.AddHeader("Content-Disposition", "attachment; filename=MySamplePDF");
                //Response.WriteFile(Request.PhysicalApplicationPath + "\\MySamplePDF.pdf");
                //Response.End();
            }
            catch (Exception a)
            {
                string popupScript = "<script language='JavaScript'>alert('A ocurrido el siguiente error:" + a.Message + "');</script>";
                Page.RegisterStartupScript("PopupScript", popupScript);
            }
        }