CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2016
    Posts
    213

    Create, Edit & Convert Word Documents without using Microsoft Word using C++

    What is new in this release?

    Aspose team is pleased to announce the first public release of Aspose.Words for C++ . Aspose team work hard to make developers’ lives easier by providing easy-to-use, yet powerful APIs for managing documents of different formats. Aspose.Words for C++ is one such project; that allows the developers to dynamically create, manipulate and convert Word documents without requiring Office Automation or Microsoft Word application. Aspose.Words for C++ is a native C++ library which is now available for public use. Developers can either download latest version of the API or reference Aspose.Words for C++ in a Visual Studio project from NuGet. This initial launch includes a number of features supported by Aspose.Words for .NET. In a nutshell, the first version of API supports some important features, such as Create document from scratch and save it in DOC format, Programming with Document Object Model, Read, write and manipulate existing DOC documents, add Watermark to Documents, Join or Append MSWord Documents, Protect & Un-protect documents with single line of code and many more. The list of most notable new and improved features in this release are listed below

    - Create document from scratch and Save it in DOC format
    - Read, write and manipulate existing DOC documents without using Microsoft Word®
    - Document Object Model: Programmatic access through a rich API to all document elements and formatting allows to create, modify, extract, copy, split, join, and replace document content

    Newly added documentation pages and articles

    Some new tips and articles have now been added into Aspose.Words for C++ documentation that may guide users briefly how to use Aspose.Words for performing different tasks like the followings.

    - Product Overview
    - Convert Microsoft Word document to DOC ?

    Overview: Aspose.Words for C++

    Aspose.Words for C++ is a word processing component that enables developers to generate, modify, convert and render Word documents within their C++ applications. It allows reading, writing and manipulating existing DOC documents without using Microsoft Word®. It provides extensive support for watermarks. Aspose.Words for C++ offers the facility to protect & un-protect documents with single line of code. Users may set the protection in a way that the user can make only limited changes, such as adding annotations, making revisions or completing a form.

    More about Aspose.Words for C++

    - Homepage of Aspose.Words for C++
    - Download Aspose.Words for C++
    - Online documentation of Aspose.Words for C++

    Contact Information
    Aspose Pty Ltd
    Suite 163, 79 Longueville Road
    Lane Cove, NSW, 2066
    Australia
    Aspose - Your File Format Experts
    sales@aspose.com
    Phone: 888.277.6734
    Fax: 866.810.9465

  2. #2
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,822

    Re: Create, Edit & Convert Word Documents without using Microsoft Word using C++

    I believe this refers to c++/cli.
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured