hello,
i'm trying to combine all the pdf attached in a record but i can not access the path returned from docuref through x++ the stattement am using is
"docuref.completefilename() ;" the problem is in this line " reader = new iTextSharp.text.pdf.PdfReader(file);" clr object could not be created
i think aos don't have access to this path because if i changed like this it works
"reader = new iTextSharp.text.pdf.PdfReader(@"C:\Users\usr\Desktop\test.pdf")
*This post is locked for comments
I have the same question (0)