Hi,
I used your way as below
Dim doc As Aspose.Words.Document = New Aspose.Words.Document(ServerPath & ".doc")doc.Save(ServerPath & ".pdf")
The pdf file generated successfully and stored in particular path.
Previously I have merged all .pdf file in one .pdf file.That was working fine the previous source.
After implementing your solution the merge is not working.
Is there any option in aspose for merging.
could you assess ?
Regards,
Kalai
This message was posted using Email2Forum by ShL77.