ddcd7cb7 by Jeff Balicki

turned of showborders

1 parent f1fbbcea
......@@ -39,7 +39,7 @@ class PdfController extends Controller
$storagePath = Storage::disk('public')->getDriver()->getAdapter()->getPathPrefix();
$outfile = $storagePath.$searchpath."/new_".$rows[0]->file;
$download = 'http://localhost:8888/pdf-customizer/public/fileentry/getPDF/'.$searchpath."/new_".$rows[0]->file;
$download = '/'.$searchpath."/new_".$rows[0]->file;
try {
......@@ -178,7 +178,7 @@ try {
if($fitmethod == ''){$fitm ="";
}else{ $fitm = "fitmethod=".$fitmethod;}
$num_optlist = "fillcolor={".$fontColor." } position={".$fontAlignment."} boxsize={" . $textwidth." ".$textheight . "} fontsize=".$fontSize." ".$fitm. "showborder ";
$num_optlist = "fillcolor={".$fontColor." } position={".$fontAlignment."} boxsize={" . $textwidth." ".$textheight . "} fontsize=".$fontSize." ".$fitm. " ";
$p->fit_textline($textline, $textLRight, $textLUp, $num_optlist);
}
......