[iText-questions] PDF "laggy" because of bleeding?

2009-12-11 Thread Lloyd
Hey all, I'm currently trying to create a new PDF file from an existing PDF. Thats working fine but for some reason PDF's for w4, w9, etc are causing my PDF's to be "choppy" or "laggy". An example: Original: http://www.irs.gov/pub/irs-pdf/fw9.pdf Output: http://www.mediafire.com/?ejdozqtmcto In

Re: [iText-questions] Add Signature to all pages

2009-12-11 Thread mkl
mtrekker, mtrekker wrote: > > Currently SetVisibleSignature allows to set visible signature to specific > page. Is this related to PDF standard or can signature be added to certain > page(s) ? > A visible signature is... ahem... visible. And something visible is located somewhere in the docu

[iText-questions] add Table object to PdfContentByte

2009-12-11 Thread Lee Marshall
Is it possible to add a Table with cells to iTextSharp.text.pdf.PdfContentByte? Example code I would like to add: 'create a 2 column table Dim nTbl As Table = New Table(2) nTbl.BorderWidth = 1 nTbl.BorderColor = New iTextSharp.text.Color(0, 0, 0) nT

[iText-questions] Image and text in single cell

2009-12-11 Thread Pranit
I am trying to create a pdf table using PdfPTable and PdfPCell. I am trying to accomplish this using a nested table. I am inserting the image into one cell, and the text into another cell and adding this table with two columns to the cell of the main table in which I want the image and text. Al

Re: [iText-questions] No XMLParser in IText 5.0.0 ?

2009-12-11 Thread 1T3XT info
Kar, Amitansu wrote: > Hi, > > We use the IText XMLParser to parse the xml files(in IText syntax) and > generate PDFs dynamically. But from > _http://itextpdf.com/history.php?branch=history.50&node=500_ > , we can > find out that XML

[iText-questions] No XMLParser in IText 5.0.0 ?

2009-12-11 Thread Kar, Amitansu
Hi, We use the IText XMLParser to parse the xml files(in IText syntax) and generate PDFs dynamically. But from http://itextpdf.com/history.php?branch=history.50&node=500, we can find out that XMLParser has been removed in IText 5.0.0. Could you let us know if there is an equivalent module in

Re: [iText-questions] Check PDF file for settings

2009-12-11 Thread Leigh
> Sure.  You just have to look at > the relevant keys in the PDF. I have not tried this. But here is my educated guess after looking at the iText source and PDF Reference. I am sure someone will correct me if I am wrong. The PdfReader has a method used to _remove_ Usage Rights. So I imagine you

Re: [iText-questions] Acroforms SaveAs menu action

2009-12-11 Thread 1T3XT info
Pavol Behul wrote: > On 12/10/2009 07:21 PM, Pavol Behul wrote: >> Hello, >> >> by editing pdf via adobe acrobat pro extended i make button with >> SaveAs Menu action. >> It creates object: >> >> >> It is some possibility to make this menu actions by itext ? >> >> Regards, >> Pavol. > > Thanks fo

[iText-questions] Add Signature to all pages

2009-12-11 Thread mtrekker
Currently SetVisibleSignature allows to set visible signature to specific page. Is this related to PDF standard or can signature be added to certain page(s) ? -- View this message in context: http://old.nabble.com/Add-Signature-to-all-pages-tp26743046p26743046.html Sent from the iText - General

Re: [iText-questions] digital sign

2009-12-11 Thread mkl
Ismail, Uzunok wrote: > > is there code but didint work > In what way didn't it work? At first glance I don't see you calculating the digest. On the other hand you seem to have externally created a signature in imzaVeri. Thus you needed a digest. Therefore, whatever the output pdf file look

Re: [iText-questions] Acroforms SaveAs menu action

2009-12-11 Thread Pavol Behul
On 12/10/2009 07:21 PM, Pavol Behul wrote: Hello, by editing pdf via adobe acrobat pro extended i make button with SaveAs Menu action. It creates object: It is some possibility to make this menu actions by itext ? Regards, Pavol. Thanks for reply, it helps for SaveAs, in next step i have

Re: [iText-questions] digital sign

2009-12-11 Thread İsmail Uzunok
is there code but didint work PdfReader reader = *new* PdfReader("C:\\856592.pdf"); FileOutputStream fout = *new* FileOutputStream("C:\\856592_signed.pdf"); PdfStamper stp = PdfStamper.*createSignature*(reader, fout, '\0'); Calendar now = Calendar.*getInstance*(); PdfSignatureAppearance sap =