当前位置: 首页 > 软件库 > 程序开发 > PDF工具包 >

SharpPDF

授权协议 LGPL
开发语言 C#
所属分类 程序开发、 PDF工具包
软件类型 开源软件
地区 不详
投 递 者 商瀚
操作系统 Windows
开源组织
适用人群 未知
 软件概览

SharpPDF is a C# library that implements different objects for the creation of PDF documents with few steps. It is created for .NET framework 1.1 and it can create 100% compatible PDF

  •         最近因工作需要根据需求将一个图片插入到新建的PDF文件中,翻阅了不少资料,发现有ITestSharp,PDFSharp,经过比较发现PDFSharp效率比较不错,适合网站使用,如果有些需求搞不定考虑两者同时使用互补。     官网:http://www.pdfsharp.net/wiki/(S(5zdh0aejiwpjz1nhkty33bz5))/Default.aspx?Aspx

  • URL: http://sharppdf-sl.sourceforge.net/examples.html   转载于:https://www.cnblogs.com/Juniph/archive/2013/03/13/2957279.html

  • var success = await browserViewModel.WebBrowser.PrintToPdfAsync(dialog.FileName, new PdfPrintSettings { MarginType = CefPdfPrintMarginType.Custom, MarginBottom = 10, MarginTop = 0, MarginLeft = 20,

  • C#中CefSharp的简单使用 https://blog.csdn.net/qq_26712977/article/details/78282995

  • PdfDocument _pdfDoc = new PdfDocument(); _pdfDoc.AddPage(new PdfPage()); XGraphics _g = XGraphics.FromPdfPage(_pdfDoc.Pages[0]); Bitmap _b = new Bitmap(

  • using CefSharp; using CefSharp.Wpf; namespace Common.Control { internal class CefSharpOpenPageSelf : ILifeSpanHandler { public bool DoClose(IWebBrowser browserControl, IBrowser browser

相关阅读

相关文章

相关问答

相关文档