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 OneNote Notebooks, Export Notebook to PDF & Image Format using .NET

    What's New in this Release?

    We are pleased to announce the release of Aspose.Note for .NET 2.4.0. This month’s release comes with the read/write support of Microsoft OneNote notebooks (.onetoc2). It provides the capability to create and manipulate notebooks. The API lets you create, save and export notebooks to a number of different formats. It also supports adding and removing child nodes from a notebook. As mentioned earlier, this month’s release introduces the capability of OneNote Notebook file format read/write support. Users can now create a Notebook using the API’s NoteBook class and save it to disc or stream using the Notebook API’s Save method. Aspose.Note API gives users complete capability to add and remove OneNote documents from a notebook. The AppendChild and RemoveChild methods exposed by the Notebook class can be used to add or remove documents from the Notebook document. This month’s release also introduces a new feature of saving the OneNote Notebook (.onetoc2) to PDF format. The NotebookPdfSaveOptions class can be used to specify additional save options such as page splitting algorithm and flattening. The flattening option, if used, lets you export the Notebook child to a single directory. You can also convert a complete Notebook (.onetoc2) to a number of image formats using this latest version of the API. The NotebookImageSaveOptions class can be used to specify additional save options such as image resolution. Aspose.Note supports both Microsoft OneNote and OneNote online file format. However, it has certain limitations in case of OneNote online file format where it doesn’t provide support for attachments and images in the document. We are currently working to provide complete support for these as well. However, until these are supported completely, the API lets its users retrieve the file format information of the document in order to be aware of these limitations. The Document class exposes the FileFormat property that can be used for determining the file format of the document. This month’s release also fixes a number of bugs that were reported by our valued customers while working with the previous version of the API. These further aid to the overall stability of the API. The list of new and enhanced features added in this release are given below

    • Add support for OneNote notebooks editing and writing
    • Ignore Non-Supported material while loading
    • Provide File Format Information option
    • ArgumentOutOfRangeException while reloading saved document
    • Wrong output OneNote file if one text node contains several hyperlinks
    • Regression: Loading document raises MD5 hash is not correct exception
    • Regression: Loading document raises Object reference not set to an instance of an object exception
    • Exception: Revision sequence is broken when loading document
    • NullReferenceException while saving OneNote document with large image into .one format in evaluation mode
    • Error opening OneNote document containing image and attachment

    Overview: Aspose.Note for .NET

    Aspose.Note for .NET is a set of .NET components that enables developers to work with Microsoft Office OneNote files in C#, VB.NET, ASP.NET web applications, web services & Windows applications. It allows developers to open files & manipulate elements of OneNote books, from text, images & properties, to more complex elements, & then export to PNG, GIF, JPEG, BMP or PDF formats. It is a pure .NET alternative to the MS OneNote Object Model & supports OneNote 2010, OneNote® 2010 SP1 & 2013 files.

    More about Aspose.Note for .NET

    - Homepage of Aspose.Note for .NET: http://www.aspose.com/.net/note-component.aspx

    - Download Aspose.Note for .NET: http://www.aspose.com/downloads/note-family/net

    Contact Information
    Aspose Pty Ltd
    Suite 163, 79 Longueville Road
    Lane Cove, NSW, 2066
    Australia
    http://www.aspose.com/
    sales@aspose.com
    Phone: 888.277.6734
    Fax: 866.810.9465

  2. #2
    Join Date
    Aug 2016
    Posts
    23

    Re: Create/Edit OneNote Notebooks, Export Notebook to PDF & Image Format using .NET

    Users mostly use the PDF converter tools to convert different file formats into PDF. PDF files can be shared across multiple devices and machine. These files are used to preserve the original content of the files. When we copy a file into another computer, then the computer mostly changes the format of the original file and to maintain the original file, we use PDF formats. but we also need a PDF editor to edit the PDF files(http://classicpdf.com).
    Last edited by Claire_Anderson; December 2nd, 2016 at 02:12 AM.
    Claire

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