does not have any add-ons for sale.
Hi guys, I found a solution by myself: Change the PDF engine to "Legacy MPDF Engine" and works.
Best, Carles.
Hi guys, any news about this?
Thanks a lot, Carles.
Hi iDevIT,
I paste between image and wysisyg field and continues the error:
} elseif ($field_def['type'] == 'image') { $secureLink = $sugar_config['site_url'] . '/' . "public/" . $focus->id . '_' . $fieldName; $file_location = $sugar_config['upload_dir'] . '/' . $focus->id . '_' . $fieldName; // create a copy with correct extension by mime type if (!file_exists('public')) { sugar_mkdir('public', 0777); } if (!copy($file_location, "public/{$focus->id}". '_' . (string)$fieldName)) { $secureLink = $sugar_config['site_url'] . '/'. $file_location; } if (empty($focus->{$fieldName})) { $repl_arr[$key . "_" . $fieldName] = ""; } else { $link = $secureLink; $repl_arr[$key . "_" . $fieldName] = '<img src="' . $link . '" width="' . $field_def['width'] . '" height="' . $field_def['height'] . '" alt="image" />'; } } elseif ($field_def['type'] == 'Signature') { $repl_arr[$key . "_" . $fieldName] = '<img src="src" alt="image" />$fieldName . '" width="'.$field_def['width'].'" height="'.$field_def['height'].'">'; } elseif ($field_def['type'] == 'wysiwyg') { $repl_arr[$key . "_" . $field_def['name']] = html_entity_decode($focus->$field_def['name'], ENT_COMPAT, 'UTF-8'); $repl_arr[$key . "_" . $fieldName] = html_entity_decode($focus->{$fieldName}, ENT_COMPAT, 'UTF-8');
About Mail Merge it's a module to create Word or excels templates and we use it to create certifications for example.
has not rated any add-ons.
has not verified any add-ons.
has not created any Wanted Add-ons.