提供3000多款全球软件/控件产品
针对软件研发的各个阶段提供专业培训与技术咨询
根据客户需求提供定制化的软件开发服务
全球知名设计软件,显著提升设计质量
打造以经营为中心,实现生产过程透明化管理
帮助企业合理产能分配,提高资源利用率
快速打造数字化生产线,实现全流程追溯
生产过程精准追溯,满足企业合规要求
以六西格玛为理论基础,实现产品质量全数字化管理
通过大屏电子看板,实现车间透明化管理
对设备进行全生命周期管理,提高设备综合利用率
实现设备数据的实时采集与监控
利用数字化技术提升油气勘探的效率和成功率
钻井计划优化、实时监控和风险评估
提供业务洞察与决策支持实现数据驱动决策
wRTF2PDF是一款功能强大的RTF控件,它可以将RTF 文件转化为PDF 文件。DLL文件形式的wPDF 控件可以协助程序设计者在其应用程序中添加对PDF文件的支持。他们都是在wPDF控件的基础上发展而来的,wPDF是现在使用最广的PDF控件,它曾在2000年的Delphi和C++编译器市场上获得过空前的成功。在wRTF2PDF控件中同时整合了用于在VC、VB以及VBS工程中创建PDF文档的wPDF控件。在wRTF2PDF控件包中,包含了一个DLL文件形式的控件和一个可作为对象插入的OCX形式的控件。
Powerful RTF engine to convert RTF documents to PDF files. The wPDFControl DLL was created to make it easy for programmers to add PDF support to their applications. It is based on the popular PDF engine 'wPDF' which has been successful in the Delphi and C++Builder market since 2000. wRTF2PDF includes the wPDFControl which lets you create PDF files from your VC, VB or VBS projects. wPDFControl comes as a DLL, and with an OCX which acts as an optional interface.
* 关于本产品的分类与介绍仅供参考,精准产品资料以官网介绍为准,如需购买请先行测试。
wRTF2PDF控件包含了wPDF控件所有的功能,同时包含了强大的RTF开发功能,可以将RTF 文件转化为PDF 文件。因为DLL形式的wRTF2PDF控件要比同类型的wPDF控件要大,因此购买wRTF2PDF控件的用户可以同时获得这两个DLL控件,并且还将同时获得可用于这两个控件的解密匙。
通过这个强大的DLL控件,您可以在您的应用程序中直接创建具备完整功能PDF文件。
wRTF2PDF的ActiveX控件只用于在VB语言中使用wRTF2PDF DLL的情况。
wRTF2PDF的DLL控件和OCX控件在创建PDF文件的时候,所提供的接口程序功能都非常强大,包括链接,分级显示,缩略图,图形显示等功能。您还可以从与常用图像编码相兼容的图像处理设备(比如数码相机)中,直接获取图像信息创建PDF文件,而不需要将其转化为常用图像编码。
wRTF2PDF控件同时支持命令行参数。
在我们所提供的wPDF控件包和wRTF2PDF控件包中都包含了支持.NET的控件形式,因此您可以在任意一个自己喜欢的.NET语言中,很方便地使用这些控件所提供的强大功能。wPDF控件不仅仅提供了PDF文档所具有的工具和事件功能,它还包含了.NET语言的功能特性,比如用于图形绘制的“绘图”对象等。相关信息请查阅.NET语言的联机说明手册。
如果您要在VB语言中使用wRTF2PDF控件,您必须先将wRTF2PDF OCX的控件库wPDF_X01添加到您的工具箱内,然后您才可以在窗体中添加一个PDF控件对象。
您可以在源程序中添加如下语句,用来导出一个RTF文件:
If PDFControl1.StartEngine("c:\wpPDFControl\DLL\wPDFControlDemo.dll", "LicenseName", "LicenseCode", 0) = True Then
PDFControl1.BeginDoc "c:\test.pdf", 0
PDFControl1.ExecIntCommand 1000, 0
PDFControl1.ExecStrCommand 1002, "c:\test.rtf"
PDFControl1.ExecIntCommand 1100, 0
PDFControl1.EndDoc
Else
MsgBox "We were not able to load the PDF Engine DLL", 0, "Error!"
End If
需要注意的是:在执行上述语句之前,您必须先执行StartEngine过程,并且要设定PDF DLL控件的文件路径。如果您的电脑系统中存在多个不同的PDF文件打开工具,您也不必为软件冲突而担心,我们可以按您的要求定做相应的DLL控件。
wRTF2PDF does everything that wPDFControl can, and also includes a powerful RTF engine to convert RTF documents to PDF files. Since the wRTF2PDF DLL is quite a bit larger than the PDFControl DLL, the customers of RTF2PDF will receive both DLLs, plus a key which works for both.
Create full-featured PDF files directly from your application using this powerful DLL.
An ActiveX is included to simplify the usage of the DLL in VB.
The DLL and OCX provide you with a powerful API to create PDF files, including links, outlines, thumbnails, graphics, etc. You can use a graphic device handle (DC) which is compatible to the usual printing code. You don't need to convert the code you currently use for printing to create PDF files!
The RTF engine included can be utilized by using certain command codes.
Our PDF engines PDFControl and RTF2PDF now come with a native .NET wrapper class which makes it easy to use the power of these DLLs under your favorite .NET language. Not only does the wrapper publish the properties and events of the PDF engine, it also includes native .NET features such as a 'Graphics' object for your drawing code. Please read the online manual of the .NET wrapper
To use this DLL in VB you have to add the OCX library wPDF_X01 to your toolbox.Then you can create one PDFControl object on your form.
It can be then used like this to export a RTF file:
If PDFControl1.StartEngine("c:\wpPDFControl\DLL\wPDFControlDemo.dll", "LicenseName", "LicenseCode", 0) = True Then
PDFControl1.BeginDoc "c:\test.pdf", 0
PDFControl1.ExecIntCommand 1000, 0
PDFControl1.ExecStrCommand 1002, "c:\test.rtf"
PDFControl1.ExecIntCommand 1100, 0
PDFControl1.EndDoc
Else
MsgBox "We were not able to load the PDF Engine DLL", 0, "Error!"
End If
Note that you have to execute StartEngine and set the path of the PDF DLL. This way it is possible to have different PDF engines on your system, so there is no need to worry about a version conflict. We are also able to customize the DLL for you.
更新时间:2013-09-02 14:08:08.000 | 录入时间:2004-04-07 00:00:00.000 | 责任编辑:
允许开发人员在不需要Office Automation的情况下处理Word文档的API
Add-in Express for Office and .NET开发商业类微软Office扩展的一体化框架,如Office COM Add-in、Outlook插件
3-Heights PDF OptimizationPDF优化类库,用于压缩PDF文件的尺寸大小、提高网络浏览速度、提供高质量的打印等
PDF StudioPDF Studio是一款功能强大的,易于使用的PDF编辑器,它以Adobe® Acrobat®和其他PDF工具的小部分代价在PDF文档上提供了大量的功能。
Spire.CloudSpire.Cloud是一款帮助WEB网站或WEB应用系统轻松处理Office文件全面的解决方案。
服务电话
重庆/ 023-68661681
华东/ 13452821722
华南/ 18100878085
华北/ 17347785263
客户支持
技术支持咨询服务
服务热线:400-700-1020
邮箱:sales@pclwef.cn
关注我们
地址 : 重庆市九龙坡区火炬大道69号6幢