Hi Experts, I am trying to convert the attached pdf to tiff http://itext-general.2136553.n4.nabble.com/file/n3796313/TextBoxMarkupfile.pdf TextBoxMarkupfile.pdf http://itext-general.2136553.n4.nabble.com/file/n3796313/ConvertedPage000002.tiff ConvertedPage000002.tiff . I currently having Ghostscript 9.02 installed in my system.
I am using the below command to convert the pdf files to tiff. gswin32 -dSAFER -dNOPAUSE -dBATCH -q -sPAPERSIZE=a4 -r300 -sDEVICE=tiffg4 -dPDFFitPage -dGraphicalAlphaBits=1 -dTextAlphaBits=1 -sOutputFile="d:/temp/test/ConvertedPage%06d.tiff" "d:/temp/test/TextBoxMarkupfile.pdf" There are 3 marked up text box available in the second page. After conversion those text values are missing in the tiff file. Is there any options available in the ghostscript to include those text values in the converted image? If any workarounds available please suggest me. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Pdf-text-box-markups-missing-in-the-converted-tiff-file-tp3796313p3796313.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Using storage to extend the benefits of virtualization and iSCSI Virtualization increases hardware utilization and delivers a new level of agility. Learn what those decisions are and how to modernize your storage and backup environments for virtualization. http://www.accelacomm.com/jaw/sfnl/114/51434361/ _______________________________________________ iText-questions mailing list [email protected] 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
