I currently use code that converts a TIFF to PDF as shown below. I need to be able to convert a PNG to a PDF as well, but haven't the first clue where to start b/c it doesn't work the same way.
Thanks!
Dim TiffFile As ceTe.DynamicPDF.Imaging.TiffFile = New ceTe.DynamicPDF.Imaging.TiffFile(ImagePath)
Dim document As ceTe.DynamicPDF.Document = TiffFile.GetDocument()
document.Draw(DestFilePath)