I am trying to find a way for a user to design and modify pages without requiring him to learn LaTeX. The pages have graphical elements in the form of rounded rectangles to denote regions of a page, such as a "Ship To" address, etc., and embedded graphics such as a company logo.
The reason I want to produce LaTeX output is because, once the form has been designed, I need to print it and/or produce a PDF version under program control (on a Linux box, so probably python).
I have...
- tried the Writer2LaTeX extension for LibreOffice but it ignores "Draw" elements, which is what a rounded rectangle is
- looked at python-docx package but that seems to be more oriented to creating and modifying a Word document rather than extracting stuff from one
- looked at LyX but it doesn't allow me to create "Draw" objects
I should also note that I am brand-new to LaTeX so may not be aware of the full capabilities of LaTeX and the various packages available, so I am completely open to just about any other ideas.
Any pointers would be greatly appreciated.
