
mestre fyoda
Membros-
Total de itens
1.908 -
Registro em
-
Última visita
Tudo que mestre fyoda postou
-
já tentei, pode ser que eu esteja usando errado, como eu faria com z-index ?
-
Existe algum codigo em css que faça com que a imagem do fundo venha pra frente ? http://img709.images...us/i/imgwb.jpg/ .TituloEntrega { background-image: url(../img/textoFaixaEnderecoEntrega.png); background-repeat: no-repeat; background-position: 25px -3px; } <table width="100%" align="left"> <tr> <td class="TituloEntrega"><img alt="" src="img/faixaEnderecoEntrega.png" height="42" width="100%" /></td> </tr> </table> .TituloEntrega é a imagem que está atraz, como faço para traze-la á frente ?
-
(Resolvido) Verificar se campo.value contem a palavra ramal
pergunta respondeu ao mestre fyoda de mestre fyoda em Ajax, JavaScript, XML, DOM
é isso mesmo. vlw -
(Resolvido) Verificar se campo.value contem a palavra ramal
pergunta respondeu ao mestre fyoda de mestre fyoda em Ajax, JavaScript, XML, DOM
pelo id. por exemplo quero saber se o id contem a palavra Ramal. -
(Resolvido) Verificar se campo.value contem a palavra ramal
pergunta respondeu ao mestre fyoda de mestre fyoda em Ajax, JavaScript, XML, DOM
perfeito Jonathan, mas eu to precisando fazer o indexOf com o nome do campo e não com o valor do campo. Como eu faria isso ? tentei fazer com if ( campo.indexOf("Ramal") != -1 ) { e deu o erro: Erro: campo.indexOf is not a function -
(Resolvido) Verificar se campo.value contem a palavra ramal
pergunta respondeu ao mestre fyoda de mestre fyoda em Ajax, JavaScript, XML, DOM
sim já tentei ! -
Como faço para verificar se campo.value comtem a palavra ramal ? function TextoDefault(campo, texto){ if ( campo.contains("Ramal") == true ) { if ( campo.value == "" ) { campo.value = texto; }else if ( campo.value = "Ramal" ) { campo.value = texto; } } } Erro: campo.contains is not a function O erro esta na linha 2
-
default.aspx.vb Imports Microsoft.VisualBasic Public Class Cesta Public Shared varCodigo As Integer Public Shared varNome As String Public Shared varImagem As String Public Shared varQuantidade As Integer Public Shared varPrecoUnitario As Double Public Shared varSubTotal As Double Public Sub New(ByVal pro_cod As Integer, ByVal pro_nom As String, ByVal pro_ima_pri As String, ByVal pro_qua As Integer, ByVal pro_pre As Double, ByVal pro_sub_tot As Double) varCodigo = pro_cod varNome = pro_nom varImagem = pro_ima_pri varQuantidade = pro_qua varPrecoUnitario = pro_pre varSubTotal = pro_sub_tot End Sub Public Shared Property Codigo() As Integer Get Return varCodigo End Get Set(ByVal value As Integer) varCodigo = value End Set End Property Public Shared Property Nome() As String Get Return varNome End Get Set(ByVal value As String) varNome = value End Set End Property Public Shared Property Imagem() As String Get Return varImagem End Get Set(ByVal value As String) varImagem = value End Set End Property Public Shared Property Quantidade() As Integer Get Return varQuantidade End Get Set(ByVal value As Integer) varQuantidade = value End Set End Property Public Shared Property PrecoUnitario() As Double Get Return varPrecoUnitario End Get Set(ByVal value As Double) varPrecoUnitario = value End Set End Property Public Shared Property SubTotal() As Double Get Return varSubTotal End Get Set(ByVal value As Double) varSubTotal = value End Set End Property End Class Public Class acaoCesta Public Shared lstCesta As New List(Of Cesta)() Public Sub RetirarDaCesta(ByVal codigoProduto As Cesta) lstCesta.Remove(codigoProduto) End Sub Public Shared Sub AdicionaNaCesta(ByVal _Codigo As Integer, ByVal _Nome As String, ByVal _Imagem As String, ByVal _Quantidade As Integer, ByVal _PrecoUnitario As Double, ByVal _SubTotal As Double) lstCesta.Add(New Cesta(_Codigo, _Nome, _Imagem, _Quantidade, _PrecoUnitario, _SubTotal)) End Sub Public Sub ListaCesta(ByVal gv As GridView) gv.DataSource = lstCesta gv.DataBind() End Sub End Class Default.aspx <asp:GridView ID="gvCarrinho" runat="server" AutoGenerateColumns="False" GridLines="Both" AllowPaging="True" OnRowCommand="gvCarrinho_RowCommand" DataKeyNames="Codigo" ShowFooter="True" > <Columns> <asp:TemplateField> <ItemTemplate> <asp:Image ID="ImagemProduto" ImageUrl='<%# Eval("Imagem", "img_produto/{0}") %>' runat="server"></asp:Image> </ItemTemplate> </asp:TemplateField> <asp:BoundField DataField="Nome" HeaderText="Produto" HeaderStyle-Width = "14%" ControlStyle-Font-Bold="true" > <ControlStyle Font-Bold="True"></ControlStyle> <HeaderStyle Width="15%"></HeaderStyle> </asp:BoundField> <asp:TemplateField HeaderText="Quantidade"> <ItemTemplate> <asp:TextBox ID="Quantidade" Text='<%# Eval("Quantidade") %>' runat="server"></asp:TextBox> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Remover"> <ItemTemplate> <asp:ImageButton ImageAlign="AbsMiddle" ImageUrl="img/delete.png" ID="lblDeletar" runat="server" CommandArgument='<%# Eval("Codigo") %>' CommandName="Remover" /></asp:ImagaButton> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="Preo Unitrio"> <ItemTemplate> <asp:Label ID="lblPrecoUnitario" runat="server" Text='<%# FormatCurrency(Eval("PrecoUnitario"), 2) %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField HeaderText="SubTotal"> <ItemTemplate> <asp:Label ID="lblSubTotal" runat="server" Text='<%# FormatCurrency(Eval("SubTotal"), 2) %>'></asp:Label> </ItemTemplate> </asp:TemplateField> </Columns> </asp:GridView> porque da o seguinte erro: DataBinding: 'Cesta' não contém uma propriedade com o nome 'Codigo' quando populo o gridview com o LIST( OF ) ?
-
o pior que já fiz isso mas ai se arrumo um que está errado meleca os resto :(
-
isso mesmo Kuroi. Sou pessimo em explicações rsrs.
-
kuroi, por exemplo dia 23/02/2009 e 24/02/2009 é feriado de carnaval por isso dia 25/02/2009 o vencimento da conta de água. Se eu somar 1 mes vai dar errado porque tem mes que soma 31 dias. EDIT Eu gostaria de saber como é que eles calculam essa data de vencimento, pois tentei com 30 dias não foi, tentei com 1 mes e não foi.
-
Por exemplo, se eu pegar a primeira data e somar 30, e ir somando , vai chegar uma hora que de uma data + 30 não vai bater !. Levando em consideração que se a data for no sabado ou domingo eu coloco a data para segunda !
-
Kuroi, eu usei sim. tenta fazer o teste ai. As datas de vencimentos são : 23/01/2009 25/02/2009 25/03/2009 24/04/2009 25/06/2009 27/07/2009 25/08/2009 24/09/2009 26/10/2009 25/11/2009 23/12/2009 Estas são as datas, porem uma ou duas datas não batem. Eu preciso saber qual será a data de vencimento do proximo mês, porque estou desenvolvendo um sistema de imobiliaria e na hora do Inquilino for aluguar o sistema calcula a quantidade de meses que ele vai alugar e coloca no banco de dados as datas de vencimentos.
-
Sei que é uma pergunta besta, mas por exemplo chega na data de fevereiro como eu faço para calcular a data de vencimento de fevereiro e do proximo mes março ? Eu tentei calcular adicionando 30 dias em cada mes e se chegar no sabado ou domingo colocar a data de segunda feira, mas aqui não bateu alguns meses ! Tem, alguma formula ?
-
<?xml version="1.0" encoding="utf-16"?> <NFe xmlns="http://www.portalfiscal.inf.br/nfe"> <enviNFe xmlns="http://www.portalfiscal.inf.br/nfe"> <idLote>1</idLote> </enviNFe> resto do codigo Veja, tenho dois problemas: -O enviNFe tem que ficar 1 linha acima e o NFe tem que decer uma linha. -O enviNFe tem que ser fechado na ultima linha, como eu faço para fechalo na ultima linha ? xmlDoc.LoadXml(XMLAssinado) Dim root As XmlNode = xmlDoc.DocumentElement Dim elem As XmlElement = xmlDoc.CreateElement("enviNFe", "") elem.SetAttribute("xmlns", "http://www.portalfiscal.inf.br/nfe") ' AP02 - Versão root.InsertBefore(elem, root.FirstChild) Dim wLote As XmlElement = xmlDoc.CreateElement("idLote", "") wLote.InnerText = 1 elem.AppendChild(wLote) Este codigo acima faz com que a enviNFe fique na terceira linha, teria que ficar na 2 linha e o </enviNFe> deveria ficar na ultima linha, alguém sabe o que está errado no codigo ? Rafael Fernandes D Orazio
-
Rede Cabo ( Windows XP ) e WireLess (Vista),
pergunta respondeu ao mestre fyoda de mestre fyoda em Redes
sim, Ztaguassi. Quando copio do windows Xp para o Windows Vista -
Rede Cabo ( Windows XP ) e WireLess (Vista),
pergunta respondeu ao mestre fyoda de mestre fyoda em Redes
Consegui, baixei esse arquivo http://support.microsoft.com/kb/922120 mas agora da esse erro : não foi possivel copiar o arquivo x. Acesso Negado. Certifiquese-se se o disco não esta cheio ou protegido contra gravação e que o arquivo não esta sendo usado. -
Rede Cabo ( Windows XP ) e WireLess (Vista),
pergunta respondeu ao mestre fyoda de mestre fyoda em Redes
-Sim, uso firewall do windows, uso antivirus Kaspersky 8.0.506 -Sim, C:\ -Não há nenhuma perda -Na verdade o roteador ele distribui a todos os computadores a conexao de internet -Todos tem acesso a internet -quando você diz para verificar se está habilitado para mais de 1 maquina, seria a internet ? Sempre foi liberado para n maquinas ! -
Tenho 2 computadores : 1º Computador -PC ( Conectado no roteador via Cabo ) -Windows XP -Pingo o computador 2 -> ping 192.168.1.101 ( não responde ) Em Meus Locais de rede aparece o computador 2 mais da erro quando dou dois cliques no icone ( \\Meire não está acessivel. Talvez você não tenha permição para usar este recurso de rede. Contate o Administrador deste servidor para saber se você tem permissões de acesso. O caminho da rede não foi encontrado ) 2º Computador -Notebook ( Conectado no roteador via Wireless ) -Windows Vista -Pingo o computador 1 -> ping 192.168.1.100 ( Responde ) -Em rede ele não aparece o computador 1º. Detalhe, aqui no local de Rede aparece um link que abre o login do meu roteador !
-
pesquisa ai a respeito de replace
-
Private Sub ImprimirRecibo_PrintPage(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles ImprimirRecibo.PrintPage Dim linha As String = "123 testando , 123 testando, 123 testando,123 testando , 123 testando, 123 testando. Testando a impressão do recibo do proprietário " + tex_proprietarioNome.Text + " portador do CPF " + tex_proprietarioCPF.Text 'ArquivoFonte.ReadLine() e.PageSettings.Margins = New System.Drawing.Printing.Margins(250, 250, 250, 250) Dim g As Graphics g = e.Graphics g.DrawString(linha, New Font("Arial", 12), Brushes.Black, 120, 140) g.Dispose() e.HasMorePages = False End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim PrintDialog1 As New PrintDialog() PrintDialog1.Document = ImprimirRecibo If PrintDialog1.ShowDialog() = DialogResult.OK Then ImprimirRecibo.Print() End If End Sub Quando vou imprimir uma string com um tamanho que ocupe mais de uma linha, não está imrimindo o restante da string na outra linha. O que está errado ?
-
Conexao e Inserir dados no Sql Server 2005
pergunta respondeu ao rafaeldorazio de mestre fyoda em .NET
quais dessas strings de conexão é a que tem um alto desempenho ( a melhor ) ? -
Conexao e Inserir dados no Sql Server 2005
pergunta respondeu ao rafaeldorazio de mestre fyoda em .NET
Tb estou com dificuldade, será que poderia me ajudar tb ? BD: Sql Express 2005 Aplicação: WEB Linguagem: C# -
alguém teria algum layout pronto com alguma classe que gere PDF. já tentei utilizando o dompdf mas da erros. <?php $boleto = '<HTML> <HEAD> <TITLE>'. $dadosboleto["identificacao"] .'. </TITLE> <META http-equiv=Content-Type content=text/html charset=ISO-8859-1> <meta name="Generator" content="Projeto BoletoPHP - www.boletophp.com.br - Licença GPL" /> <style type=text/css> <!--.cp { font: bold 10px Arial; color: black} <!--.ti { font: 9px Arial, Helvetica, sans-serif} <!--.ld { font: bold 15px Arial; color: #000000} <!--.ct { FONT: 9px "Arial Narrow"; COLOR: #000033} <!--.cn { FONT: 9px Arial; COLOR: black } <!--.bc { font: bold 20px Arial; color: #000000 } <!--.ld2 { font: bold 12px Arial; color: #000000 } --></style> </head> <BODY text=#000000 bgColor=#ffffff topMargin=0 rightMargin=0> <table width=666 cellspacing=0 cellpadding=0 border=0><tr><td valign=top class=cp><DIV ALIGN="CENTER">Instruções de Impressão</DIV></TD></TR><TR><TD valign=top class=cp><DIV ALIGN="left"> <p> <li>Imprima em impressora jato de tinta (ink jet) ou laser em qualidade normal ou alta (Não use modo econômico).<br> <li>Utilize folha A4 (210 x 297 mm) ou Carta (216 x 279 mm) e margens mínimas à esquerda e à direita do formulário.<br> <li>Corte na linha indicada. Não rasure, risque, fure ou dobre a região onde se encontra o código de barras.<br> <li>Caso não apareça o código de barras no final, clique em F5 para atualizar esta tela. <li>Caso tenha problemas ao imprimir, copie a seqüencia numérica abaixo e pague no caixa eletrônico ou no internet banking:<br><br> <span class="ld2"> Linha Digitável: '. $dadosboleto["linha_digitavel"] .'. <br> Valor: R$ '. $dadosboleto["valor_boleto"] .'. <br> </span> </DIV></td></tr></table><br><table cellspacing=0 cellpadding=0 width=666 border=0><TBODY><TR><TD class=ct width=666><img height=1 src=imagens/6.png width=665 border=0></TD></TR><TR><TD class=ct width=666><div align=right><b class=cp>Recibo do Sacado</b></div></TD></tr></tbody></table><table width=666 cellspacing=5 cellpadding=0 border=0><tr><td width=41></TD></tr></table> <table width=666 cellspacing=5 cellpadding=0 border=0 align=Default> <tr> <td width=41><IMG SRC="imagens/logo_empresa.png"></td> <td class=ti width=455>'. $dadosboleto["identificacao"] .' '. $dadosboleto["cpf_cnpj"] .'. <br> '. $dadosboleto["endereco"] .'. <br> '. $dadosboleto["cidade_uf"] .'. <br> </td> <td align=RIGHT width=150 class=ti> </td> </tr> </table> <BR><table cellspacing=0 cellpadding=0 width=666 border=0><tr><td class=cp width=150> <span class="campo"><IMG src="imagens/logoitau.jpg" width="150" height="40" border=0></span></td> <td width=3 valign=bottom><img height=22 src=imagens/3.png width=2 border=0></td><td class=cpt width=58 valign=bottom><div align=center><font class=bc>'. $dadosboleto["codigo_banco_com_dv"] .'. </font></div></td><td width=3 valign=bottom><img height=22 src=imagens/3.png width=2 border=0></td><td class=ld align=right width=453 valign=bottom><span class=ld> <span class="campotitulo"> '. $dadosboleto["linha_digitavel"] .'. </span></span></td> </tr><tbody><tr><td colspan=5><img height=2 src=imagens/2.png width=666 border=0></td></tr></tbody></table><table cellspacing=0 cellpadding=0 border=0><tbody><tr><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=298 height=13>Cedente</td><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=126 height=13>Agência/Código do Cedente</td><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=34 height=13>Espécie</td><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=53 height=13>Quantidade</td><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=120 height=13>Nosso número</td></tr><tr><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=298 height=12> <span class="campo">'. $dadosboleto["cedente"] .'. </span></td> <td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=126 height=12> <span class="campo"> '. $dadosboleto["agencia_codigo"] .'. </span></td> <td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=34 height=12><span class="campo"> '. $dadosboleto["especie"] .' </span> </td> <td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=53 height=12><span class="campo"> '. $dadosboleto["quantidade"] .' </span> </td> <td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=120 height=12> <span class="campo"> '. $dadosboleto["nosso_numero"] .' </span></td> </tr><tr><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=298 height=1><img height=1 src=imagens/2.png width=298 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=126 height=1><img height=1 src=imagens/2.png width=126 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=34 height=1><img height=1 src=imagens/2.png width=34 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=53 height=1><img height=1 src=imagens/2.png width=53 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=120 height=1><img height=1 src=imagens/2.png width=120 border=0></td></tr></tbody></table><table cellspacing=0 cellpadding=0 border=0><tbody><tr><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top colspan=3 height=13>Número do documento</td><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=132 height=13>CPF/CNPJ</td><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=134 height=13>Vencimento</td><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=180 height=13>Valor documento</td></tr><tr><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top colspan=3 height=12> <span class="campo"> '. $dadosboleto["numero_documento"] .' </span></td> <td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=132 height=12> <span class="campo"> '. $dadosboleto["cpf_cnpj"] .' </span></td> <td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=134 height=12> <span class="campo"> '. $dadosboleto["data_vencimento"] .' </span></td> <td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=180 height=12> <span class="campo"> '. $dadosboleto["valor_boleto"] .' </span></td> </tr><tr><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=113 height=1><img height=1 src=imagens/2.png width=113 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=72 height=1><img height=1 src=imagens/2.png width=72 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=132 height=1><img height=1 src=imagens/2.png width=132 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=134 height=1><img height=1 src=imagens/2.png width=134 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=180 height=1><img height=1 src=imagens/2.png width=180 border=0></td></tr></tbody></table><table cellspacing=0 cellpadding=0 border=0><tbody><tr><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=113 height=13>(-) Desconto / Abatimentos</td><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=112 height=13>(-) Outras deduções</td><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=113 height=13>(+) Mora / Multa</td><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=113 height=13>(+) Outros acréscimos</td><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=180 height=13>(=) Valor cobrado</td></tr><tr><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=113 height=12></td><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=112 height=12></td><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=113 height=12></td><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=113 height=12></td><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=180 height=12></td></tr><tr><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=113 height=1><img height=1 src=imagens/2.png width=113 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=112 height=1><img height=1 src=imagens/2.png width=112 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=113 height=1><img height=1 src=imagens/2.png width=113 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=113 height=1><img height=1 src=imagens/2.png width=113 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=180 height=1><img height=1 src=imagens/2.png width=180 border=0></td></tr></tbody></table><table cellspacing=0 cellpadding=0 border=0><tbody><tr><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=659 height=13>Sacado</td></tr><tr><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=659 height=12> <span class="campo"> '. $dadosboleto["sacado"] .' </span></td> </tr><tr><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=659 height=1><img height=1 src=imagens/2.png width=659 border=0></td></tr></tbody></table><table cellspacing=0 cellpadding=0 border=0><tbody><tr><td class=ct width=7 height=12></td><td class=ct width=564 >Demonstrativo</td><td class=ct width=7 height=12></td><td class=ct width=88 >Autenticação mecânica</td></tr><tr><td width=7 ></td><td class=cp width=564 > <span class="campo"> '. $dadosboleto["demonstrativo1"] .'<br> '. $dadosboleto["demonstrativo2"] .'<br> '. $dadosboleto["demonstrativo3"] .'<br> </span> </td><td width=7 ></td><td width=88 ></td></tr></tbody></table><table cellspacing=0 cellpadding=0 width=666 border=0><tbody><tr><td width=7></td><td width=500 class=cp> <br><br><br> </td><td width=159></td></tr></tbody></table><table cellspacing=0 cellpadding=0 width=666 border=0><tr><td class=ct width=666></td></tr><tbody><tr><td class=ct width=666> <div align=right>Corte na linha pontilhada</div></td></tr><tr><td class=ct width=666><img height=1 src=imagens/6.png width=665 border=0></td></tr></tbody></table><br><table cellspacing=0 cellpadding=0 width=666 border=0><tr><td class=cp width=150> <span class="campo"><IMG src="imagens/logoitau.jpg" width="150" height="40" border=0></span></td> <td width=3 valign=bottom><img height=22 src=imagens/3.png width=2 border=0></td><td class=cpt width=58 valign=bottom><div align=center><font class=bc>'. $dadosboleto["codigo_banco_com_dv"] .'</font></div></td><td width=3 valign=bottom><img height=22 src=imagens/3.png width=2 border=0></td><td class=ld align=right width=453 valign=bottom><span class=ld> <span class="campotitulo"> '. $dadosboleto["linha_digitavel"] .' </span></span></td> </tr><tbody><tr><td colspan=5><img height=2 src=imagens/2.png width=666 border=0></td></tr></tbody></table><table cellspacing=0 cellpadding=0 border=0><tbody><tr><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=472 height=13>Local de pagamento</td><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=180 height=13>Vencimento</td></tr><tr><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=472 height=12>Pagável em qualquer Banco até o vencimento</td><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=180 height=12> <span class="campo"> '. $dadosboleto["data_vencimento"] .' </span></td> </tr><tr><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=472 height=1><img height=1 src=imagens/2.png width=472 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=180 height=1><img height=1 src=imagens/2.png width=180 border=0></td></tr></tbody></table><table cellspacing=0 cellpadding=0 border=0><tbody><tr><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=472 height=13>Cedente</td><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=180 height=13>Agência/Código cedente</td></tr><tr><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=472 height=12> <span class="campo"> '. $dadosboleto["cedente"] .' </span></td> <td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=180 height=12> <span class="campo"> '. $dadosboleto["agencia_codigo"] .' </span></td> </tr><tr><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=472 height=1><img height=1 src=imagens/2.png width=472 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=180 height=1><img height=1 src=imagens/2.png width=180 border=0></td></tr></tbody></table><table cellspacing=0 cellpadding=0 border=0><tbody><tr><td class=ct valign=top width=7 height=13> <img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=113 height=13>Data do documento</td><td class=ct valign=top width=7 height=13> <img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=153 height=13>N<u>o</u> documento</td><td class=ct valign=top width=7 height=13> <img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=62 height=13>Espécie doc.</td><td class=ct valign=top width=7 height=13> <img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=34 height=13>Aceite</td><td class=ct valign=top width=7 height=13> <img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=82 height=13>Data processamento</td><td class=ct valign=top width=7 height=13> <img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=180 height=13>Nosso número</td></tr><tr><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=113 height=12><div align=left> <span class="campo"> '. $dadosboleto["data_documento"] .' </span></div></td><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=153 height=12> <span class="campo"> '. $dadosboleto["numero_documento"] .' </span></td> <td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=62 height=12><div align=left><span class="campo"> '. $dadosboleto["especie_doc"] .' </span> </div></td><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=34 height=12><div align=left><span class="campo"> '. $dadosboleto["aceite"] .' </span> </div></td><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=82 height=12><div align=left> <span class="campo"> '. $dadosboleto["data_processamento"] .' </span></div></td><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=180 height=12> <span class="campo"> '. $dadosboleto["nosso_numero"] .' </span></td> </tr><tr><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=113 height=1><img height=1 src=imagens/2.png width=113 border=0></td><td valign=top width=7 height=1> <img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=153 height=1><img height=1 src=imagens/2.png width=153 border=0></td><td valign=top width=7 height=1> <img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=62 height=1><img height=1 src=imagens/2.png width=62 border=0></td><td valign=top width=7 height=1> <img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=34 height=1><img height=1 src=imagens/2.png width=34 border=0></td><td valign=top width=7 height=1> <img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=82 height=1><img height=1 src=imagens/2.png width=82 border=0></td><td valign=top width=7 height=1> <img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=180 height=1> <img height=1 src=imagens/2.png width=180 border=0></td></tr></tbody></table><table cellspacing=0 cellpadding=0 border=0><tbody><tr> <td class=ct valign=top width=7 height=13> <img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top COLSPAN="3" height=13>Uso do banco</td><td class=ct valign=top height=13 width=7> <img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=83 height=13>Carteira</td><td class=ct valign=top height=13 width=7> <img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=53 height=13>Espécie</td><td class=ct valign=top height=13 width=7> <img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=123 height=13>Quantidade</td><td class=ct valign=top height=13 width=7> <img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=72 height=13> Valor Documento</td><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=180 height=13>(=) Valor documento</td></tr><tr> <td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td valign=top class=cp height=12 COLSPAN="3"><div align=left> </div></td><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=83> <div align=left> <span class="campo"> '. $dadosboleto["carteira"] .' </span></div></td><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=53><div align=left><span class="campo"> '. $dadosboleto["especie"] .' </span> </div></td><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=123><span class="campo"> '. $dadosboleto["quantidade"] .' </span> </td> <td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=72> <span class="campo"> '. $dadosboleto["valor_unitario"] .' </span></td> <td class=cp valign=top width=7 height=12> <img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=180 height=12> <span class="campo"> '. $dadosboleto["valor_boleto"] .' </span></td> </tr><tr><td valign=top width=7 height=1> <img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=75 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=31 height=1><img height=1 src=imagens/2.png width=31 border=0></td><td valign=top width=7 height=1> <img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=83 height=1><img height=1 src=imagens/2.png width=83 border=0></td><td valign=top width=7 height=1> <img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=53 height=1><img height=1 src=imagens/2.png width=53 border=0></td><td valign=top width=7 height=1> <img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=123 height=1><img height=1 src=imagens/2.png width=123 border=0></td><td valign=top width=7 height=1> <img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=72 height=1><img height=1 src=imagens/2.png width=72 border=0></td><td valign=top width=7 height=1> <img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=180 height=1><img height=1 src=imagens/2.png width=180 border=0></td></tr></tbody> </table><table cellspacing=0 cellpadding=0 width=666 border=0><tbody><tr><td align=right width=10><table cellspacing=0 cellpadding=0 border=0 align=left><tbody> <tr> <td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td></tr><tr> <td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td></tr><tr> <td valign=top width=7 height=1><img height=1 src=imagens/2.png width=1 border=0></td></tr></tbody></table></td><td valign=top width=468 rowspan=5><font class=ct>Instruções (Texto de responsabilidade do cedente)</font><br><br><span class=cp> <FONT class=campo> '. $dadosboleto["instrucoes1"] .'<br> '. $dadosboleto["instrucoes2"] .'<br> '. $dadosboleto["instrucoes3"] .'<br> '. $dadosboleto["instrucoes4"] .'</FONT><br><br> </span></td> <td align=right width=188><table cellspacing=0 cellpadding=0 border=0><tbody><tr><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=180 height=13>(-) Desconto / Abatimentos</td></tr><tr> <td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=180 height=12></td></tr><tr> <td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=180 height=1><img height=1 src=imagens/2.png width=180 border=0></td></tr></tbody></table></td></tr><tr><td align=right width=10> <table cellspacing=0 cellpadding=0 border=0 align=left><tbody><tr><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td></tr><tr><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td></tr><tr><td valign=top width=7 height=1> <img height=1 src=imagens/2.png width=1 border=0></td></tr></tbody></table></td><td align=right width=188><table cellspacing=0 cellpadding=0 border=0><tbody><tr><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=180 height=13>(-) Outras deduções</td></tr><tr><td class=cp valign=top width=7 height=12> <img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=180 height=12></td></tr><tr><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=180 height=1><img height=1 src=imagens/2.png width=180 border=0></td></tr></tbody></table></td></tr><tr><td align=right width=10> <table cellspacing=0 cellpadding=0 border=0 align=left><tbody><tr><td class=ct valign=top width=7 height=13> <img height=13 src=imagens/1.png width=1 border=0></td></tr><tr><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td></tr><tr><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=1 border=0></td></tr></tbody></table></td><td align=right width=188> <table cellspacing=0 cellpadding=0 border=0><tbody><tr><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=180 height=13>(+) Mora / Multa</td></tr><tr><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=180 height=12></td></tr><tr> <td valign=top width=7 height=1> <img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=180 height=1> <img height=1 src=imagens/2.png width=180 border=0></td></tr></tbody></table></td></tr><tr><td align=right width=10><table cellspacing=0 cellpadding=0 border=0 align=left><tbody><tr> <td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td></tr><tr><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td></tr><tr><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=1 border=0></td></tr></tbody></table></td><td align=right width=188> <table cellspacing=0 cellpadding=0 border=0><tbody><tr> <td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=180 height=13>(+) Outros acréscimos</td></tr><tr> <td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=180 height=12></td></tr><tr><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=180 height=1><img height=1 src=imagens/2.png width=180 border=0></td></tr></tbody></table></td></tr><tr><td align=right width=10><table cellspacing=0 cellpadding=0 border=0 align=left><tbody><tr><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td></tr><tr><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td></tr></tbody></table></td><td align=right width=188><table cellspacing=0 cellpadding=0 border=0><tbody><tr><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=180 height=13>(=) Valor cobrado</td></tr><tr><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top align=right width=180 height=12></td></tr></tbody> </table></td></tr></tbody></table><table cellspacing=0 cellpadding=0 width=666 border=0><tbody><tr><td valign=top width=666 height=1><img height=1 src=imagens/2.png width=666 border=0></td></tr></tbody></table><table cellspacing=0 cellpadding=0 border=0><tbody><tr><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=659 height=13>Sacado</td></tr><tr><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=659 height=12><span class="campo"> '. $dadosboleto["sacado"] .' </span> </td> </tr></tbody></table><table cellspacing=0 cellpadding=0 border=0><tbody><tr><td class=cp valign=top width=7 height=12><img height=12 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=659 height=12><span class="campo"> '. $dadosboleto["endereco1"] .' </span> </td> </tr></tbody></table><table cellspacing=0 cellpadding=0 border=0><tbody><tr><td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=cp valign=top width=472 height=13> <span class="campo"> '. $dadosboleto["endereco2"] .' </span></td> <td class=ct valign=top width=7 height=13><img height=13 src=imagens/1.png width=1 border=0></td><td class=ct valign=top width=180 height=13>Cód. baixa</td></tr><tr><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=472 height=1><img height=1 src=imagens/2.png width=472 border=0></td><td valign=top width=7 height=1><img height=1 src=imagens/2.png width=7 border=0></td><td valign=top width=180 height=1><img height=1 src=imagens/2.png width=180 border=0></td></tr></tbody></table><TABLE cellSpacing=0 cellPadding=0 border=0 width=666><TBODY><TR><TD class=ct width=7 height=12></TD><TD class=ct width=409 >Sacador/Avalista</TD><TD class=ct width=250 ><div align=right>Autenticação mecânica - <b class=cp>Ficha de Compensação</b></div></TD></TR><TR><TD class=ct colspan=3 ></TD></tr></tbody></table><TABLE cellSpacing=0 cellPadding=0 width=666 border=0><TBODY><TR><TD vAlign=bottom align=left height=50>'. fbarcode($dadosboleto["codigo_barras"]) .' </TD> </tr></tbody></table><TABLE cellSpacing=0 cellPadding=0 width=666 border=0><TR><TD class=ct width=666></TD></TR><TBODY><TR><TD class=ct width=666><div align=right>Corte na linha pontilhada</div></TD></TR><TR><TD class=ct width=666><img height=1 src=imagens/6.png width=665 border=0></TD></tr></tbody></table> </BODY></HTML>'; require_once("../dompdf/dompdf_config.inc.php"); $dompdf = new DOMPDF(); $dompdf->load_html($boleto); $dompdf->render(); $dompdf->stream("Teste HTML.pdf"); ?> Warning: DOMXPath::query() [function.DOMXPath-query]: Invalid expression in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 573 Warning: DOMXPath::query() [function.DOMXPath-query]: Invalid expression in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 573 Warning: Invalid argument supplied for foreach() in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 575 Warning: DOMXPath::query() [function.DOMXPath-query]: Invalid expression in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 573 Warning: DOMXPath::query() [function.DOMXPath-query]: Invalid expression in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 573 Warning: Invalid argument supplied for foreach() in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 575 Warning: DOMXPath::query() [function.DOMXPath-query]: Invalid expression in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 573 Warning: DOMXPath::query() [function.DOMXPath-query]: Invalid expression in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 573 Warning: Invalid argument supplied for foreach() in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 575 Warning: DOMXPath::query() [function.DOMXPath-query]: Invalid expression in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 573 Warning: DOMXPath::query() [function.DOMXPath-query]: Invalid expression in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 573 Warning: Invalid argument supplied for foreach() in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 575 Warning: DOMXPath::query() [function.DOMXPath-query]: Invalid expression in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 573 Warning: DOMXPath::query() [function.DOMXPath-query]: Invalid expression in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 573 Warning: Invalid argument supplied for foreach() in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 575 Warning: DOMXPath::query() [function.DOMXPath-query]: Invalid expression in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 573 Warning: DOMXPath::query() [function.DOMXPath-query]: Invalid expression in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 573 Warning: Invalid argument supplied for foreach() in C:\Servidor PHP\www\dompdf\include\stylesheet.cls.php on line 575 Fatal error: Uncaught exception 'DOMPDF_Internal_Exception' with message 'Frame not found in cellmap' in C:\Servidor PHP\www\dompdf\include\cellmap.cls.php:262 Stack trace: #0 C:\Servidor PHP\www\dompdf\include\table_row_group_frame_reflower.cls.php(78): Cellmap->get_frame_width(Object(Table_Row_Group_Frame_Decorator)) #1 C:\Servidor PHP\www\dompdf\include\frame_decorator.cls.php(387): Table_Row_Group_Frame_Reflower->reflow() #2 C:\Servidor PHP\www\dompdf\include\table_frame_reflower.cls.php(468): Frame_Decorator->reflow() #3 C:\Servidor PHP\www\dompdf\include\frame_decorator.cls.php(387): Table_Frame_Reflower->reflow() #4 C:\Servidor PHP\www\dompdf\include\block_frame_reflower.cls.php(408): Frame_Decorator->reflow() #5 C:\Servidor PHP\www\dompdf\include\frame_decorator.cls.php(387): Block_Frame_Reflower->reflow() #6 C:\Servidor PHP\www\dompdf\include\page_frame_reflower.cls.php(78): Frame_Decorator->reflow() #7 C:\Servidor PHP\www\dompdf\include\frame_decorator.cls.php(387): Page_Frame_Reflower->reflow() #8 C:\Servidor P in C:\Servidor PHP\www\dompdf\include\cellmap.cls.php on line 262
-
vlw. Isso mesmo.