Hi , We are generating tagged pdf using itext version 5.4.1 version , tagged pdf is generated with blank pages in UNIX where as in windows we are able to generate tagged PDF with content . We are suspecting that sRGB.profile file used might be different for unix
Please find the below code for reference. Also attaching the sRGB.profile file that we have used ICC_Profile icc = ICC_Profile.getInstance(new FileInputStream("C:/OPT/sRGB.profile")); writer.setOutputIntents("Custom", "", "http://www.color.org", "sRGB IEC61966-2.1", icc); Please suggest the way forward Thank you Purnima -- View this message in context: http://itext-general.2136553.n4.nabble.com/Blank-pages-in-tagged-PDF-tp4660419.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Slashdot TV. Videos for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php