Results 1 to 3 of 3

Thread: Text file to PDF convertion using C++ code

  1. #1
    Join Date
    Feb 2006
    Posts
    157
    Thanks
    12
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4

    Default Text file to PDF convertion using C++ code

    Hi guys,

    I have a textfile , which may be in the following format....

    1) MSWord
    2) MSExcell
    3) or any other text file

    I want to convert this text format ( text file ) to PDF format or PDF file , Using C++ code , instead of using any GUI tool.

    Apart from this PDF convertion , i should be able to do the following things in the PDF file

    1) Book marks
    2) Merging 2 text files and convert it to PDF file.


    So can anyone tell me any 3rd party C++ library or source code by which i can achive this PDF convertion.

    HINT => Operating system that i am using is WINDOWS.

    Thanks in advance
    please help me

  2. #2
    Join Date
    Feb 2006
    Posts
    157
    Thanks
    12
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4

    Default Any 3rd party C++ Library for converting text file to PDF file

    Hi guys,

    Please tell me any 3rd party C++ library ( which should work in windows ) which will convert text file ( which may be in MSWord , MSExcell ...etc ) to PDF file.

    please help me
    Thanks in advance

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Any 3rd party C++ Library for converting text file to PDF file

    If you search freshmeat.net you should find a few Open Source libraries, but I don't think they're capable of reading M$ formats. Qt can write PDFs, so you can also look for some library that will allow you to render M$ document using QPainter.

    If a non-free solution is also acceptable, check Adobe site.

Similar Threads

  1. Set up the Qt4.3.2 with Visual Studio 2005
    By lamoda in forum Installation and Deployment
    Replies: 6
    Last Post: 30th January 2008, 06:51
  2. How to read text only as it is from file
    By thomasjoy in forum Qt Programming
    Replies: 3
    Last Post: 9th August 2007, 08:47
  3. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 15:21
  4. Replies: 3
    Last Post: 23rd June 2006, 17:46
  5. Where is code file
    By safknw in forum Qt Tools
    Replies: 21
    Last Post: 20th June 2006, 10:08

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.