-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25da69a
commit 675a7d6
Showing
68 changed files
with
11,201 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
Examples/Samples/Paragraph/Output/ForceMultiParagraphsOnSinglePage.docx
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Examples/Samples/Paragraph/Output/ForceParagraphOnSinglePage.docx
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+14 Bytes
(100%)
Examples/Samples/Paragraph/Output/SimpleFormattedParagraphs.docx
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
/*************************************************************************************** | ||
DocX – DocX is the community edition of Xceed Words for .NET | ||
Copyright (C) 2009-2017 Xceed Software Inc. | ||
This program is provided to you under the terms of the Microsoft Public | ||
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license | ||
For more features and fast professional support, | ||
pick up Xceed Words for .NET at https://xceed.com/xceed-words-for-net/ | ||
*************************************************************************************/ | ||
using System; | ||
using System.IO; | ||
|
||
namespace Xceed.Words.NET.Examples | ||
{ | ||
public class PdfSample | ||
{ | ||
#region Private Members | ||
|
||
|
||
#endregion | ||
|
||
#region Constructors | ||
|
||
static PdfSample() | ||
{ | ||
} | ||
|
||
#endregion | ||
|
||
#region Public Methods | ||
|
||
/// <summary> | ||
/// Load a document and convert it to PDF. | ||
/// </summary> | ||
public static void ConvertToPDF() | ||
{ | ||
|
||
// This option is available when you buy Xceed Words for .NET from https://xceed.com/xceed-words-for-net/. | ||
} | ||
|
||
#endregion | ||
} | ||
} |
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
Examples/Samples/Protection/Output/AddPasswordProtection.docx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
Examples/Samples/TableOfContent/Output/InsertTableOfContent.docx
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
Examples/Samples/TableOfContent/Output/InsertTableOfContentWithReference.docx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.