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

I want to create a PDF document without using any third party API(ex:- itextsharp etc.). I have searched for many solution but i didn't find any exact solution.
Posted
Comments
Sergey Alexandrovich Kryukov 25-Mar-12 4:28am    
You did not find anything because simply those who could answer your question would be third-party. Only. Play the role of first-party, do it yourself.
--SA
abhishekagrwl25 25-Mar-12 13:57pm    
i want to do it myself but don't have any idea about how to do that, using any type of assembly or what ??
Sergey Alexandrovich Kryukov 25-Mar-12 16:24pm    
This was exactly the point: "any type or assembly" would be from third party. So, if you need to avoid any third party, you cannot use any, because first parties (neither Microsoft not you) still do not support PDF. So, the only option would be doing it from scratch, using the description of PDF standard.
--SA

1 solution

you can use Crystal Reports for that. Try these:

how-to-create-pdf-files-from-aspnet-pages[^]

Export CrystalReport In ASPNET[^]

hope it helps :)
 
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