Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
Developing Analytics Applications
PDF hyphenation
Migrateduser
<p>Hi,</p>
<p> </p>
<p>I'm trying to hyphenate contents of my PDF report which is created in Java. I set the following options:</p>
<p> </p>
<p>((PDFRenderOption)options).setOption(IPDFRenderOption.PDF_HYPHENATION, true);<br>
((PDFRenderOption)options).setOption(IPDFRenderOption.PDF_TEXT_WRAPPING, true);</p>
<p> </p>
<p>The report consists mainly of a table.</p>
<p> </p>
<p>As a result, the texts are wrapped at the end of the column in the middle of a word, but in my understanding "hyphenation" means wrapping at the end of a syllable with a "-" (hyphen).</p>
<p> </p>
<p>What can I do?</p>
<p> </p>
<p>Greetings,</p>
<p> </p>
<p>Stefan<br>
</p>
Find more posts tagged with
Comments
There are no comments yet