Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello All,

I want to use async and await in my application where I am getting PDF files from particular folder, copy into another folder, convert it into image files, perform rotation, split, merge, swapping operation on images and save the changed file in PDF through iTextSharp.

Can anyone help me how should I implement async and await to optimize the performance of the application.
Posted
Comments
Sergey Alexandrovich Kryukov 10-Mar-14 3:03am    
Not really a question. Help with what? We can help here only by answering your questions.
—SA

1 solution

I found that this example is closer to your need: C# Async, Await[^]
 
Share this answer
 

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