|
At present, we do not have support for
1. Need add support PDF encryption and decryption in Xamarin.Forms platform
2. Need to add support for PNG image drawing in Xamarin PDF
3.Need to add XFA form fields support in Xamarin platform
So, we have logged a feature request regarding this. We do not have any immediate plan to implement this feature, We will implement this features in any of our upcoming releases. We usually have an interval of at least three months between releases. The features implementation would also greatly depend on the factors such as product design, code compatibility and complexity. Please log on to our support website to check for further updates:
| |
Use custom fonts and styles |
Essential PDF provides custom font support in Xamarin platform by using PdfTrueTypeFont object with embedded font stream. Please refer the below sample for more details. details.
Refer the blow documentation link for more details.
we can also set the text rendering styles in PDF document by using PdfStringFormat instance. Please refer the below code snippet for more details.
|