Rank: Member Groups: Member
Joined: 7/19/2011 Posts: 14
|
Hello,
We are using EO.PDF.Lite 3.0.84.2 to create a quick PDF document. When copying in text to a new AcmText.text property, sometimes, but not always, multiple line breaks between lines are ignored. Sometimes they are not, and it looks as expected. I have set .AutoTrim = false, but it doesn't seem to make a difference. Any ideas?
Thanks, Dib
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
You have a rather old version (about 3 years old) that we no longer actively support (the one year free tech support based on your order has long expired too). However instead of using a single AcmText, you can try to write code to split your string into multiple strings based on the line breaks, then use multiple AcmBlock or AcmParagraph with AcmText inside them instead. That should force the line break.
Since the tech support has already long expired for your order, you may want to consider upgrading to your current version. The upgrade will bring your version to current and also give you another year of free upgrade and tech support.
Thanks!
|
Rank: Member Groups: Member
Joined: 7/19/2011 Posts: 14
|
Thanks for the update. I will try something along those lines.
|