|
@@ -439,7 +439,7 @@ class Agreement
|
|
$temp = explode('?', $info['sign']);
|
|
$temp = explode('?', $info['sign']);
|
|
$info['sign'] = $temp[0];
|
|
$info['sign'] = $temp[0];
|
|
if (strstr($info['sign'], 'http')) {
|
|
if (strstr($info['sign'], 'http')) {
|
|
- $pdf->Image($info['sign'], $x, $y, 20, 20);
|
|
|
|
|
|
+ $pdf->Image($info['sign'], $x, $y, 50, 50);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -742,7 +742,7 @@ class Agreement
|
|
$x = $cx + 50;
|
|
$x = $cx + 50;
|
|
$y = $cy - 25;
|
|
$y = $cy - 25;
|
|
|
|
|
|
- $pdf->Image($pic, $x, $y, 15, 15);
|
|
|
|
|
|
+ $pdf->Image($pic, $x, $y, 50, 50);
|
|
|
|
|
|
$x += 100;
|
|
$x += 100;
|
|
|
|
|
|
@@ -751,7 +751,7 @@ class Agreement
|
|
$temp = explode('?', $info['sign']);
|
|
$temp = explode('?', $info['sign']);
|
|
$info['sign'] = $temp[0];
|
|
$info['sign'] = $temp[0];
|
|
if (strstr($info['sign'], 'http')) {
|
|
if (strstr($info['sign'], 'http')) {
|
|
- $pdf->Image($info['sign'], $x, $y, 15, 15);
|
|
|
|
|
|
+ $pdf->Image($info['sign'], $x, $y, 50, 50);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1219,7 +1219,7 @@ class Agreement
|
|
$x = $cx + 48;
|
|
$x = $cx + 48;
|
|
$y = $cy - 42;
|
|
$y = $cy - 42;
|
|
|
|
|
|
- $pdf->Image($pic, $x, $y, 30, 30);
|
|
|
|
|
|
+ $pdf->Image($pic, $x, $y, 50, 50);
|
|
|
|
|
|
$x += 100;
|
|
$x += 100;
|
|
|
|
|
|
@@ -1228,7 +1228,7 @@ class Agreement
|
|
$temp = explode('?', $info['sign']);
|
|
$temp = explode('?', $info['sign']);
|
|
$info['sign'] = $temp[0];
|
|
$info['sign'] = $temp[0];
|
|
if (strstr($info['sign'], 'http')) {
|
|
if (strstr($info['sign'], 'http')) {
|
|
- $pdf->Image($info['sign'], $x, $y, 30, 30);
|
|
|
|
|
|
+ $pdf->Image($info['sign'], $x, $y, 50, 50);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1660,7 +1660,7 @@ class Agreement
|
|
$x = $cx + 50;
|
|
$x = $cx + 50;
|
|
$y = $cy - 50;
|
|
$y = $cy - 50;
|
|
|
|
|
|
- $pdf->Image($pic, $x, $y, 30, 30);
|
|
|
|
|
|
+ $pdf->Image($pic, $x, $y, 50, 50);
|
|
|
|
|
|
$x += 20;
|
|
$x += 20;
|
|
$y -= 48;
|
|
$y -= 48;
|
|
@@ -1670,7 +1670,7 @@ class Agreement
|
|
$temp = explode('?', $info['sign']);
|
|
$temp = explode('?', $info['sign']);
|
|
$info['sign'] = $temp[0];
|
|
$info['sign'] = $temp[0];
|
|
if (strstr($info['sign'], 'http')) {
|
|
if (strstr($info['sign'], 'http')) {
|
|
- $pdf->Image($info['sign'], $x, $y, 30, 30);
|
|
|
|
|
|
+ $pdf->Image($info['sign'], $x, $y, 50, 50);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|