iainbrighton / PScribo

PowerShell documentation framework
MIT License
231 stars 35 forks source link

Image #79

Closed itamartz closed 5 years ago

itamartz commented 6 years ago

Can we add image to word, html?

iainbrighton commented 6 years ago

Hi @itamartz - there is a development branch with Word support that has recently been updated. Hopefully Html support will be added soon, but it is tracked in issue #12.

itamartz commented 6 years ago

Great 10x. Where can I find the document on XML that build the Word? I want to help but I don't know the XML structure you build on.

Do you have a support for Heder and footer?

BR, Itamar

On Thu, Aug 2, 2018 at 7:08 PM Iain Brighton notifications@github.com wrote:

Closed #79 https://github.com/iainbrighton/PScribo/issues/79.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iainbrighton/PScribo/issues/79#event-1768072292, or mute the thread https://github.com/notifications/unsubscribe-auth/AJufJ6dw4owc1WxNtXehvSRdoKUTahEtks5uMyQRgaJpZM4Vgc1g .

iainbrighton commented 6 years ago

Are you really sure you want to look at the Office Open XML documentation? Working with XML is horrible!

You can find the official documentation here: http://www.ecma-international.org/publications/standards/Ecma-376.htm. Lighter/friendly documentation is here: http://officeopenxml.com/WPheaders.php

itamartz commented 6 years ago

Thnx. Do you have support for table rotation? Psobject pipe to table and create the props as first column? It's can help to create services documentation, for Ad, Exchange etc…

On Fri, Aug 3, 2018, 14:06 Iain Brighton notifications@github.com wrote:

Are you really sure you want to look at the Office Open XML documentation? Working with XML is horrible!

You can find the official documentation here: http://www.ecma-international.org/publications/standards/Ecma-376.htm. Lighter/friendly documentation is here: http://officeopenxml.com/WPheaders.php

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iainbrighton/PScribo/issues/79#issuecomment-410221104, or mute the thread https://github.com/notifications/unsubscribe-auth/AJufJ3bgsqR-TqwdHSlnMcVLVVfeGLP-ks5uNC62gaJpZM4Vgc1g .

itamartz commented 5 years ago

hi, Can you assist?

I have a section in my code and it creates the number before the Name in the TOC and in the Section

you can see my script below and you can see my result how I can remove the number in the TOC and in the section? [image: image.png]

tnx Itamar

On Fri, Aug 3, 2018 at 2:06 PM Iain Brighton notifications@github.com wrote:

Are you really sure you want to look at the Office Open XML documentation? Working with XML is horrible!

You can find the official documentation here: http://www.ecma-international.org/publications/standards/Ecma-376.htm. Lighter/friendly documentation is here: http://officeopenxml.com/WPheaders.php

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iainbrighton/PScribo/issues/79#issuecomment-410221104, or mute the thread https://github.com/notifications/unsubscribe-auth/AJufJ3bgsqR-TqwdHSlnMcVLVVfeGLP-ks5uNC62gaJpZM4Vgc1g .

iainbrighton commented 5 years ago

Hi @itamartz - I can't see the image? Are you saying you are getting duplicate numbers in the TOC and section headers?

itamartz commented 5 years ago

Hi, Tnx you for your reply I figure it out. I have EnableSectionNumbering in my 'DocumentOption'

tnx Itamar

On Tue, Feb 12, 2019 at 5:59 PM Iain Brighton notifications@github.com wrote:

Hi @itamartz https://github.com/itamartz - I can't see the image? Are you saying you are getting duplicate numbers in the TOC and section headers?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/iainbrighton/PScribo/issues/79#issuecomment-462817268, or mute the thread https://github.com/notifications/unsubscribe-auth/AJufJ4UhiZb3lxCb8zFy-Al7hn-TGAkFks5vMuTjgaJpZM4Vgc1g .

iainbrighton commented 5 years ago

Excellent. Thanks for the update.