I want to merge a multipage tiff file to a pdf I used this function but only first frame of tiff got added , what do I need to change
private static int addTiffAsPages(Document mergedDoc, String tiffPath, int current…... The code you provided only adds the first frame...Load the source image file to Stream object FileInputStream fs =...