Hi, Loïc
I need to create pdf/a file from multitiff file,this is my little sourcecode....
imageID = AxImaging1.CreateImageFromFile("C:\mtiff.tif")
ret = AxImaging1.SaveAsPDF("C:\pdf.pdf")
AxImaging1.SaveAsPDFA("C:\pdfa.pdf")
AxImaging1.CloseImage(imageID)
But it not work.I did't know that the output file (pdfa.pdf) as pdf/a or not? because I can't search any content in this file.
Please suggest me.
Best Regard
Wittaya
