I have the following code which creates a PDF file from a DOCX,
I want to add a password to the PDF - how do I achieve this?
public void WordFile(string Filename, string ConvertFormat)
{
Aspose.Cloud.Words.Converter…...Converter converter = new Aspose.Cloud.Words.Converter();...TryGetValue(ConvertFormat, out format); converter.ConvertLocalFile(fileName...