rectangulo hacia abajo por ejemplo "Folio: " lo imprime
Código PHP:
F
o
l
i
o
Código PHP:
With clPDF
.Title = "Carta Porte Cagesi"
.ScaleMode = pdfCentimeter
.PaperSize = pdfA3
.Margin = 0
.Orientation = pdfLandscape
.EncodeASCII85 = False
.InitPDFFile strFile
.DrawText 5, 38.9, "Folio: " & strfolio, "Fnt1", 9, pdfCenter
...
.EndPage
' Define un recurso que se imprimirá en todas las páginas
.StartObject "Footers", pdfAllPages
.EndObject
' Cerramos el Documento
.ClosePDFFile
end with