Tiff Binary Stream to PDF Stream conversion
Question posted by Krishna_Chaitanya on December 28, 2017
- Views (366)
- Replies (1)
- Login to like
- Reply
Reply posted on December 29, 2017 by Krishna_Chaitanya
Got Java code from various sources. The below Java code helps to get the PDF stream from TIFF stream : //Prepare byte array output stream java.io.ByteArrayOutputStream outfile = new java.io.ByteArrayOutputStream(); //Create new document com.lowagie...