Tagged Questions
0
votes
1answer
61 views
For loop for detecting the root and printing its xml nodes
I am trying to read the nodes dynamically according to the values sent from the jsp page. But somehow i am stuck in the for loop.
Suppose i have this xml:
<123>
<a1>A</a1>
...
0
votes
1answer
536 views
iText nested large table inside a cell of another table
In my Java project using Itext i'm creating a pdf file, In this i'm inserting a larger table inside the cell of another table.
I'm facing problem when the content of the table is larger than a page, ...
0
votes
1answer
133 views
Merge two pdf memorystreams from PDFStampers into one memorystream w/ 2 pages
This is my first experience with ITextSharp, and so far has been quite successful, except for one task.I have created two VB.Net classes, each which successfully returns a valid memorystream ...
2
votes
1answer
129 views
Move Cursor or Insertion Point To A Specific Page?
Just started using iTextSharp a week ago - you would think some things would be obvious but apparently not.
I would like to create a PDF report structure (i.e., lines, images and static text) in ...
0
votes
1answer
106 views
Replace existing existing pdf form field with new form field at the same palce
I need to replace a check box in existing pdf with new check box using ItextSharp.
While reading the Pdf how do I know the location of form field which I am reading.
rectangle measures and page ...
0
votes
2answers
977 views
Edit DirectContent of iTextSharp PdfSmartCopy class
At my work sometimes I have to merge from few to few hundreds pdf files. All the time I've been using Writer and ImportedPages classes. But when I have merged all files into one, file size becomes ...
0
votes
1answer
694 views
Extracting whole page as image iTextPdf
Is it possible to extract pages from an existing pdf file and save the whole page as an image through iTextPDF library.
for example if my pdf file contains 2 pages then 2 images will be generated ...
0
votes
0answers
637 views
itextsharp create border-bottom (underlined) for table heading
I have a table made of cells. I can write the column names to the PDF but there is a space between each underlined cell.
How can I create a long line (border-bottom) for these cell? (without ...
1
vote
0answers
363 views
How can I remove watermark in PDF using itext/itextsharp? [duplicate]
Possible Duplicate:
Removing watermark from a pdf using iTextsharp
We have a PDF file from which we want to remove a watermark programmatically. We use itextsharp, but any other PDF ...
2
votes
1answer
524 views
Why doesnt iText add tables which are near the page buttom to the document?
I have a lot of small tables, which i encapsulate in a sorrounding 1x1 table, and set the SplitRows attribute to false on the sorrounding table. This way, i can avoid my table getting split when it ...
1
vote
1answer
641 views
How to create “reply” to sticky note annotation in iText
I trying to create "reply" to sticky note annotation using iText, does anyone know how to do that?
Another question: how to modify the date of annotation?
1
vote
1answer
1k views
Tab character in itext
I have write the code to create the report using itext.For that,i have to add the header
which is like
BSJ Economy Report Date:31/12/10
For that ...
1
vote
1answer
445 views
Extract pkcs7 (byte[]) from a pdf file using IText or ITextSharp or BouncyCastle
How can I extract, from a pdf signed file, the PKCS7 package encoded, using either IText or BouncyCastle, so i can either store or validate in another framework?
In fact, how can I get, at all, a ...
3
votes
3answers
2k views
How to create multiple copies documents with iText
I'm using iText to generate a PDF document that consists of several copies of almost the same information.
E.g.: An invoice. One copy is given to the customer, another is filed and a third one is ...
28
votes
4answers
31k views
Documentation for iTextSharp
Can somebody provide a link to documentation (class XML documentation) for iTextSharp ? I tried Google with no result... I only found JavaDoc documentation for iText.
Also when I was working with ...
1
vote
1answer
4k views
iText can't keep rows together, second row spans multiple pages but won't stick with first row
I am having trouble keeping my first and second rows of my main PdfPTable together using iText. My first row consists of a PdfPTable with some basic information. My second row consists of a ...
0
votes
1answer
297 views
iTextSharp open Document as 75%
hi i am using iTextsharp to generate pdf ,i would like to open a pdf at 75%
3
votes
2answers
2k views
Can I use iText to render PDF in my Swing application?
Can iText render PDF documents in Swing application ? Or do I have to use another library/framework for that?
1
vote
1answer
668 views
itextsharp: java to vb.net
i am trying to change the font on a pdftable and i have this hint in java but need some help to put it into vb.net
PdfPTable table = new PdfPTable(3);
table.AddCell("Cell 1");
PdfPCell ...
2
votes
3answers
1k views
iTextSharp diacritics
I am trying to typeset a pdf with iTextSharp library, but I cannot find anywhere how to handle diacritics. Since I found tables of contents of two books about iTextSharp where diacritics has a ...
7
votes
2answers
9k views
itext positioning text absolutely
In itext I have a chunk/phrase/paragraph (I dont mind which) and I want to position some where else on the page e.g. at 300 x 200. How would I do this?
1
vote
1answer
9k views
itextsharp pdfpcell header
I'd like to have a table of cells of class PdfPCell each with a tiny header, main string and tiny footer. I can't find a way to insert them since HeaderandFooter is not allowed element to add to the ...