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…...SaveFormat format; wordsFormats.TryGetValue(ConvertFormat...TryGetValue(ConvertFormat, out format); converter.ConvertLocalFile(fileName...