Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also Merge styles.xml in OpenOffice documents #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

filkaris
Copy link

In an .odt document, you can add Text Frame fields, so the text is more organized and appears exactly where you want it.

This is especially useful when working with images in the same document, for example printing invoices.
See the attached file for an example
text_frame_example.odt.zip

The issue here, is that the text inside the Text Frames does not appear inside content.xml
Instead, it is stored in styles.xml

This means that the merging has to happen twice, once for each file.

This commit is more of a proof of concept than a complete solution. This setup works with the Text Frames mentioned above.

We just thought this could be addressed in a more sophisticated way, and not 'patchy' like this.

@nathangray
Copy link
Contributor

I have yet to test this, but it looks like the way to do it. What were you thinking for "a more sophisticated way"?

@ralfbecker
Copy link
Member

@filkaris @asig2016 Can you please answer @nathangray question, so we can decide to merge this or wait ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants