We purchased Flare so that we could automatically build our PDFs and CHMs using a command line. So, I need to set up the .flpj so that the target looks good without doing any tweaking to the project in Flare.
So, I spent about the last 4-5 days learning about .CSS and developing a good .CSS that plays nicely with my Word source docs. I finally get the PDFs to look as they should. After backing up that .CSS to a different folder, I reimport my Word docs, recopy the backed up .CSS to Content/Resources/Style Sheets, and rebuild the PDF. All the list styles are messed up. I feel like I just wasted 4-5 days of my time since the .CSS doesn't work after imports!
I've been backing up the .CSS and reapplying it after import, because I can't get Flare to import files without overwriting the CSS. If I try to prevent the overwrite of the CSS, Flare freezes and I have to Task Manager out of it.
I do know that when I import a Word doc, that Flare does not recognize list styles as li, but as p. So, I made sure to address this in my .CSS, by defining all my p.bullets and p.numbers as I would want them to look if they were an actual li. But, when I reimport my Word docs, the list styles rename as something different from a previous import. For example, my first import created the style p.bullet1. The second import creates p.bullet1_1. The third import creates p.bullet1_1_1. So the style that I defined for p.bullet1 doesn't work and my bulleted lists look pretty bad.
I've tried Preserving MS Word Styles both with and without converting the inline styles to CSS. I've tried not preserving MS Word styles. With each method, I can't get the list styles to format correctly, because the list styles get renamed.
Is there a way to stop the import process from renaming styles?