Line break issues in PDF

This forum is for all Flare issues related to PDF, eBook, Microsoft Word, Adobe FrameMaker, XPS, and XHTML book targets.
Post Reply
PhilAmericus
Jr. Propeller Head
Posts: 6
Joined: Tue Feb 27, 2018 6:55 am

Line break issues in PDF

Post by PhilAmericus »

I have two issues with line breaks in PDFs:

1. Is there any way to tell Flare the type of line break to use when wrapping text (in PDFs)? I have some sections of code with long lines that wrap, and I want the user to be able to copy and paste them without the line break.
I added this to the CSS for the code paragraph style to get the line breaks:
word-wrap: break-word;
overflow-wrap: break-word;

2. I have a sentence in a regular p paragraph style that has "--obfuscate" in it. In one instance, it shows "--" at the end of one line and "obfuscate" and the beginning of the other. Is there any way to turn off this behavior?
Post Reply