代码搜索:iText
找到约 319 项符合「iText」的源代码
代码结果 319
www.eeworm.com/read/215854/15038270
h persisttext_h.h
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00
www.eeworm.com/read/212209/15163596
h persisttext_h.h
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00
www.eeworm.com/read/394470/8223119
cpp helloworldbasicappview.cpp
/*
* ==============================================================================
* Name : helloworldbasicappview.cpp
* Part of : Helloworldbasic
* Interface :
* Description :
www.eeworm.com/read/105524/15665720
h persisttext_h.h
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00
www.eeworm.com/read/391237/8414870
cpp cbabutton.cpp
#include "CbaButton.h"
CCbaButton::CCbaButton(const TRect& aRect ):CBaseControl(aRect)
{
}
CCbaButton::~CCbaButton()
{
if (iLCmd)
{
delete iLCmd->iText;
delete iLCmd;
}
if (iRCm
www.eeworm.com/read/390772/8442516
txt itextjsppdf.txt
利用<mark>iText</mark>在JSP中生成PDF报表
1、概述
企业的一些信息通过网络形成Html报表,虽然IE可以直接打印显示在其中的内容,但是从界面上来看,如果直接将Html的显示结果打印出来,显得不太美观。如果将它转成PDF文件再打印,则打印效果会好很多。
2、<mark>iText</mark>简介
<mark>iText</mark>是一个开放源码的Java类库,可以用来方便地生成PDF文件。大家通过访问http://sou ...