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
A

asenthil_8585

@asenthil_8585
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to read the contents of a doc file and write the contents into another doc file?
    A asenthil_8585

    Hai laxman, thanks for ur reply... now itz working perfectly in binary mode.... thanks for ur valuble suggestion... now i'm trying to convert a html file into a pdf file or an image file using VC++... R u having any idea about this... thanks...

    senthil.

    C / C++ / MFC help tutorial question

  • How to read the contents of a doc file and write the contents into another doc file?
    A asenthil_8585

    hai to all... Can any body plzz help me for this process? i want to read the contents of a doc file(ms word file) and write the contents into another doc file(ms word file)... How shall i do this? i tried the following method, but itz working only reading and writing text files.. #include #include #include #include using namespace std; void main () { string line; ifstream myfile ("C:/1.doc"); if (myfile.is_open()) { while (! myfile.eof() ) { getline (myfile,line); cout << line << endl; } myfile.close(); } else cout << "Unable to open file"; ofstream myfile1; myfile1.open ("C:/2.doc"); myfile1 << line; myfile1.close(); getch(); } Can anybocy plzz help me how to read and write for doc files...

    senthil.

    C / C++ / MFC help tutorial question

  • How to convert doc files to pdf files?
    A asenthil_8585

    Hai David and nutkase, thanks for ur reply... i already installed Adobe Acrobat... What i want to know is.... How do i programatically convert doc files to pdf files.... is there any example codes availble in the net... Can u plzz give me an idea for doing this process... thanks... senthil. -- modified at 0:00 Tuesday 23rd January, 2007

    C / C++ / MFC tutorial c++ help question

  • How to convert doc files to pdf files?
    A asenthil_8585

    Hai to all.. i'm now started working in the field fo VC++.. Can any plzz tell me how to convert doc files to pdf files... is there any example codes availble for doing this process... plzz help me... senthil

    C / C++ / MFC tutorial c++ help question
  • Login

  • Don't have an account? Register

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