Click here to Skip to main content
15,894,343 members

Comments by Thirumadhi T Johnson (Top 44 by date)

Thirumadhi T Johnson 16-Apr-24 3:58am View    
Ohk will try this than Thank You Dave
Thirumadhi T Johnson 15-Apr-24 8:19am View    
Yes the previous code is running in a desktop app. and we are only one in this XXX out project domain name is there...in this case what I can do Dave ??
Thirumadhi T Johnson 21-Mar-24 5:14am View    
Yes Dave you are write there is a client side code with this
public static string DocConvertionUrl = "https://xxx.com/doc2pdf";


it is deployed in Server as below

<%@ Page Language="C#"%><%
                            var ins = Request.InputStream;

                            var loadOptions = new Aspose.Words.Loading.LoadOptions { LoadFormat = Aspose.Words.LoadFormat.Auto };
                            var pdfDocument = new Aspose.Words.Document(ins, loadOptions);

                            pdfDocument.Save(Response,"file.pdf", Aspose.Words.ContentDisposition.Attachment, new Aspose.Words.Saving.PdfSaveOptions() );
%>
Thirumadhi T Johnson 21-Mar-24 2:03am View    
and this is desktop based application
Thirumadhi T Johnson 21-Mar-24 0:27am View    
Hi Dave , This is only server side code ..this not a client side code...
public static string DocConvertionUrl = "https://xxx.com/doc2pdf"; is this code is causing an issue