Ver Mensaje Individual
  #23 (permalink)  
Antiguo 21/01/2009, 08:46
Avatar de ACX_POISON
ACX_POISON
 
Fecha de Ingreso: abril-2008
Ubicación: Talca-Chile
Mensajes: 750
Antigüedad: 17 años
Puntos: 7
Respuesta: problema al crear pdf + asp

disculpa solo habia copiado el codigo que publico Myakire
pero puse
Cita:
<!--#include file="fpdf.asp"-->
<%
Set pdf=CreateJsObject("FPDF")
pdf.CreatePDF()
'pdf.SetPath("fpdf/")
pdf.SetFont "Arial","",16
pdf.Open()
for i=1 to 10
if i=1 or i=5 or i=10 Then
pdf.AddPage()
End if
pdf.Image "Virgin_Killer.jpg",60,80,90,80
next

pdf.Output()
pdf.Close()
%>
e igual no funciono
__________________
Me junto con los que Saben, Queriendo Saber.