Re: [iText-questions] Using iText as efficient as possible

2012-06-20 Thread 1T3XT BVBA
On 21/06/2012 8:37, Çag(atay Y?ld?z wrote: Hey guys, I am new to iText and need to use it in a project. The reason why I am using iText is that a part of my project is about pdf operations that must be done as fast as possible. So, are there any advices to use iText in a fast manner? For i

[iText-questions] Using iText as efficient as possible

2012-06-20 Thread Çağatay Yıldız
Hey guys, I am new to iText and need to use it in a project. The reason why I am using iText is that a part of my project is about pdf operations that must be done as fast as possible. So, are there any advices to use iText in a fast manner? For instance, based on my knowledge of assembly progra

[iText-questions] HTML to PDF with XMLWorker

2012-06-20 Thread Hugh McLaughlin
Hello Everyone and thanks for your help in advance. I am trying to convert a simple HTML file to PDF using iTextSharp xmlworker. Below is the code. However, when open the PDF file, I receive an error message the file could not be opened and it is damaged. Here is my code. Any help would be grea

Re: [iText-questions] Issue LocationTextExtractionStrategy and Excel CutePDF print

2012-06-20 Thread Kevin Day
You'd have to look at the actual text draw operations in the PDF, but yes, my guess is that the cute PDF generator is creating larger chunks than the others you have tried. You can use PdfContentReaderTool to get at the underlying content streams and page dictionaries - or use RUPS. -- View this

Re: [iText-questions] iText and signing pdf fils

2012-06-20 Thread zouzou
Tahnks for replay, I m sur that i use RSA key and sha256, the java version is 5. Excuse me i m new in crypto and iText. -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-and-signing-pdf-fils-tp4655392p4655399.html Sent from the iText - General mailing list

[iText-questions] iText 5.3.0

2012-06-20 Thread Bruno Lowagie
Hello all, this morning, I've released iText 5.3.0 and it brings a completely new API for digital signatures. If you need examples, you can already take a look at the updated book samples: http://itextpdf.com/book/chapter.php?id=12 If you need documentation, we're currently writing a white paper

Re: [iText-questions] PDF merge - filesize after

2012-06-20 Thread Nick Bannister
All, To be honest this is a test piece of code because it started out just re-writing a pdf out so the output is exactly the same to see what happens and even then the filesize jumps up.As far as practices go it makes sense but ultimately not my main issue or priority at the minute. Has anybody

Re: [iText-questions] PDF merge - filesize after

2012-06-20 Thread Jason Berk
I’m a java guy, but I’m curious about this method signature: static bool RewritePdfFiles(string pdfFile, string outputFile) if you are trying to merge PDFs, shouldn’t you be doing this: static bool MergePdfs(// an array of PDFs, string mergedPdfFile); or maybe even static [bytes

Re: [iText-questions] iText and signing pdf fils

2012-06-20 Thread 1T3XT BVBA
1. You are writing to the address of a company: 1T3XT BVBA Look at the to: of your mail: it says i...@1t3xt.info instead of itext-questions@lists.sourceforge.net Are you a paying customer? If not, please use the correct address. 2. If you're a paying customer, you know that hotmail, gmail and yah

Re: [iText-questions] Adding external image using Chunk

2012-06-20 Thread Raf Hens
On 20/06/2012 13:08, Çağatay Yıldız wrote: > I am new to iText and faced with a real interesting case about adding > external images to a paragraph. Here is the thing: > > img.setAlignment(Image.LEFT| Image.TEXTWRAP); > p.add(new Chunk(img2, 0, 0, true)); > gives me the picture and "Hello Worlddd!"

Re: [iText-questions] HideMenuBar/HideToolBar problem

2012-06-20 Thread Julian Janssens
Hello, If you need to show/hide the toolbars/menubars, ... you might be interested in http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdfbut I'm not sure it will work with other readers. Regards, Julian 2012/6/15 Leonard Rosenthol > No, you cannot force a P

Re: [iText-questions] FW: XML worker

2012-06-20 Thread John Renfrew
Raf Many thanks for the pointer It is indeed the cssApplier that is missing as an arguement john renfrew Right Way Up -Original Message- From: Raf Hens [mailto:raf.h...@itextpdf.com] Sent: 19 June 2012 21:00 To: Post all your questions about iText here Subject: Re: [iText-questions] F