Hi guys.
I'm having a problem with GdPictureImaging, trying to create a PDF from a tiff image Stream. I am using a function in C#
int ImageID = oGdPictureImaging.CreateGdPictureImageFromStream(stream);
I need the ImageID to create a PDF using the function
oGdPictureImaging.PdfCreateFromMultipageTIFF(ImageID, caminhoResultadoConversao, true, "", "", "", "", "");
and received de message when I try to generate the ImageID "Specified method is not supported"
Can anyone help me?
Thanks
