Have two questions:
1.- Is there a function to make any text upper case on aspose XML?
2.- How does one go about adding spaces between segments i.e.
xy
I am trying to get this output: x y
Thanks
Hello Fernando,
Thanks for using our products.
I am afraid the feature of converting all the text contents into UpperCase is currently not supported when using XML to generate PDF documents. For the sake of implementation, I have logged this requirement as PDFNET-26500 in our issue tracking system under new features list. We will further look into the details of this requirement and will keep you updated on the status of correction. We apologize for your inconvenience.
Concerning to you second requirement of adding space between two text segments, please try using the following code snippet. As per my observations, the ouput file contains spaces between text segments. I have tested the scenario using Aspose.Pdf for .NET 5.2.0. In case you still face any problem or you have any further query, please feel free to contact.
<Segment>x </Segment><Segment>y</Segment>