HI,
I am converting a file which was originally uploaded as a word doc using Aspose words . The client wants the content of the page is word doc to appear on the same page in the PDF as well. In a document the last line moves to the next page and so the contents of pge are spilled over to the next page pushing the pages the content until the end of the document. Is there something which can be done ?
fileName = fileName.Replace(fileExtension, “.pdf”);
bytes = ConvertToBytes(AP.SaveFormat.Pdf, asposeDoc);
context.Response.ContentType = “application/pdf”;
Thanks,
Preethi