C# Text file to PDF
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Does anyone know how to generate a pdf(acrobat) from a standard text file?:sigh:
-
Hi Does anyone know how to generate a pdf(acrobat) from a standard text file?:sigh:
There are no tools in the .net framework... But you can find various components to generate pdf's in the internet. Or, if you don't want to generate your pdf inside a program, you can find "pdf printer"...for example PDF Ghost. The pdf file format is an open file format, so you could implement your own pdf generator. References can be found in the internet too, for example here: http://partners.adobe.com/public/developer/pdf/index_reference.html#5