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 …... edwins June 27, 2016, 4:09am 11 Hi, I’m...ModDate is not needed. codewarior June 27, 2016, 3:10pm 12 edwins:...