I want to read a pdf file in php which may be in different language
Is there any possibility to read and print it
I want to read a pdf file in php which may be in different language
Is there any possibility to read and print it
if fread provide a way to declare encoding type as pdf has different encoding than utf-8
Search on utube elevenstech
thanks bro
Its a BOT
Then its Okay
no u dont
I want to read a pdf file in php which may be in different language
Is there any possibility to read and print it
Search file_get_content.. I think it will work
I will try it thanks for reply
Please explain more what you done or what not working
https://t.me/itengg
Join us on Facebook: https://www.facebook.com/groups/2012253798994416/
Join us on WhatsApp: https://chat.whatsapp.com/Jyo2anKWj6x6CT3hjCs8mE
{
if ($this->session->userdata(‘isLogIn’) && $this->session->userdata(‘user_id’)){
$coin_symbol = explode(‘_’, $this->input->post(‘market’, TRUE));
$market_symbol = $this->input->post(‘market’, TRUE);
$rate = $this->input->post(‘sellpricing’, TRUE);
$qty = $this->input->post(‘sellamount’, TRUE);
$user_id = $this->session->userdata(‘user_id’);
//Check SELL fees
$fees = $this->web_model->checkFees(‘SELL’, $coin_symbol[0]);
if ($fees) {
$fees_amount = ($rate*$qty*$fees->fees)/100;
$sellfees = $fees->fees;
}else{
$fees_amount = 0;
$sellfees = 0;
}
//BUY fees
$buyerfees = $this->web_model->checkFees(‘BUY’, $coin_symbol[1]);
if ($buyerfees) {
$buyfees = $buyerfees->fees;
}else{
$buyfees = 0;
}
$amount_withoutfees = $rate * $qty;
$amount_withfees = $amount_withoutfees + $fees_amount;
{
if ($this->session->userdata(‘isLogIn’) && $this->session->userdata(‘user_id’)){
$coin_symbol = explode(‘_’, $this->input->post(‘market’, TRUE));
$market_symbol = $this->input->post(‘market’, TRUE);
$rate = $this->input->post(‘sellpricing’, TRUE);
$qty = $this->input->post(‘sellamount’, TRUE);
$user_id = $this->session->userdata(‘user_id’);
//Check SELL fees
$fees = $this->web_model->checkFees(‘SELL’, $coin_symbol[0]);
if ($fees) {
$fees_amount = ($rate*$qty*$fees->fees)/100;
$sellfees = $fees->fees;
}else{
$fees_amount = 0;
$sellfees = 0;
}
//BUY fees
$buyerfees = $this->web_model->checkFees(‘BUY’, $coin_symbol[1]);
if ($buyerfees) {
$buyfees = $buyerfees->fees;
}else{
$buyfees = 0;
}
$amount_withoutfees = $rate * $qty;
$amount_withfees = $amount_withoutfees + $fees_amount;
Can someone help me here
You need to buy SMS api