本文整理汇总了PHP中PDF_AutoPrint类的典型用法代码示例。如果您正苦于以下问题:PHP PDF_AutoPrint类的具体用法?PHP PDF_AutoPrint怎么用?PHP PDF_AutoPrint使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
在下文中一共展示了PDF_AutoPrint类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: trim
$ageM = 12 + $ageM;
}
if ($ageM == 0) {
$pAge = "{$ageY} ��";
} else {
$pAge = "{$ageY} �� {$ageM} ��";
}
return $pAge;
}
$row_id = trim($_GET['row_id']);
$sql = "SELECT * FROM `booking` WHERE `row_id` ='" . $row_id . "' ";
$query = mysql_query($sql);
$dbarr = mysql_fetch_array($query);
$age = calcage($dbarr['bdate']);
// header('Content-type: application/pdf');
$pdf = new PDF_AutoPrint("P", 'mm', "A4");
$pdf->SetThaiFont();
// �絿��
$pdf->SetAutoPageBreak(false, 0);
$pdf->SetMargins(0, 0);
$pdf->SetTopMargin(2);
$pdf->AddPage();
$pdf->SetFont('THSarabun');
// ���¡��ҹ�������������
$pdf->SetFontSize(17);
$pdf->Cell(0, 4, "�ͧ/Ἱ�/��ǹ �ٹ�������� �͡��������Ţ FR-IPC-001/3 ��䢤��駷�� 00 �ѹ����ռźѧ�Ѻ�� 28 �.�.44", 0, 1, "C");
$pdf->SetFontSize(30);
$pdf->Cell(0, 10, "㺨ͧ��§", 0, 1, "C");
$pdf->SetFontSize(23);
$pdf->Cell(0, 8, "�ç��Һ�Ť�������ѡ�������� �.���ͧ �.�ӻҧ", 0, 1, "C");
$pdf->SetXY(0, 26);
示例2: getPrintParams
{
//Print on a shared printer (requires at least Acrobat 6)
$script = "var pp = getPrintParams();";
if ($dialog) {
$script .= "pp.interactive = pp.constants.interactionLevel.full;";
} else {
$script .= "pp.interactive = pp.constants.interactionLevel.automatic;";
}
$script .= "pp.printerName = '\\\\\\\\" . $server . "\\\\" . $printer . "';";
$script .= "print(pp);";
$this->IncludeJS($script);
}
}
$conexion = mysql_connect("localhost", "omorales", "wolf3333");
$basedatos = "sima";
$pdf = new PDF_AutoPrint();
$pdf->AddPage();
function saca_iva($can, $por)
{
$cant = $can;
$can = $can / 100 * $por;
$can += $cant;
return $can;
}
$sSQL311 = "Select * From clientesInternos WHERE entidad='" . $_GET['entidad'] . "' and folioVenta='" . $_GET['folioVenta'] . "'";
$result311 = mysql_db_query($basedatos, $sSQL311);
$myrow311 = mysql_fetch_array($result311);
$paciente = $myrow311['paciente'];
$numeroE = $myrow311['numeroE'];
$nCuenta = $myrow311['nCuenta'];
$keyClientesInternos = $myrow311['keyClientesInternos'];
示例3: array_reverse
}
// Sacamos el resultado (primero invertimos el array)
$resultado_inv= array_reverse($resultado, TRUE);
$final="";
foreach ($resultado_inv as $parte){
$final.=$parte;
}
return $final;
}
//$pdf=new FPDF();
$pdf=new PDF_AutoPrint();
$pdf->AddPage();
//*****************CONEXION A SIMA***************
require(CONSTANT_PATH_CONFIGURACION.'/baseDatos.php');
$base=new MYSQL();
$basedatos=$base->basedatos();
$conexionManual=new MYSQL();
$conexionManual->conecta();
//**************************************************
示例4: getPrintParams
{
//Print on a shared printer (requires at least Acrobat 6)
$script = "var pp = getPrintParams();";
if ($dialog) {
$script .= "pp.interactive = pp.constants.interactionLevel.full;";
} else {
$script .= "pp.interactive = pp.constants.interactionLevel.automatic;";
}
$script .= "pp.printerName = '\\\\\\\\" . $server . "\\\\" . $printer . "';";
$script .= "print(pp);";
$this->IncludeJS($script);
}
}
$conexion = mysql_connect("localhost", "omorales", "wolf3333");
$basedatos = "sima";
$pdf = new PDF_AutoPrint();
$pdf->AddPage();
function saca_iva($can, $por)
{
$cant = $can;
$can = $can / 100 * $por;
$can += $cant;
return $can;
}
$sSQL311 = "Select * From clientesInternos WHERE keyClientesInternos='" . $_GET['keyClientesInternos'] . "'";
$result311 = mysql_db_query($basedatos, $sSQL311);
$myrow311 = mysql_fetch_array($result311);
$paciente = $myrow311['paciente'];
$numeroE = $myrow311['numeroE'];
$nCuenta = $myrow311['nCuenta'];
$usuario = $myrow311['usuario'];
示例5: array_reverse
}
// Sacamos el resultado (primero invertimos el array)
$resultado_inv= array_reverse($resultado, TRUE);
$final="";
foreach ($resultado_inv as $parte){
$final.=$parte;
}
return $final;
}
//$pdf=new FPDF();
$pdf=new PDF_AutoPrint();
$pdf->AddPage();
require(CONSTANT_PATH_CONFIGURACION.'/baseDatos.php');
$base=new MYSQL();
$basedatos=$base->basedatos();
$conexionManual=new MYSQL();
$conexionManual->conecta();
function cambia_a_normal($fecha){
ereg( "([0-9]{2,4})-([0-9]{1,2})-([0-9]{1,2})", $fecha, $mifecha);
$lafecha=$mifecha[3]."/".$mifecha[2]."/".$mifecha[1];
return $lafecha;
示例6: array_reverse
}
// Sacamos el resultado (primero invertimos el array)
$resultado_inv= array_reverse($resultado, TRUE);
$final="";
foreach ($resultado_inv as $parte){
$final.=$parte;
}
return $final;
}
//$pdf=new FPDF();
$pdf=new PDF_AutoPrint();
$pdf->AddPage();
//require("/configuracion/funciones.php");
$usuario="omorales";
$passwd='wolf3333';
$servidor='localhost';
$basedatos='sima';
mysql_connect($servidor,$usuario,$passwd);
function cambia_a_normal($fecha){
ereg( "([0-9]{2,4})-([0-9]{1,2})-([0-9]{1,2})", $fecha, $mifecha);
示例7: array_reverse
}
// Sacamos el resultado (primero invertimos el array)
$resultado_inv= array_reverse($resultado, TRUE);
$final="";
foreach ($resultado_inv as $parte){
$final.=$parte;
}
return $final;
}
//$pdf=new FPDF();
$pdf=new PDF_AutoPrint();
$pdf->AddPage();
require(CONSTANT_PATH_CONFIGURACION.'/baseDatos.php');
$base=new MYSQL();
$basedatos=$base->basedatos();
$conexionManual=new MYSQL();
$conexionManual->conecta();
function cambia_a_normal($fecha){
示例8: array
$data = array(
':no_card' => $no_card,
':hn' => $cHn
);
$db->update($sql, $data);
$sql = "SELECT `hn`,`idcard`,`yot`,`name`,`surname`,`ptright`,`dbirth`,`no_card`
FROM `opcard`
WHERE `hn` LIKE :hn_patient ";
$data = array(':hn_patient' => $cHn);
$db->select($sql, $data);
$item = $db->get_item();
$pdf = new PDF_AutoPrint("P",'mm', "A4");
$pdf->SetThaiFont(); // à«çµ¿Í¹µì
$pdf->SetAutoPageBreak(false, 0);
$pdf->SetMargins(0, 0);
$pdf->SetTopMargin(2);
$pdf->AddPage();
$pdf->SetFont('THSarabun'); // àÃÕ¡ãªé§Ò¹¿Í¹µì·ÕèàµÃÕÂÁäÇé
$pdf->SetFontSize(17);
$pdf->SetXY(185, 7);
$pdf->Cell(10, 6, $item['no_card'],0,1);
$pdf->SetXY(45, 19);
$pdf->Cell(40, 6, $item['hn'],0,1);
示例9: array_reverse
case 3:
$resultado[$i] .= $num == 1 ? " millon " : " millones ";
break;
}
$resto -= $corte;
}
// Sacamos el resultado (primero invertimos el array)
$resultado_inv = array_reverse($resultado, TRUE);
$final = "";
foreach ($resultado_inv as $parte) {
$final .= $parte;
}
return $final;
}
//$pdf=new FPDF();
$pdf = new PDF_AutoPrint();
$pdf->AddPage();
//require("/configuracion/funciones.php");
$usuario = "omorales";
$passwd = 'wolf3333';
$servidor = 'localhost';
$basedatos = 'sima';
mysql_connect($servidor, $usuario, $passwd);
//******************************************************************
//clases fuera
$sSQL17 = "\r\nSELECT \r\nsum(precioVenta*cantidad)+sum(iva*cantidad) as sumaCargos\r\nFROM\r\ncargosCuentaPaciente\r\nWHERE \r\nnumeroE = '" . $numeroE1 . "'\r\n and\r\n nCuenta='" . $nCuenta1 . "'\r\nand \r\n(status='particular' and statusCargo='cargado' )\r\nand naturaleza='C' \r\nand\r\ntipoCliente='particular'\r\n\r\n";
$result17 = mysql_db_query($basedatos, $sSQL17);
$myrow17 = mysql_fetch_array($result17);
//return $myrow17['sumaCargos'];
$sSQL16 = "\r\n\tSELECT \r\n sum(precioVenta) as Tabonos\r\nFROM\r\ncargosCuentaPaciente\r\nWHERE \r\nnumeroE = '" . $numeroE1 . "'\r\n and\r\n nCuenta='" . $nCuenta1 . "'\r\nand \r\nstatus='transaccion'\r\nand\r\nnaturaleza='A' \r\nand\r\ntipoCliente='particular'\r\n";
$result16 = mysql_db_query($basedatos, $sSQL16);
示例10: AutoPrintToPrinter
}
function AutoPrintToPrinter($server, $printer, $dialog = false)
{
//Print on a shared printer (requires at least Acrobat 6)
$script = "var pp = getPrintParams();";
if ($dialog) {
$script .= "pp.interactive = pp.constants.interactionLevel.full;";
} else {
$script .= "pp.interactive = pp.constants.interactionLevel.automatic;";
}
$script .= "pp.printerName = '\\\\\\\\" . $server . "\\\\" . $printer . "';";
$script .= "print(pp);";
$this->IncludeJS($script);
}
}
$pdf = new PDF_AutoPrint('P', 'mm', 'A4');
$pdf->AliasNbPages();
$pdf->SetTopMargin(10);
$pdf->SetLeftMargin(10);
$pdf->SetRightMargin(10);
$pdf->AddPage();
$pdf->SetWidths(array(20, 20, 20, 20, 110));
$pdf->SetAligns(array('C', 'R', 'R', 'R', 'L'));
srand(microtime() * 1000000);
$pdf->Table();
$filename = "Laporan Stok " . $GLOBALS['ItemName'] . " " . $GLOBALS['date'] . ".pdf";
//$pdf->AutoPrint(true);
if ($_GET['PrintType'] == "1") {
$pdf->Output($filename, "D");
} else {
$pdf->AutoPrint(true);
示例11: date
$this->Cell(32, 11, '.........../.........../...........', 0, 1, 'B');
$this->SetXY(8, 235);
$this->Cell(45, 7, '�����¢ͧ', 0, 1, 'C');
$this->SetXY(58, 235);
$this->Cell(32, 7, '�ѹ �� ��', 0, 1, 'C');
$this->SetXY(94, 235);
$this->Cell(45, 7, '����Ѻ�ͧ', 0, 1, 'C');
$this->SetXY(144, 235);
$this->Cell(32, 7, '�ѹ �� ��', 0, 1, 'C');
}
}
$m = date('m');
if (!isset($date_serve)) {
$date_serve = date('d') . ' ' . $def_fullm_th[$m] . ' ' . (date('Y') + 543);
}
$pdf = new PDF_AutoPrint("P", 'mm', "A4");
$pdf->SetThaiFont();
// �絿��
$pdf->SetAutoPageBreak(true, 0);
$pdf->SetMargins(8, 4);
$pdf->AddPage();
$pdf->SetFont('THSarabun', '', 15);
$max_row = 34;
// �ӹǹ�ǵ��˹��˹�ҡ�д��
$y_start = 59;
$line_height = 7.5;
// �Ҩӹǹ����ͧ���ҧ
$item_rows = count($full_items);
$full_rows = ceil($item_rows / $max_row) * $max_row;
$row_i = 0;
$line_num = 0;
示例12: array_reverse
}
// Sacamos el resultado (primero invertimos el array)
$resultado_inv= array_reverse($resultado, TRUE);
$final="";
foreach ($resultado_inv as $parte){
$final.=$parte;
}
return $final;
}
//$pdf=new FPDF();
$pdf=new PDF_AutoPrint();
$pdf->AddPage();
//*****************CONEXION A SIMA***************
require(CONSTANT_PATH_CONFIGURACION.'/baseDatos.php');
$base=new MYSQL();
$basedatos=$base->basedatos();
$conexionManual=new MYSQL();
$conexionManual->conecta();
//**************************************************
function cambia_a_normal($fecha){
ereg( "([0-9]{2,4})-([0-9]{1,2})-([0-9]{1,2})", $fecha, $mifecha);
$lafecha=$mifecha[3]."/".$mifecha[2]."/".$mifecha[1];
示例13: array_reverse
}
// Sacamos el resultado (primero invertimos el array)
$resultado_inv= array_reverse($resultado, TRUE);
$final="";
foreach ($resultado_inv as $parte){
$final.=$parte;
}
return $final;
}
//$pdf=new FPDF();
$pdf=new PDF_AutoPrint();
$pdf->AddPage();
require(CONSTANT_PATH_CONFIGURACION.'/baseDatos.php');
$base=new MYSQL();
$basedatos=$base->basedatos();
$conexionManual=new MYSQL();
$conexionManual->conecta();
示例14: array_reverse
case 3:
$resultado[$i] .= $num == 1 ? " millon " : " millones ";
break;
}
$resto -= $corte;
}
// Sacamos el resultado (primero invertimos el array)
$resultado_inv = array_reverse($resultado, TRUE);
$final = "";
foreach ($resultado_inv as $parte) {
$final .= $parte;
}
return $final;
}
//$pdf=new FPDF();
$pdf = new PDF_AutoPrint();
$pdf->AddPage();
//*****************CONEXION A SIMA***************
require CONSTANT_PATH_CONFIGURACION . '/baseDatos.php';
$base = new MYSQL();
$basedatos = $base->basedatos();
$conexionManual = new MYSQL();
$conexionManual->conecta();
//**************************************************
function cambia_a_normal($fecha)
{
ereg("([0-9]{2,4})-([0-9]{1,2})-([0-9]{1,2})", $fecha, $mifecha);
$lafecha = $mifecha[3] . "/" . $mifecha[2] . "/" . $mifecha[1];
return $lafecha;
}
//******************************************************************
示例15: MYSQL
} else {
$script .= "pp.interactive = pp.constants.interactionLevel.automatic;";
}
$script .= "pp.printerName = '\\\\\\\\" . $server . "\\\\" . $printer . "';";
$script .= "print(pp);";
$this->IncludeJS($script);
}
}
//*****************CONEXION A SIMA***************
require CONSTANT_PATH_CONFIGURACION . '/baseDatos.php';
$base = new MYSQL();
$basedatos = $base->basedatos();
$conexionManual = new MYSQL();
$conexionManual->conecta();
//**************************************************
$pdf = new PDF_AutoPrint();
$pdf->AddPage();
function saca_iva($can, $por)
{
$cant = $can;
$can = $can / 100 * $por;
$can += $cant;
return $can;
}
//aqui estoy
//$_GET['keyClientesInternos']='22822';
$sSQL311 = "Select * From clientesInternos WHERE keyClientesInternos='" . $_GET['keyClientesInternos'] . "' ";
$result311 = mysql_db_query($basedatos, $sSQL311);
$myrow311 = mysql_fetch_array($result311);
$paciente = $myrow311['paciente'];
$numeroE = $myrow311['numeroE'];