Hi, We have the issue while adding attachment into a PDF file by using FileSpecification with stream.
using (System.IO.Stream ms = ...)
{
pdf.EmbeddedFiles.Add(new FileSpecification(ms, file.ID));
}
The Modified date …... My latest try: Aspose.Pdf.FileSpecification...F doesn’t seem to work. My latest try: Aspose.Pdf.FileSpecification...