iText and iTextSharp Support
- Login to post new content in the forum.
| Forum | Topics | Posts | Last post |
|---|---|---|---|
|
iText (JAVA) is distributed as a jar; iTextSharp (.NET) is distributed as a dll. Installing iText and iTextSharp is pretty straightforward.
|
|||
|
How to install iText for use in a standalone or in a web application.
|
1 | 2 | 2 years 19 weeks ago by Bruno Lowagie |
|
How to install iTextSharp.
|
3 | 6 | 1 year 45 weeks ago by Bruno Lowagie |
|
Adding content to a new or existing PDF document with iText often involves the use of objects such as PdfPTable, ColumnText, etc... Adding "direct content" involves a sound knowledge of PDF syntax. Finally, if you're working in Java, you can also add content using java.awt.Graphics2D methods.
|
|||
|
You can create PDF using easy to use objects such as Chunk, Phrase, Paragraph, and so on...
|
0 | 0 | n/a |
| 3 | 10 | 24 weeks 1 day ago by a1ik |
|
| 0 | 0 | n/a | |
| 3 | 7 | 2 years 9 weeks ago by Bruno Lowagie |
|
| 2 | 4 | 1 year 50 weeks ago by Bruno Lowagie |
|
|
You can create PDF using low level functions as described in the PDF reference. You'll need this if you want to add artifacts that show up on every page (for instance page numbers).
|
2 | 13 | 1 year 43 weeks ago by Bruno Lowagie |
|
Writing to the direct content, be it the content of a page (PdfContentByte) or an XObject (PdfTemplate), is a mechanism that allows you to create PDF syntax almost manually.
|
2 | 4 | 2 years 12 weeks ago by Bruno Lowagie |
|
Page events are iText specific functions that can be used when creating a document from scratch
|
1 | 2 | 27 weeks 2 days ago by Bruno Lowagie |
|
With iText (not with iTextSharp), you can create PDF content using java.awt.Graphics2D.
|
1 | 2 | 2 years 20 weeks ago by Bruno Lowagie |
|
An interactive PDF form can be created using two different technologies. Before you post a question, it is important to find out if you're working with AcroForm technology or XFA technology.
Other interactive features involve annotations (for instance: links) and bookmarks. PDF also supports the use of JavaScript and Flash/Flex.
|
|||
|
AcroForm is the technology used by Open Office and Acrobat (not Designer) to create PDF forms
|
3 | 5 | 39 weeks 13 hours ago by Bruno Lowagie |
|
The XML Forms Architecture is the technology used by Adobe LiveCycle Designer when creating forms
|
2 | 4 | 44 weeks 3 days ago by Bruno Lowagie |
|
Annotations come in many different forms: links, sticky notes, rich media, and so on.
|
0 | 0 | n/a |
|
Bookmarks are also known as "outlines". It's a collection of destinations within a PDF document
|
0 | 0 | n/a |
|
You can add interactivity to your PDF documents using JavaScript.
|
0 | 0 | n/a |
|
You can integrate Flash applications into a PDF document.
|
0 | 0 | n/a |
|
iText comes with different manipulation classes: PdfStamper, PdfCopy, PdfSmartCopy, and PdfCopyFields. It's important that you choose the right class for the right task.
|
|||
|
You can create a new document using pages that are imported from other documents. Usually, this isn't the best solution
|
0 | 0 | n/a |
|
With PdfStamper you can add content (such as page numbers) to one and only one PDF document. You can also use PdfStamper to create a new document that only contains a selection of pages of an existing PDF.
|
1 | 3 | 2 years 9 weeks ago by MarkStorer |
|
Merging pages from different existing PDF documents should be done with one of the PdfCopy classes. Each class has its own advantages and disadvantages, so you have to choose wisely.
|
0 | 0 | n/a |
|
With iText you can digitally sign a document, you can encrypt PDFs, you can create barcodes, and much more
|
|||
|
iText can be used to digitally sign a PDF document.
|
3 | 10 | 33 weeks 3 days ago by Bruno Lowagie |
|
PDF documents can be protected with a user and an owner password. Or you can use certificate encryption to protect a document.
|
0 | 0 | n/a |
|
Different types of barcodes are supported in iText.
|
1 | 4 | 1 year 44 weeks ago by Bruno Lowagie |
|
A PDF can contain embedded files. Embedded files can be organized into a portable collection or portfolio.
|
0 | 0 | n/a |
|
PDF content can be marked for different purposes: making content optional, improving accessibility, structuring content, and so on...
|
0 | 0 | n/a |
|
Extracting text (and images) from a PDF can be extremely difficult, but it's not impossible.
|
4 | 8 | 44 weeks 5 days ago by Bruno Lowagie |
|
iText is used in numerous web applications.
|
2 | 5 | 20 weeks 1 day ago by Fordtman |
Content © 2010 1T3XT BVBA
