Joe Magano
New member
- Joined
- May 28, 2013
- Messages
- 2
- Programming Experience
- 3-5
[h=2]GemBox.Document is a C# / VB.NET Word component for easy and efficient Word document processing in .NET without Microsoft Word.
GemBox.Document 2.1 supports reading DOCX and HTML formats and writing, creating and converting to DOCX, PDF, XPS, HTML and image formats.
GemBox.Document has following advantages:[/h]
GemBox.Document common uses:
[h=2]Trial mode[/h]To evaluate beyond the first 20 paragraphs, handle ComponentInfo.FreeLimitReached event and set theFreeLimitEventArgs.FreeLimitReachedAction to FreeLimitReachedAction.ContinueAsTrial, as in this following code snippet:
C#
VB.NET
This option will enable you to read / write entire document content, with the following limitations imposed after the first 20 paragraphs:
For more information, see GemBox.Document Evaluation help page.
[h=2]Professional mode[/h]If you want to use the component in a professional mode ? without any limitations ? you need to purchase the license key. For more information about evaluation and licensing, see here.
We hope GemBox.Document will improve developer's productivity and functionality & efficiency of document processing / reporting applications.
GemBox.Document 2.1 supports reading DOCX and HTML formats and writing, creating and converting to DOCX, PDF, XPS, HTML and image formats.
GemBox.Document has following advantages:[/h]
- Unified programming interface for multiple document formats (DOCX, PDF, XPS, HTML). More ?
- Rich Set of Features. More ?
- No dependency on Microsoft Word.
- Many times faster than Microsoft .NET Word automation. More ?
- Plain and fair licensing. More ?
- 100% managed code (C#), follows .NET class library design guidelines.
- Simple and easy-to-use programming interface. More ?
- Preserves unsupported file format features. More ?
- For more details go to GemBox.Document features page or use GemBox.Document Sample Explorer.
GemBox.Document common uses:
- Open Word document in C# / VB.NET.
- Create Word document in C# / VB.NET.
- Edit Word document in C# / VB.NET.
- Print Word document in C# / VB.NET.
- Convert HTML to / from Word in C# / VB.NET.
- Convert HTML to PDF in C# / VB.NET.
- Convert Word to PDF in C# / VB.NET.
- Create PDF in C# / VB.NET.
- Export to Word / PDF from ASP.NET application.
- Generate reports using .NET mail merge.
[h=2]Trial mode[/h]To evaluate beyond the first 20 paragraphs, handle ComponentInfo.FreeLimitReached event and set theFreeLimitEventArgs.FreeLimitReachedAction to FreeLimitReachedAction.ContinueAsTrial, as in this following code snippet:
C#
C#:
// Set license key to use GemBox.Document in a Free mode.
ComponentInfo.SetLicense("FREE-LIMITED-KEY");
// Continue to use the component in a Trial mode when free limit is reached.
ComponentInfo.FreeLimitReached +=
(sender, e) => e.FreeLimitReachedAction = FreeLimitReachedAction.ContinueAsTrial;
// Here goes your application specific code.
VB.NET
C#:
' Set license key to use GemBox.Document in a Free mode.
ComponentInfo.SetLicense("FREE-LIMITED-KEY")
' Continue to use the component in a Trial mode when free limit is reached.
AddHandler ComponentInfo.FreeLimitReached,
Sub(sender, e) e.FreeLimitReachedAction = FreeLimitReachedAction.ContinueAsTrial
' Note: Single-line Sub Lambdas are supported from Visual Basic 10 compiler.
' See: http://msdn.microsoft.com/en-us/library/ff637436.aspx#code-snippet-5
' If you are using Visual Basic 9 or older Visual Basic compiler,
' then you must extract event handler to a method and assign it as an event handler.
' Here goes your application specific code.
This option will enable you to read / write entire document content, with the following limitations imposed after the first 20 paragraphs:
- When loading a document - random parts of document text will be replaced with string TRIAL.
- When saving a document - promotional header will be added to every document page and will replace any existing header.
For more information, see GemBox.Document Evaluation help page.
[h=2]Professional mode[/h]If you want to use the component in a professional mode ? without any limitations ? you need to purchase the license key. For more information about evaluation and licensing, see here.
We hope GemBox.Document will improve developer's productivity and functionality & efficiency of document processing / reporting applications.