pydocx icon indicating copy to clipboard operation
pydocx copied to clipboard

An extendable docx file format parser and converter

Results 57 pydocx issues
Sort by recently updated
recently updated
newest added

It's in the 'settings' part, so we'll need to add a new part to the main document part.

Images that are cropped result in a blank Data URI.

Currently, headings nullify any character styles. For example: if you have a heading that is bold, you don't end up with `Heading`. Do we want to do the same for...

question

For example: ``` ``` They need to merged together in document order.

bug

We use text-indent on spans. It doesn't work because spans are an inline element.

bug

Currently, travis is running pypy 2.5: https://github.com/travis-ci/travis-ci/issues/3202 http://docs.travis-ci.com/user/build-environment-updates

documentation

For example, the following numbering definition will be properly read (i.e. the first level in a list that uses this definition will use `lowerRoman`) ``` ``` The following example, however,...

note

While working on #116, I noticed the following corner case doesn't get detected. This occurs because the paragraph has a local size specified. ![testing2](https://cloud.githubusercontent.com/assets/243791/6902939/04689920-d6e5-11e4-9910-0dcf63e76496.png) Do we want to detect this...

test-case