Giter Site home page Giter Site logo

gemboxltd / gembox.document.examples Goto Github PK

View Code? Open in Web Editor NEW
82.0 8.0 35.0 15.65 MB

GemBox.Document is a .NET component that enables you to read, write, convert, and print document files (DOCX, DOC, PDF, RTF, HTML, and ODT) from .NET applications in a simple and efficient way.

Home Page: https://www.gemboxsoftware.com/document

License: MIT License

C# 69.53% HTML 6.58% PHP 0.31% Python 0.28% Visual Basic .NET 21.25% ASP.NET 1.18% Classic ASP 0.29% Dockerfile 0.58%
word csharp vbnet docx doc rtf html pdf xps

gembox.document.examples's Introduction

NuGet version NuGet downloads Visual Studio Marketplace rating

What is GemBox.Document?

GemBox.Document is a .NET component that enables you to read, write, convert, and print document files (DOCX, DOC, PDF, RTF, HTML, and ODT) from .NET applications.

With GemBox.Document you get a fast and reliable component that's easy to use and doesn't depend on Microsoft Word. It requires only .NET and it's much faster than Microsoft Office Automation!

GemBox.Document Features

Get Started

You are not sure how to start working with Word documents in .NET using GemBox.Document? Check the code below that shows how to create a DOCX file from scratch and write 'Hello World!' on it.

// If using Professional version, put your serial key below.
ComponentInfo.SetLicense("FREE-LIMITED-KEY");

// Create a new empty document.
var document = new DocumentModel();

// Add a section with one paragraph and some text.
document.Sections.Add(
    new Section(document,
        new Paragraph(document, "Hello World!")));

// Save the document as Word's DOCX file.
document.Save("Output.docx");

For more GemBox.Document code examples and demos, please visit our examples page.

Installation

You can download GemBox.Document from NuGet ๐Ÿ“ฆ or from BugFixes ๐Ÿ› ๏ธ.

Resources

gembox.document.examples's People

Contributors

mario-gembox avatar marko-gembox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gembox.document.examples's Issues

GemBox.Document not working in Docker

I apologize for my poor English. I have deployed my .NET Core 7 program in Docker using the mcr.microsoft.com/dotnet/aspnet:7.0 image.

The following line of code is causing an error:
DocumentModel.Load(wordFileName).Save(outputPdfTemp);

The error message is as follows:

Unable to load shared library 'libHarfBuzzSharp' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:

/app/runtimes/linux-x64/native/libHarfBuzzSharp.so: cannot open shared object file: No such file or directory

/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.10/libHarfBuzzSharp.so: cannot open shared object file: No such file or directory

/app/libHarfBuzzSharp.so: cannot open shared object file: No such file or directory

/app/runtimes/linux-x64/native/liblibHarfBuzzSharp.so: cannot open shared object file: No such file or directory

/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.10/liblibHarfBuzzSharp.so: cannot open shared object file: No such file or directory

/app/liblibHarfBuzzSharp.so: cannot open shared object file: No such file or directory

/app/runtimes/linux-x64/native/libHarfBuzzSharp: cannot open shared object file: No such file or directory

/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.10/libHarfBuzzSharp: cannot open shared object file: No such file or directory

/app/libHarfBuzzSharp: cannot open shared object file: No such file or directory

/app/runtimes/linux-x64/native/liblibHarfBuzzSharp: cannot open shared object file: No such file or directory

/usr/share/dotnet/shared/Microsoft.NETCore.App/7.0.10/liblibHarfBuzzSharp: cannot open shared object file: No such file or directory

/app/liblibHarfBuzzSharp: cannot open shared object file: No such file or directory

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.