I have text in a PDF that is set as center justified.
When I send the PDF to ASPOSE Cloud and do a text replace, the replaced text is not centered like the rest of the text. Is there some way of forcing the replaced text to follow the centering like the rest of the text?
I’m using PhP curl to send the PDF and text replacement as follows:
“TextReplaces”:[
{
“OldValue”: “”,
“NewValue”: “’ . $name . '”,
“Regex”: true
}
Thanks in Advanced.