rasool, rasool wrote > Can i use iText for manipulating existing pdfs and divide lines to two > lines? > I want to write a program like adobe and support reflow zoom.
Reflowing PDF content is not explicitly supported by iText. That being said you can of course go ahead and use the low level iText API to retrieve content, change it, and store it again. This is not trivial, though. The trouble starts with lines being a concept not necessarily present in PDFs, it continues with footer lines (which surely should not be moved) not necessarily discernable, additional pages having to be inserted (which may contain page numbers which might not be recognizable), etc... Thus, an /interesting/ project... ;) Regards, Michael PS: You seem to have forgotten to register with the mailing list. Nabble explained in popups how to do that. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Manipulate-and-break-existing-lines-tp4658132p4658133.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ 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