单词 | itext | ||||||||||||||||||||||||||||||||||||||||||||
释义 |
|
以下是上述教程中一个最简单的例子,这个例子刻画了通过iText生成PDF文件的一般程序框架。 oapdf.com | The following is a tutorial in the [...] above-mentioned one of the most simple example, [...] this example depicts aiText to generatePDF files [...]through the normal procedure for the framework. oapdf.com |
然后,我们使用iText的模板的功能,我们把PDF文件装入到我们的应用中。 oapdf.com | Then, we use iTexttemplate function, [...] we have PDF files into our applications. oapdf.com |
RTF包是基于iText包扩展出来的,允许iText除生成PDF文件外还可以输出RTF文件,除了一些在RTF包中不支持的特性外,大多数PDF文件特性都可以使用。 oapdf.com | RTF package is based [...] on the expansion pack by iText,iText In addition to allow the generation [...]of PDF documents can also [...]be output RTF file, in addition to the package in RTF does not support the features, most features PDF documents can be used. oapdf.com |
事实上,在第十一章整个章节中有关于PDF链接的介绍,但这是iText的更高级的应用,本章中我们处理简单的iText。 oapdf.com | In fact, the entire section of Chapter XI on [...] the PDF link in the introduction, [...] but this isiText moreadvanced applications, this chapter we deal with simple iText. oapdf.com |
在本文中,将使用iTextJava库生成 PDF 文档,并引导您完成一个示例应用程序,以使您能够更好地理解和使用iText。 oapdf.com | In this article, will use theiText Java libraryto generate PDF documents, and guide you through an example application to enable you to better understand and use the iText. oapdf.com |
当你的应用需要动态地创建PDF文档的时,iText类库是一个不错的方案。 oapdf.com | When your application needs to dynamically create a [...] PDF document when, iTextclasslibrary is [...]a good program. oapdf.com |
你能够看到iText添加文本注释在页面上当前位置下面,第一个在段后第一行下面,第二个在短句结束处的下面。 oapdf.com | IText you canadd text notes to see [...] the page below the current location, the first after the first line in the following [...]paragraph, the second in the end the following phrases. oapdf.com |
开放源码的iText库使PDF 文档的创建能够在瞬间完成。 oapdf.com | IText open source library to enable [...] the creation of PDF documents can be completed in an instant. oapdf.com |
此外开发人员可以把它当成一个学习iText类库各项功能的工具。 javakaiyuan.com | In addition, developers can use it as a learning tool for the [...] various functionsofiText library . javakaiyuan.com |
Itext分割文本到每页中,并将每个单词、句子、段落布置到页面上,但有时我们并不需要这种自动格式,有时我们希望将一些图象或者文本放置在某页的指定位置,为实现该功能,我们将使用PdfContentByte类。 oapdf.com | Itext segmentation oftext [...] to each page and each word, sentence, paragraph to the page layout, but sometimes we do not need [...]this kind of auto-format, and sometimes we want to put some image or the text of a page in the specified location, To achieve this feature, we will use PdfContentByte category. oapdf.com |
你可以通过增强和扩展本文中的代码来体验iText的能力。 oapdf.com | You can enhance and expand the code in this article to [...] experience the ability toiText. oapdf.com |
iText是一个能够快速产生PDF文件的java类库。iText的java类对于那些要产生包含文本,表格,图形的只读文档是很有用的。 javakaiyuan.com | iText is a PDF file to quickly generate the java class library . iTextjava class [...] for those who want to have included the [...]text , tables , graphics, read-only document is very useful . javakaiyuan.com |
如果应用程序需要动态生成 PDF 文档,则需要iText库。 oapdf.com | If an application need to dynamically generate PDF [...] documents,you need toiText library. oapdf.com |
iTexttoolbox既可以作为一个可执行的Jar,也可作为Java Webstart应用程序运行。对于完成各种类型的PDF相关文件操作,iTexttoolbox是一个非常有用的工具比如:把一个目录下的所有图片转换成一个PDF文档,合并现有PDF文档等。 javakaiyuan.com | For the complete operation of all types of PDF documents, iTexttoolboxis a very useful tool for example : a directory of all the images into a PDF document , merging [...] existing PDF documents. javakaiyuan.com |
当响应相同,但其类型随所请求的是 PDF、RTF、HTML 或 XML 文档而有所不同时,使用iText是非常方便的。 oapdf.com | When the same response, but with the request type is PDF, RTF, HTML or XML [...] document and have not at the same [...] time, the useofiText is very convenient.iText allows users to [...]create a watermark, encryption [...]of documents and other output settings details. oapdf.com |
iText库中的类用于以各种字体来生成 PDF 文本、在 [...] PDF 文档中生成表格、为页添加水印等。 oapdf.com | iText class library for a [...] variety of fonts to generate PDF text, in PDF documents generated in the form, add watermark and [...]so on for pages. iText also provides many of the features. oapdf.com |
iText根据需要自动添加行,在示例代码0503中,初始化了4行4列,当我们添加第6行和第7行的单元格时,iText自动增加行数到7。 oapdf.com | iText line is automatically added as needed, in the 0503 sample code, the initialization of the 4 line 4, when we add line 6 and 7 cell line, iText automatically increase [...] the number of rows to 7. oapdf.com |
使用iText与PDF能够使你正确的控制Servlet的输出。 javakaiyuan.com | UsingiText andPDF youcan make [...] the correct control Servlet output. javakaiyuan.com |
对基于报表的Web应用,像JasperReports这样的工具,它提供了比iText更高层次的抽象。 oapdf.com | Statements based on Web applications, such as a tool for JasperReports, which provides a [...] higher level than the abstract iText. oapdf.com |
到目前为止,我们已经使用了简单的iText,我们已经添加了文本、图片、段落、章节、列表、表格等,没有涉及到布局问题。 oapdf.com | So far, we have [...] been usinga simple iText, we have added the [...]text, pictures, paragraphs, sections, lists, forms, etc., there [...]is no problem related to the layout. oapdf.com |
本章主要介绍了如何利用iText控件生成XLM文档和(X)HTML文档,但我们对这些并不感兴趣,故只介绍本章中提到的将XML转为PDF。 oapdf.com | this chapter [...] introduceshow to use iText to generateXLM documents [...]and controls (X) HTML document, but we are not interested [...]in them, it only introduced in this chapter will be referred to XML to PDF. oapdf.com |
使用在第三至第五章中描述的大量简单iText对象可以避免更多的高级话题(第九至十二章),紧记这些简单对象限制的功能,大量复杂的功能在第三部分。 oapdf.com | use in the third to the fifth chapter [...] describes a large number of simple [...] objects canbe avoidediText more advancedtopics [...](IX-XII), bear in mind that these restrictions [...]on the function of simple object, a large number of complex functions in the third part. oapdf.com |
英汉双解词典包含2273206条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。