• Resolved andreescocard

    (@andreescocard)


    Hi, i want to export orders in PDF format, so i need a custom data from wp_term and i want to display it on pdf. I made the custom PHP code to extract the data i need but i want to display it on PDF on column each line, how can i do that?

    I tried <br/>, \r, \r\n, \n, nothing worked..

    foreach($names as $name){
            $display .= $name.'\r\n';
        }
    return $name;

    I would like to know if i can change the column width too
    Thanks

    • This topic was modified 2 years, 10 months ago by andreescocard.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘PDF format’ is closed to new replies.