User Profile

Collapse

Profile Sidebar

Collapse
idealsavran
idealsavran
Last Activity: Oct 23 '12, 05:30 PM
Joined: Oct 18 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • idealsavran
    replied to c# calculate total of pages
    you're right but I did not want code. I'm just asking how can I do it.
    my project is here:


    ı tried print different document type with this mehtod:
    Code:
    private void yazdirPrintDocument_PrintPage(object sender, PrintPageEventArgs e)
        {
    
                Process objProcess = new Process();
                
                    objProcess.StartInfo.FileName = textBox1.Text + "\\" + selectFile.ad;
    ...
    See more | Go to post

    Leave a comment:


  • idealsavran
    started a topic c# calculate total of pages

    c# calculate total of pages

    hello..
    How can I calculate the total of pages for all file(pdf,word,e xcel,txt...) types in a directory with c#?
    please... help!!!
    See more | Go to post
No activity results to display
Show More
Working...