convertion from word file into pdf file
C#
3
Posts
3
Posters
0
Views
1
Watching
-
I want to convert my .doc file to .pdf file without any third party tools or dlls.(I am using ASP.NET 2.0 with language C#) let me know you suggestions ? Thanks in advance
adil kazmi
you do realise PDF conversion is not natively supported in .NET and you do need to resort to using 3rd party dlls/tools. If you want native support for some type of document generation than skip pdf and start using XPS. XPS is supported by WPF in .NET 3.0/3.5.
-
I want to convert my .doc file to .pdf file without any third party tools or dlls.(I am using ASP.NET 2.0 with language C#) let me know you suggestions ? Thanks in advance
adil kazmi