Hi ,
Do we have feasibility to get thumbnail for password-protected PDF Document, in GroupDocs.
If we provide password.
If yes, Please provide some reference in .Net (C#).
Thanks
Sachin...Func<LoadOptions> getLoadOptions = () => new PdfLoadOptions { Password = "123"..."123" }; Converter converter = new Converter(@"D:/source.pdf", getLoadOptions);...