Hi Team,
I am trying to embed attachments to my pdf. I tried to follow following documentation:
Adding Attachment to PDF document|Aspose.PDF for Java…_gaMjEwMTA1NzY1LjE3NDYwMDcyMDM._ga_W0DG8XJWKLMTc0NjAwNzIwMy4xLjAuMTc…...toLowerCase(); switch (extension){ case "txt": return "text/plain"; case "pdf":...save(outputStream); } Now for txt files, this method is working...