-1

Is there a library that create a word document with a specific size (width - hight)?

What I want to do is to create a word document that takes photo, date, name as input and put them in a specific positions in the document.

Thanks in advance

4
  • You'll have to have some details in your question. Otherwise, the answer is "Yes". Commented Mar 16, 2011 at 18:21
  • 1
    You're going to have to specify what type of document and exactly what you mean by 'size' to get assistance with this question. Commented Mar 16, 2011 at 18:21
  • Your question is not very clear : what sort of document and what's about the size ? Commented Mar 16, 2011 at 18:22
  • I thinks there might be duplicates in terms if you mean generate stackoverflow.com/questions/1035183/… Commented Mar 16, 2011 at 18:41

1 Answer 1

2

Generally speaking you can use OpenOffice uno (SDK) for generating documents and then save them to word format (If by size your mean A4/A2... format then it work in OOo too). I haven't done this in python I used uno from java and c# but I think it should be even easier in python.

Here the link for Python-UNO bridge http://udk.openoffice.org/python/python-bridge.html

But it kind of hard to understand what your asking for, so please be more specific and update your question :)

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks a lot Darius Kucinskas :) , I updated my question to be more understandable.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.