Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Forms
  4. Advise regarding rich text or xml/xslt editing

Advise regarding rich text or xml/xslt editing

Scheduled Pinned Locked Moved Windows Forms
csharpxmlc++htmldatabase
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tienus
    wrote on last edited by
    #1

    Using C# 3.5 I develop a WinForm application that should mimic a word processor, e.g. allow users to type text, insert images and tables and apply certain formatting styles to them. Then I need to parse the text, replace certain variables with data from a database. merge multiple 'documents' and create output in at least PDF and possibly either DOC, RTF or HTML. At first I thought this shouldn't be hard: there are so many commercial and open source components available. At least one of them should fit my needs. But I seemed wrong about that: I cannot find any suitable technique that allows me to do all this without bugs or too much complexity. For instance: I've tried RTF: .net RichTextBox control cannot adjust the table's width, nor would I like to search/replace rtf-fieldcodes to add data driven content. TX TextControl seemed like a good choice, but it is a wrapper around some native win32 dll that has it's limitations as well (conversion / resizing / drawing issues). TE Edit has buggy table-support PinEdit uses Internet Explorer (I don't like dependencies to Internet Explorer) DevExpress has no table support in their RichEdit component That's when I thought I would like to separate content and layout and use an officially accepted standard for that. So I looked at XML-authoring components such as XMetal and Syntext Serna, but they seem offer much more than I need (such as workflow), complex to configure and embed and don't fit the skin in my application. After all this I've seem to have hit a brick wall. Can anyone give some advise, leads, directions or best practices?

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups