Latest package looks much better. Thx for all your efforts.
Regarding the image problem (5th point), I just noticed image is getting rendered properly but right side of the image is going out of the coordinates. Please find the attached ( page number 3 ) for your reference.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
How to link/embed the attachment from PDF files. I tried the following code block but don’t see attachment in the pdf. Do we need to set any properties to get this done Or Am I missing anything? Can you give a try from your end & let me know the output.
//open document
Document pdfDocument = new Document("input.pdf");
//setup new file to be added as attachment
FileSpecification fileSpecification = new FileSpecification("test.txt", "Sample text file");
//add attachment to document's attachment collection
pdfDocument.EmbeddedFiles.Add(fileSpecification);
//save new output
pdfDocument.Save("output.pdf");
Please answer all the queries from this post as we are waiting for WORDSNET-7890