I’ve purchased and installedAspose Total. I have the aspose.total.lic file but am still getting a watermark on all of my documents. Where is this lic file supposed to go? I put it in my web apps bin directory but it still doesn’t work. Sorry I looked but couldn’t find any documentation on this.
Evaluation only, garbage text in the document is part of the evaluation watermark. Created with Aspose.Words. Copyright 2003-2006 Aspose Pty Ltd.
Thank you for your post and recent purchase. The following URL provides an outline on how to reference your license file from within your custom application: https://docs.aspose.com/words/net/licensing/ … Please be sure to let me know if that does not resolve the problem and I will be more than glad to assist further.
That cleared up the problems with words. Now I am having a problem with the PDF.
I am using :
doc.Save(xmlStream, SaveFormat.FormatAsposePdf);
To save the document to a pdf file and sending it via email attachment to my clients. “doc” is a one page word document. The page converts to pdf and looks great but somehow a second page is being inserted into my PDF File with a large “Insert your Logo Here” image right in the center of it. Is this another licensing issue?
The picture you see on the second page of resulting PDF is actually a list bullet picture which is part of document list definitions. The list definition which has this bullet picture is not used anywhere in the document but the picture itself is incorrectly interpreted by current implementation of our document reader as an image inside a last paragraph of the document. That is a known issue and is logged as #1122 in our defect base. We will try to fix it as soon as possible.
Meanwhile, as a workaround, I can help you to clean up your template from this bullet picture so that the conversion to PDF will go on correctly. Please attach the template here in this thread and I will mail you a corrected document.