Voici votre URL de partage https://sharemycode.io/c/ffdf6e8 (Cliquer pour copier) (Copié)

<body>
    <script type="text/php">
        if ( isset($pdf) ) {
            // OLD 
            // $font = Font_Metrics::get_font("helvetica", "bold");
            // $pdf->page_text(72, 18, "{PAGE_NUM} of {PAGE_COUNT}", $font, 6, array(255,0,0));
            // v.0.7.0 and greater
            $x = 72;
            $y = 18;
            $text = "{PAGE_NUM} of {PAGE_COUNT}";
            $font = $fontMetrics->get_font("helvetica", "bold");
            $size = 6;
            $color = array(255,0,0);
            $word_space = 0.0;  //  default
            $char_space = 0.0;  //  default
            $angle = 0.0;   //  default
            $pdf->page_text($x, $y, $text, $font, $size, $color, $word_space, $char_space, $angle);
        }
    </script>
    <div

Informations

Cet extrait a été créé le 30 sept. 2024 à 11:17:40

Cet extrait expire le 30 oct. 2024 à 11:17:40

Langage : javascript

Logo javascript

Link

Voici votre URL de partage : https://sharemycode.io/c/ffdf6e8 Copié