Login  Register

Re: convert multilayer tif to pdf files

Posted by Antoinette on May 06, 2014; 3:44am
URL: http://imagej.273.s1.nabble.com/convert-multilayer-tif-to-pdf-files-tp3696001p5007585.html

Tiff is a multi-page image document, which is exclusive for faxing. Converting tiff into pdf is a little more complex than converting other raster images to pdf document. Check these methods of a online tiff to pdf conversion guide.


Private Function GetPage(pageIdx As Integer) As BasePage Implements TIFFDocument.GetPage
End Function
Private Function toImage() As BaseImage Implements TIFFPage.toImage
End Function
Private Function toImage(width As Integer, height As Integer) As BaseImage Implements TIFFPage.toImage
End Function
Private Sub New(imagesource As List(Of REImage))
End Sub
Private Sub Convert(s As Stream, format As ImageFormat) Implements REImage.Convert
End Sub