[iText-questions] Paragraph with Images : Setting Alignment

2011-11-11 Thread GAlfstad
I need to print a (1 to N) items, with an image to the left, and some attributes to the right. Image *Label:* Value Label2: Value2 Image *Label:* Value Label2: Value2 Image* Label:* Value Label2: Value2 My labels are always printing below my

[iText-questions] FW: Paragraph with Images : Setting Alignment

2011-11-11 Thread John Renfrew
Use a table?? john renfrew Right Way Up -Original Message- From: GAlfstad [mailto:gloria.alfs...@fpx.com] Sent: 10 November 2011 14:40 To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Paragraph with Images : Setting Alignment I need to print a (1 to N) items,

Re: [iText-questions] FW: Paragraph with Images : Setting Alignment

2011-11-11 Thread 1T3XT BVBA
On 11/11/2011 11:13, John Renfrew wrote: Use a table?? Use a table!! ;-) -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 ___

[iText-questions] iText 5.1.3 - XML Worker 1.1.1

2011-11-11 Thread Bruno Lowagie
iText 5.1.3 and XML Worker 1.1.1 have been released. Read all about it on our blog: http://lowagie.com/itext513 Or check the changelog: http://itextpdf.com/history/?branch=51node=513 -- RSA(R) Conference 2012 Save $700 by

[iText-questions] itextsharp: concatenated PDFs loosing anchors

2011-11-11 Thread valter
Hello I'm concatenating 3 PDFs into one with iTextSharp. First and last docs contains anchors: Anchor anchor = new Anchor(Appunti di + Materia + , FontFactory.GetFont(Arial, 28, 4, BaseColor.BLUE)); anchor.Reference = http://ss.com/usweb/appunti/dettaglio.asp?progressivo=; +

Re: [iText-questions] itextsharp: concatenated PDFs loosing anchors

2011-11-11 Thread 1T3XT BVBA
On 11/11/2011 17:12, valter wrote: And i'm loosing them in the concatenated doc. Why? If you've read unofficial documentation, you're using PdfWriter and PdfImportedPage to concatenate PDFs. In that case it's normal that all interactivity is lost. If you've read the official documentation,

Re: [iText-questions] question about extracting text with itext

2011-11-11 Thread david guede
Hi guys and thanks. I was thinking that maybe we could extract only a section of a page... So, if one bookmark represents the start of the section I want to extract, I can get the start point of the extraction. Then, maybe the next bookmark can be the end of the area I want to extract... Would

Re: [iText-questions] question about extracting text with itext

2011-11-11 Thread Leonard Rosenthol
David – I think you need to do a bit of reading on the PDF format… When I said start, I didn't mean that it pointed to the first word/paragraph/header – I meant that it pointed to a page. It might even point to a physical location on the page, but for most PDF files, it won't actually connect

Re: [iText-questions] itextsharp: concatenated PDFs loosing anchors

2011-11-11 Thread valter
yes you're right in every sense. the code is this: Document document1 = new Document(); PdfWriter writer = PdfWriter.GetInstance(document1, new FileStream( progressivoAppunto + .pdf, FileMode.Create)); document1.Open(); PdfContentByte cb =

Re: [iText-questions] itextsharp: concatenated PDFs loosing anchors

2011-11-11 Thread 1T3XT BVBA
On 11/11/2011 17:52, valter wrote: so i must use PdfCopy instead of PdfWriter? where i can read the docs? The part you need to read is in Chapter 6. Fortunately, this part is available for free. Go to http://affiliate.manning.com/idevaffiliate.php?id=223_212 and look for Sample chapter 6. The

Re: [iText-questions] question about extracting text with itext

2011-11-11 Thread david guede
Hi Leaonard, I am not sure I am getting your answer... OK, I understand that the bookmark is probably not connected to the content... no problem with this. But, the bookmark is somewhere on the page and therefore I cn probably get the coordinate of the first letter of the first word for each

Re: [iText-questions] question about extracting text with itext

2011-11-11 Thread 1T3XT BVBA
On 11/11/2011 18:00, david guede wrote: OK, I understand that the bookmark is probably not connected to the content... no problem with this. But, the bookmark is somewhere on the page and therefore I cn probably get the coordinate of the first letter of the first word for each bookmark

Re: [iText-questions] question about extracting text with itext

2011-11-11 Thread david guede
Thanks a lot both, I am going to have a look at your examples and read more documentation (even if I already did...). Then, I will come back with more precise questions. David 2011/11/11 1T3XT BVBA i...@1t3xt.info On 11/11/2011 18:00, david guede wrote: OK, I understand that the bookmark

[iText-questions] PdfReader

2011-11-11 Thread Vahid Nasiri
Hello, Please add this new overload to PdfReader class as well. public PdfReader(Stream isp, X509Certificate certificate, ICipherParameters certificateKey)   Thanks.-- RSA(R) Conference 2012 Save $700 by Nov 18 Register