• Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: High High
    • None
    • None
    • None
    • Ubuntu 11.04 + Tomcat6 + Conf 4.1.3 + java 1.6; Windows + Tomcat 6 + Conf 3.5 + java 1.6

      NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.

      Importing Word (97 - 2003 *.DOC) Documents, created with Word 2007, works fine except for two things: Certain images look crappy, screenshots are rendered useless. This seems to happen for two things :
      a) large Images, which are not 100% size,
      b) Not-PNG/JPG/GIF Images

      See an example word doc and a resulting import. This makes the DOC-import for the majority of our documentation almost worthless. (See screenshot, which shows a very "well gone" import. There are images in our docs, who look TONS worse.

        1. ImportBug.png
          ImportBug.png
          318 kB
        2. testpicangrybirds.doc
          1.43 MB

            [CONFSERVER-39121] DOC Import garbles Non-PNG/JPG/GIF Images useless

            Minh Tran added a comment -

            Dear All,

            Given the thousands of other issues we have open that are more highly requested, we won't be able to address this issue in the foreseeable future. Instead we will focus on bugs with a higher impact, and more votes.
            Thanks for taking the time to raise this issue. As you are no doubt aware this issue has been on our backlog for some time now with very little movement.
            I'm going to close this to set expectations so the issue doesn't stay open for years with few updates. If demand for this picks up, we will reopen the issue.

            Thanks,
            Minh Tran
            Confluence Master
            Atlassian

            Minh Tran added a comment - Dear All, Given the thousands of other issues we have open that are more highly requested, we won't be able to address this issue in the foreseeable future. Instead we will focus on bugs with a higher impact, and more votes. Thanks for taking the time to raise this issue. As you are no doubt aware this issue has been on our backlog for some time now with very little movement. I'm going to close this to set expectations so the issue doesn't stay open for years with few updates. If demand for this picks up, we will reopen the issue. Thanks, Minh Tran Confluence Master Atlassian

            Genevieve Cory added a comment - - edited

            We've had good success with running a macro before import that resizes all images to 100% and un-crops them. After saving the doc as DOCX without compatibility mode...

            Sub PicsORIGINAL()
                  Dim ILS As Word.InlineShape
                  Dim SHP As Word.Shape
                  For Each ILS In ActiveDocument.InlineShapes
                    If ILS.Type = wdInlineShapePicture Or ILS.Type = wdInlineShapeLinkedPicture Then
                        ILS.ScaleHeight = 100
                        ILS.ScaleWidth = 100
                        ILS.PictureFormat.CropLeft = 0
                        ILS.PictureFormat.CropTop = 0
                        ILS.PictureFormat.CropRight = 0
                        ILS.PictureFormat.CropBottom = 0
                    End If
                  Next ILS
              
                  For Each SHP In ActiveDocument.Shapes
                    If SHP.Type = msoPicture Or SHP.Type = msoLinkedPicture Then
                        SHP.ScaleHeight 1, True
                        SHP.ScaleWidth 1, True
                        SHP.PictureFormat.CropLeft = 0
                        SHP.PictureFormat.CropTop = 0
                        SHP.PictureFormat.CropRight = 0
                        SHP.PictureFormat.CropBottom = 0
                    End If
                  Next SHP
                End Sub
            
            

            That should help, but some of our pics still don't go in right.

            Oh we are talking about Word import into Confluence, right? (Our Confluence is 4.3.7.)

            Genevieve Cory added a comment - - edited We've had good success with running a macro before import that resizes all images to 100% and un-crops them. After saving the doc as DOCX without compatibility mode... Sub PicsORIGINAL() Dim ILS As Word.InlineShape Dim SHP As Word.Shape For Each ILS In ActiveDocument.InlineShapes If ILS.Type = wdInlineShapePicture Or ILS.Type = wdInlineShapeLinkedPicture Then ILS.ScaleHeight = 100 ILS.ScaleWidth = 100 ILS.PictureFormat.CropLeft = 0 ILS.PictureFormat.CropTop = 0 ILS.PictureFormat.CropRight = 0 ILS.PictureFormat.CropBottom = 0 End If Next ILS For Each SHP In ActiveDocument.Shapes If SHP.Type = msoPicture Or SHP.Type = msoLinkedPicture Then SHP.ScaleHeight 1, True SHP.ScaleWidth 1, True SHP.PictureFormat.CropLeft = 0 SHP.PictureFormat.CropTop = 0 SHP.PictureFormat.CropRight = 0 SHP.PictureFormat.CropBottom = 0 End If Next SHP End Sub That should help, but some of our pics still don't go in right. Oh we are talking about Word import into Confluence, right? (Our Confluence is 4.3.7.)

            Joerg added a comment -

            Wrong Project - is for Office Connector - sorry

            Joerg added a comment - Wrong Project - is for Office Connector - sorry

              Unassigned Unassigned
              f07ef27959c4 Joerg
              Affected customers:
              5 This affects my team
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: