public StreamResult OpenRead(string inputFile, InputOptions inputOptions)
By reporting abuse, a moderator will be asked to review the content of this interaction to take further action, if necessary.
public class CustomDocumentHandler : IDocumentHandler { public DocumentInfo GetInfo(string inputFile) { // Either provide a file name with extension return new DocumentInfo(uniqueId, fileName); // Or specify an explicit document format if you don't have a file name return new DocumentInfo(uniqueId, null, DocumentFormat.Docx); // which can also be written as return new DocumentInfo(uniqueId, format: DocumentFormat.Docx); } public StreamResult OpenRead(string inputFile, InputOptions inputOptions) { return new StreamResult(stream); } }
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add notify@gleamtech.com to your trusted senders list in your email software.
A code was sent to the recovery email address. Please provide the 6-digit code.
A code can be retrieved from your authentication app. Please provide the 6-digit code.
An email was sent to your recovery email address. If you need further assistance, please contact your system admin.