Click here to Skip to main content
15,908,111 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
sir,i want to merge pdf files in to one.one pdf file generated through my project,other pdf file is browse using file upload control..
plz help me
Posted

There is an article on CodeProject for the same - Splitting and Merging Pdf Files in C# Using iTextSharp[^]

Please do a search before you ask a question.
 
Share this answer
 
Comments
vineethnair 28-Jun-13 7:05am    
thanks sir
sir,
i got the coding for merging pdf files..but the problem is how can i get the path of the downloaded pdf file in my project..i need to merge pdf file in my project and pdf file browse through fileupload control..if you have any idea about the coding for getting path plz help me...
Using the Process class's Start() method[^], you can invoke other applications. That way, you can use PDF tool kit[^] to merge your documents.
 
Share this answer
 
Comments
vineethnair 28-Jun-13 7:06am    
thanks sir
sir,
i got the coding for merging pdf files..but the problem is how can i get the path of the downloaded pdf file in my project..i need to merge pdf file in my project and pdf file browse through fileupload control..if you have any idea about the coding for getting path plz help me...
lukeer 28-Jun-13 8:44am    
Since you're talking of uploading a file and then needing to know its filename, you seem to code for the world wide web. In this case use the FileUpload.FileName[^] property.

If you're on the windows forms way, then use the OpenFileDialog.FileName[^] property.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900