  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | -none- | -none- 2007-10-04 - By Mark Storer
Back If this is a PDF you're building with iText, there's some small hope. If not, then... not so much.
I can think of a couple ways to create non-selectable text... though creating them in iText will take some work.
1) Create a font with no/invalid character mapping. For example: a font subset using Identity-H encoding, and strip out the glyph-character tables from the embedded font data. That'd be tough and would require modifying iText's font-handling code.
2) Draw the text as line art or a raster image. The line-art version is semi-doable in iText now using the PdfGraphic2D object... but inserting the resulting PdfContent into a Document you're building will be a bit of a chore.
If it's an existing PDF, you're pretty much screwed. It's theoretically possible, but Non-Trivial.
On 10/4/07, mlindeboom <michael.lindeboom@(protected)> wrote: > > > Is there a way to disable selection of specific text? I have a pdf report > that will contain super scripts. I want the text in the report to be > selectable and the super scripts to be visible but not selectable. > > thanks > > Michael > -- > View this message in context: > http://www.nabble.com/Text-Selection-question-tf4569782.html#a13043179 > Sent from the iText - General mailing list archive at Nabble.com. > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ > iText-questions mailing list > iText-questions@(protected) > https://lists.sourceforge.net/lists/listinfo/itext-questions > Buy the iText book: http://itext.ugent.be/itext-in-action/ >
-- --Mark Storer Professional Geek
If this is a PDF you're building with iText, there's some small hope. If not, then... not so much.<br><br>I can think of a couple ways to create non-selectable text... though creating them in iText will take some work . <br><br>1) Create a font with no/invalid character mapping. For example: a font subset using Identity-H encoding, and strip out the glyph-character tables from the embedded font data. That'd be tough and would require modifying iText's font-handling code. <br><br>2) Draw the text as line art or a raster image. The line-art version is semi-doable in iText now using the PdfGraphic2D object... but inserting the resulting PdfContent into a Document you're building will be a bit of a chore. <br><br>If it's an existing PDF, you're pretty much screwed. It& #39;s theoretically possible, but Non-Trivial.<br><br><br><div><span class= "gmail_quote">On 10/4/07, <b class="gmail_sendername">mlindeboom</b> < <a href="mailto:michael.lindeboom@(protected)">michael.lindeboom@(protected)</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb (204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br> Is there a way to disable selection of specific text? I have a pdf report<br >that will contain super scripts. I want the text in the report to be<br >selectable and the super scripts to be visible but not selectable.<br><br> thanks<br><br>Michael<br>--<br>View this message in context: <a href="http:/ /www.nabble.com/Text-Selection-question-tf4569782.html#a13043179">http://www .nabble.com/Text-Selection-question-tf4569782.html#a13043179</a><br>Sent from the iText - General mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br><br><br>-- ---- ---- ---- ------ -- ---- ---- ---- ---- ---- ---- ---- ---- ------<br>This SF.net email is sponsored by: Splunk Inc.<br>Still grepping through log files to find problems? Stop. <br>Now Search log events and configuration files using AJAX and a browser.<br >Download your FREE copy of Splunk now >> <a href="http://get.splunk.com/" >http://get.splunk.com/</a><br>__ ____ ____ ____ ____ ____ ____ ____ ____ ____ <br>iText-questions mailing list<br><a href="mailto:iText-questions@(protected) .sourceforge.net">iText-questions@(protected)</a><br><a href="https:/ /lists.sourceforge.net/lists/listinfo/itext-questions">https://lists.sourceforge .net/lists/listinfo/itext-questions </a><br>Buy the iText book: <a href="http://itext.ugent.be/itext-in-action/" >http://itext.ugent.be/itext-in-action/</a><br></blockquote></div><br><br clear= "all"><br>-- <br>--Mark Storer<br>Professional Geek
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
|
|
 |