Skip to content

Commit

Permalink
Remove unused html2pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
mrysav committed Aug 20, 2024
1 parent 2088d3f commit b5e67e8
Show file tree
Hide file tree
Showing 279 changed files with 0 additions and 181,930 deletions.
18 changes: 0 additions & 18 deletions htdocs/barcode/export_to_pdf_barcodes.php
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
<?php

require_once('html2pdf/html2pdf.class.php');

$filename = "hi.pdf";
$content2 = "<div style='padding: 0px; overflow: auto; width: 194px;' id='bar1'><div style='float: left; font-size: 0px; background-color: #FFFFFF; height: 40px; width: 60px'><div style='float: left; font-size: 0px; width:0; border-left: 2px solid #000000; height: 40px;'></div></div></div>";
//$content = $_REQUEST['content_for_pdf'];
//$content3 = str_replace("'", "\"", $content);
//print_r($_REQUEST);
$content = stripslashes($_REQUEST['content_for_pdf']);
echo $content;
try
{
//$html2pdf = new HTML2PDF('P', 'A4', 'fr');
// $html2pdf->setModeDebug();
//$html2pdf->writeHTML($content, isset($_GET['vuehtml']));
//$html2pdf->Output($filename);
}
catch(HTML2PDF_exception $e) {
echo $e;
exit;
}
165 changes: 0 additions & 165 deletions htdocs/barcode/html2pdf/_LGPL.txt

This file was deleted.

Loading

0 comments on commit b5e67e8

Please sign in to comment.