You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+29-35Lines changed: 29 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,58 +25,52 @@ _PSWriteWord_ is PowerShell module to create Microsoft Word documents without Mi
25
25
26
26
## Updates
27
27
28
+
- 1.1.10 - 2021.05.15
29
+
- 🐛Replaced `Exit` with `Return` in `Get-WordDocument`, and few other cmdlets to prevent PowerShell Exit
28
30
- 1.1.9 - 2020.09.21
29
-
-[x] Fixes `Set-WordTextReplace` that would not work at all
30
-
-[x] Updates PSD1
31
-
-[x] Removed dependency on PSSharedGoods when used from powershellgallery
32
-
-[x] Module is now signed
31
+
-☑ Fixes `Set-WordTextReplace` that would not work at all
32
+
-☑ Updates PSD1
33
+
-☑ Removed dependency on PSSharedGoods when used from powershellgallery
34
+
-☑ Module is now signed
33
35
- 1.1.8 - 3.06.2020
34
36
- Fixes `Transpose` parameter for `Add-WordTable` giving wrong order [#44](https://github.com/EvotecIT/PSWriteWord/issues/44)
35
-
36
37
- 1.1.7 - 6.04.2020
37
38
- Fixes for `Add-WordCustomProperty`[#39](https://github.com/EvotecIT/PSWriteWord/issues/39)
38
-
39
39
- 1.1.6 - 5.04.2020
40
40
- Fixed problems with Documentimo Colors
41
41
- Added `Transpose` to `DocumentimoTable`
42
-
43
42
- 1.1.5 - 21.03.2020
44
43
- Added Get-WordBookmark
45
44
- Added Set-WordBookmark
46
-
47
45
- 1.1.4 - 8.02.2020
48
46
- Fixes for New-WordList
49
-
50
47
- 1.1.3 - 18.01.2020
51
48
- Fixes for Colors for Documentimo
52
-
53
49
- 1.1.2 - 18.01.2020
54
50
- Migrated Documentimo to PSWriteWord. You can use syntax of Documentimo now.
55
-
56
51
- 1.1.1 - 17.11.2019
57
52
- Fixes colors adding ability to choose them from a list (change from System.Drawing.Colors to System.Drawing.KnownColors)
58
53
- Removes Set-WordHyperlink as it was a bit too complicated to use
59
54
- Expanded Add-WordHyperLink with a lot of options
60
55
- Fixed adding more than 1 hyperlink (#32)
61
-
62
56
- 1.1.0 - 17.11.2019
63
57
- Removes using namespaces because of wonky way it worked
64
58
- In case you want to keep using shortnames you would need to use both commands right after Import-Module PSWriteWord
65
59
- using namespace Xceed.Words.NET
66
60
- using namespace Xceed.Document.NET
67
61
- Includes new DocX DLL version 1.4.1 which added/fixed following:
68
-
-[x] In Document, the new PageBackground property can now be set to customize the background color of all the document’s pages.
69
-
-[x] In Document, the new PageBorders property can now be set to display up to 4 different borders in a document page.
70
-
-[x] In Document, inserting a chart by setting its width and height is now supported.
71
-
-[x] In Document, adding an image from a stream will no longer throw an exception when the stream is not positioned at the beginning.
72
-
-[x] In Document, accessing Bookmarks multiple times no longer decreases the application’s performance.
73
-
-[x] In Paragraph, the MagicText property will no longer read the Xml at each call. Instead, the saved data will be used to improve the performance.
74
-
-[x] In Paragraph, setting an alignment and then calling InsertPicture() with no index will no longer reset the alignment to left.
75
-
-[x] In Paragraph, the LineSpacingBefore will no longer be added to the preceding paragraph’s LineSpacingAfter, when those values are identical.
76
-
-[x] In Paragraph, the AppendPageNumber and AppendPageCount methods will now return the paragraph, in order to let users continue adding actions on the paragraph.
77
-
-[x] In Paragraph, replacing a text without specifying a formatting will now replace all occurrences of that text.
78
-
-[x] In Table, using CustomTableDesignName now correctly adjusts the table’s custom style.
79
-
-[x] In Table, modifying the TableLook, or any property of TableLook, will now correctly update the table.
62
+
-☑ In Document, the new PageBackground property can now be set to customize the background color of all the document’s pages.
63
+
-☑ In Document, the new PageBorders property can now be set to display up to 4 different borders in a document page.
64
+
-☑ In Document, inserting a chart by setting its width and height is now supported.
65
+
-☑ In Document, adding an image from a stream will no longer throw an exception when the stream is not positioned at the beginning.
66
+
-☑ In Document, accessing Bookmarks multiple times no longer decreases the application’s performance.
67
+
-☑ In Paragraph, the MagicText property will no longer read the Xml at each call. Instead, the saved data will be used to improve the performance.
68
+
-☑ In Paragraph, setting an alignment and then calling InsertPicture() with no index will no longer reset the alignment to left.
69
+
-☑ In Paragraph, the LineSpacingBefore will no longer be added to the preceding paragraph’s LineSpacingAfter, when those values are identical.
70
+
-☑ In Paragraph, the AppendPageNumber and AppendPageCount methods will now return the paragraph, in order to let users continue adding actions on the paragraph.
71
+
-☑ In Paragraph, replacing a text without specifying a formatting will now replace all occurrences of that text.
72
+
-☑ In Table, using CustomTableDesignName now correctly adjusts the table’s custom style.
73
+
-☑ In Table, modifying the TableLook, or any property of TableLook, will now correctly update the table.
80
74
81
75
- 1.0.2 - 16.09.2019
82
76
- Fix for Add-WordPicture (try/catch missing)
@@ -156,25 +150,25 @@ _PSWriteWord_ is PowerShell module to create Microsoft Word documents without Mi
156
150
## Requirements
157
151
158
152
- Works only on Windows (as NET CORE is not supported by DLL) - until Xceed ads that to their version. Which will take a while for the free version to have (if ever).
159
-
- Works only on PowerShell 5.1 (not tested on PowerShell 6.0 with Windows compatibility pack)
153
+
- Works only on PowerShell 5.1
160
154
161
155
## Systems it should run on (marked those confirmed to run)
162
156
163
157
### Windows Client Systems
164
158
165
-
-[ ] Windows 7 with Service Pack 1 - requires WMF 5.1 <https://www.microsoft.com/en-us/download/details.aspx?id=54616>
166
-
-[ ] Windows 8.1
167
-
-[x] Windows 10 1809
168
-
-[x] Windows 10 1803
169
-
-[x] Windows 10 1809
170
-
-[x] Windows 10 1903
171
-
-[x] Windows 10 1909
159
+
-☑ Windows 7 with Service Pack 1 - requires WMF 5.1 <https://www.microsoft.com/en-us/download/details.aspx?id=54616>
160
+
-not Windows 8.1
161
+
-☑ Windows 10 1809
162
+
-☑ Windows 10 1803
163
+
-☑ Windows 10 1809
164
+
-☑ Windows 10 1903
165
+
-☑ Windows 10 1909
172
166
173
167
### Windows Server Systems
174
168
175
-
-[ ] Windows 2008 R2 with Service Pack 1 - requires WMF 5.1 <https://www.microsoft.com/en-us/download/details.aspx?id=54616>
176
-
-[x] Windows 2012 R2
177
-
-[x] Windows 2016
169
+
-☑ Windows 2008 R2 with Service Pack 1 - requires WMF 5.1 <https://www.microsoft.com/en-us/download/details.aspx?id=54616>
0 commit comments