CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: daleiden

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    8,638

    Re: PDF output for graphical MFC C++ app

    >I'm sure there are many good solutions.

    So far I'm not getting that idea. The Adobe PDF SDK is too costly. PDFLib is more reasonable but seems to be too low level - that is it does not have a...
  2. Replies
    2
    Views
    8,638

    PDF output for graphical MFC C++ app

    Can anyone recommend a good library/API for adding PDF output to a graphically-intensive MFC C++ (GDI+ VC++ 6 etc) application?
    For example a simple EMF-to-PDF conversion would seem to be...
  3. Replies
    4
    Views
    1,049

    Re: ANSI extended to unicode (for HTML)

    Correction: scratch that previous comment about Titles in IE not using UTF8.
  4. Replies
    4
    Views
    1,049

    Re: ANSI extended to unicode (for HTML)

    Thanks. I missed the use of MultiByteToWideChar() and WideCharToMultiByte() because I was dealing with Ansi strings that were not "multibyte" per se. Obviously I don't understand multibyte.

    It...
  5. Replies
    4
    Views
    1,049

    ANSI extended to unicode (for HTML)

    How can an extended ANSI character (byte with code > 128) be converted to its unicode value in the current code page?

    For example, I'm writing code to output HTML text in UTF-8 encoding. My simple...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured