且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Windows窗体中创建PDF或DOC文档

更新时间:2023-12-06 11:15:22

很多建议 ^ ].提供更多的信息是不可能的,因为数据的实际格式必须由程序对您决定实现的特定库进行调用来完成.当然,您可以使用 ^ ].
Lots of suggestions here[^]. It''s impossible to provide more information than this, as the actual formatting of your data has to be done by your program making calls to the specific library that you decide to implement. You can, of course, create a Word document direct by using one of these suggestions[^].


我已经找到了一个非常有用的dll,名为iTextSharp可以从 http://itextpdf.com/ [ http://www.mikesdotnetting.com/Article/80/Create-PDFs-in-ASP.NET-getting-started-with-iTextSharp [ http://blog.rubypdf.com/itextsharp/tutorial01/ [ ^ ]

到目前为止,这已经证明是有用的,并且我正在从dll编码一个自定义类库,以使从c#创建pdf更加容易.
I''ve found a very useful dll called iTextSharp which can be downloaded from http://itextpdf.com/[^]. There is also a list of basic tutorials here http://www.mikesdotnetting.com/Article/80/Create-PDFs-in-ASP.NET-getting-started-with-iTextSharp[^] and here http://blog.rubypdf.com/itextsharp/tutorial01/[^]

This has proved to be useful (so far) and I''m coding a custom class library from the dll to make it much easier to create pdf''s from c#.