[iText-questions] Horizontal scrolling

2010-01-07 Thread Rodney Williams
I need to display 25 columns of PdfPtable data horizontally using the first column as a frozen header. How do I accomplish? Thanks in advance Rodney Williams/Programmer -- This SF.Net email is sponsored by the Verizon

Re: [iText-questions] Embedding subset of fonts

2010-01-07 Thread Kevin Brown
> The same electrons in in sme state in violation of heisenberg? LOL. You would then be saying that compression is not allowed. Since itext is deterministic, if you feed it the same input twice you should get the same output. This is no different than unzipping. Actually, one has many more conside

[iText-questions] The entity name must immediately follow the '&' in the entity reference.

2010-01-07 Thread itsdines
HI when i try to convert html to pdf am parsing jsp page that time i am getting exception. i have given like this. HtmlParser.parse(document, "http://192.168.10.170:7077/final/reporter/SendMail.jsp";); please help me. ExceptionConverter: org.xml.sax.SAXParseException: The entity name must i

[iText-questions] html to Pdf conversion using iText

2010-01-07 Thread itsdines
i have images and data's in my html page when in convert to pdf i didn't get any error but image is not displayed in my pdf am using iText2.0.8 please help me -- View this message in context: http://old.nabble.com/html-to-Pdf-conversion-using-iText-tp27026580p27026580.html Sent from the iText -

[iText-questions] Setting pagesize correctly , Multipage PDF

2010-01-07 Thread crmcjr
Sirs, I am developing a java class to import JPEG images into a multipage PDF. The files are stored into a single directory which has images with different sizes, like first page is an A4 (portrait), second page is an A5 and the third page is an A4 (landscape). I suppose that I am doing somethi

Re: [iText-questions] How to make growing table in XFA Form with Itext

2010-01-07 Thread 1T3XT info
Wahyu Komara wrote: > Dear All, > I make Interactive PDF form with Livecycle(LC), and I put Livecycle Table > Object in Form then I put TextField Object to each Table Cell, with this > form I want to make growing PDF table based on database. > > I found tutorial : ( http://1t3xt.info/examples/b

[iText-questions] Column Width

2010-01-07 Thread pbs
Hi. I am trying to se the first column in a table to a different width. The table can have a different number of columns each time the program is run, for example it may have 5 columns one time, then depending on the date it is presenting it may have 7. This works fine using by passing the numbe

[iText-questions] How to make growing table in XFA Form with Itext

2010-01-07 Thread Wahyu Komara
Dear All, I make Interactive PDF form with Livecycle(LC), and I put Livecycle Table Object in Form then I put TextField Object to each Table Cell, with this form I want to make growing PDF table based on database. I found tutorial : ( http://1t3xt.info/examples/browse/?page=example&id=441 ), b

[iText-questions] Test Mail

2010-01-07 Thread Venu Repaka
Hi, Iam new to this group. Wanna test it Regards, Venu Repaka, Cell: 515-867-3263, E-Mail: rven...@gmail.com On Thu, Jan 7, 2010 at 9:33 PM, < itext-questions-requ...@lists.sourceforge.net> wrote: > Welcome to the

Re: [iText-questions] Root Object is invalid or missing after PDF

2010-01-07 Thread Paulo Soares
I don't think the problem can be solved remotely as the problem has something to do with your environment. I'm not saying that iTextSharp is not at fault but I couldn't reproduce the problem in an eight core server running windows 2008 with a few hundred threads generating PDFs continually. All

Re: [iText-questions] Root Object is invalid or missing after PDF

2010-01-07 Thread de Beus, Eric
Paulo (or anyone), You said to try the code in the SVN--can you tell me which revision and which files fix the multithreading problem? I got 5.0.0, but the problem is still present there. I tried checking out the SVN tip (I have Tortoise 1.6.5), but can't connect to https://itextsharp.svn.sourc

Re: [iText-questions] Embedding subset of fonts

2010-01-07 Thread Mike Marchywka
> Date: Thu, 7 Jan 2010 12:44:17 -0800 > From: > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Embedding subset of fonts > > While you might be able to convince a programmer, good luck with a lawyer. > Well, first you nee

Re: [iText-questions] iText-questions Digest, Vol 44, Issue 6

2010-01-07 Thread Phani Kumar Reddy Pamulapati
Hi, Thank you so much for the reply, i kind of agree with your point that no forms no fields, is it possible to have editable text box / line in the PDF without having a form. As per your reply "without seeing the PDF we can't say anything that makes sense.", are your refering to any specific pro

Re: [iText-questions] Embedding subset of fonts

2010-01-07 Thread Mark Storer
While you might be able to convince a programmer, good luck with a lawyer. --Mark Storer Senior Software Engineer Cardiff.com #include typedef std::Disclaimer DisCard; > -Original Message- > From: Mike Marchywka [mailto:marchy...@hotmail.com] > Sent: Thursday, January 07, 2010

Re: [iText-questions] Embedding subset of fonts

2010-01-07 Thread Mike Marchywka
> From: lrose...@adobe.com > To: itext-questions@lists.sourceforge.net > Date: Thu, 7 Jan 2010 10:20:50 -0800 > Subject: Re: [iText-questions] Embedding subset of fonts > > My only comment would be that in most cases, there are laws/regulations that

Re: [iText-questions] Embedding subset of fonts

2010-01-07 Thread Leonard Rosenthol
My only comment would be that in most cases, there are laws/regulations that require that the "exact document" that was presented/distributed is what goes into the archive. In such a case, it wouldn't be possible to archive "parts"... Leonard -Original Message- From: Mike Marchywka [ma

Re: [iText-questions] Embedding subset of fonts

2010-01-07 Thread Mike Marchywka
> Date: Thu, 7 Jan 2010 17:38:05 +0100 > From: zoltan.kak...@bitmanager.de > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Embedding subset of fonts > > > > > > > > > > Hi, > > > > I can't agree that. > > Just to show you the dif

Re: [iText-questions] Embedding subset of fonts

2010-01-07 Thread 1T3XT info
Zoltan Kakucs wrote: > The single PDF is a lot of bigger, a factor of 5-6 of multiplication. Then why do you create the huge PDF in the first place? Why not create the small PDFs right away? Note that iText can't solve all your problems. I fear you've hit a limitation that will need you to look a

Re: [iText-questions] syntax for import of iTextPDF classes

2010-01-07 Thread 1T3XT info
Tony Gallo wrote: > What is the correct import path for the text classes? For old versions of iText, it's com.lowagie. For iText 5, it's com.itextpdf. Why the change? Because lowagie is the name of a person, whereas it's better to have the name of the product in the package names. But more impor

Re: [iText-questions] Embedding subset of fonts

2010-01-07 Thread Zoltan Kakucs
Hi, I can't agree that. Just to show you the difference between huge single PDF and broken down single PDF-s, have a look pls at the following table: embedded subset Huge PDF(kB) Pages Single PDF (averaged in kB) ---

[iText-questions] syntax for import of iTextPDF classes

2010-01-07 Thread Tony Gallo
What is the correct import path for the text classes? Many of the examples have the following syntax to import the iTextPDF classes. //import the iText packages import com.lowagie.text.*; import com.lowagie.text.pdf.*; Also, I have tried the following, because the source unzipped to the

Re: [iText-questions] How to Detect doubles in PDF using iText

2010-01-07 Thread Cameron Laird
On Thu, Jan 7, 2010 at 9:29 AM, Leonard Rosenthol wrote: > I wouldn’t use iText. I would write a script around something like > GraphicsMagick that can rasterize each page into a bitmap image and then > compare the bitmaps for you. > > > ... > I've had occasions where the nature of the pages w

Re: [iText-questions] How to Detect doubles in PDF using iText

2010-01-07 Thread Leonard Rosenthol
I wouldn't use iText. I would write a script around something like GraphicsMagick that can rasterize each page into a bitmap image and then compare the bitmaps for you. From: algo...@hotmail.fr [mailto:algo...@hotmail.fr] Sent: Thursday, January 07, 2010 10:26 AM To: itext-questions@lists.sourc

[iText-questions] How to Detect doubles in PDF using iText

2010-01-07 Thread algotek
Hi, _Context:_ Thousands of multi-page pdf were generated. Some of these pdfs contains identical pages that were inserted repetitively from another pdf _Question:_ How can I compare two pdf pages in the same pdf file to detect that they are identical ? I just want to compare the "image" ---

[iText-questions] ListItems and Table splitting

2010-01-07 Thread natros
Hello, I'm having some problems with table splitting and ListItems. Most of the time the last item is repeated and the end of the page as you can see in the attached PDF file. In my case, the text "hello number 9" in first page is repeated in second page. The same happens in the last page with "h

[iText-questions] Pdf signature validation

2010-01-07 Thread Sérgio Onofre
Hi, I’m using itext to sign pdf documents with smart cards certificates and it Works fine. I just don’t understand the difference between signing with WINCER_SIGNED or SELF_SIGNED, because in Acrobat Reader seems the same. What is the difference? The problem I have i

Re: [iText-questions] Export PDF page to PNG or JPG?

2010-01-07 Thread Mike Marchywka
> Date: Thu, 7 Jan 2010 07:20:27 +0100 > From: i...@1t3xt.info > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Export PDF page to PNG or JPG? > > Dave Brown wrote: >> Hi- >> >> I need to load a pdf from a url and export

Re: [iText-questions] iText 5.0 documentation

2010-01-07 Thread Mike Marchywka
> From: > To: iText-questions@lists.sourceforge.net > Date: Thu, 7 Jan 2010 09:27:26 + > Subject: [iText-questions] iText 5.0 documentation > > That doesn't help me either. As I do not 'use' java in the way that you > perceive, to access the func

Re: [iText-questions] Embedding subset of fonts

2010-01-07 Thread Leonard Rosenthol
I mean that when you create the original document, embed the fonts as subset embeds. For Linux, check out PDF Enhancer from Apago (http://www.apago.com). Leonard From: Zoltan Kakucs [mailto:zoltan.kak...@bitmanager.de] Sent: Thursday, January 07, 2010 3:49 AM To: itext-questions@lists.sourcefor

Re: [iText-questions] Embedding subset of fonts

2010-01-07 Thread 1T3XT info
Zoltan Kakucs wrote: > Thanks again. > Do you mean with subset fonts embedding the ttf-s or using the metrik > files (afm) together with the postscript (pfb)? > We are using also fonts given only as ttf. > It's a bit shadowy for me, how the final version looks like. If you embed Type1 fonts (afm

[iText-questions] iText 5.0 documentation

2010-01-07 Thread John Renfrew
That doesn't help me either. As I do not 'use' java in the way that you perceive, to access the functionality. I am using iText inside Filemaker, where the Scriptmaster plug-in gives me access to Groovy, meaning I can run java inside the programme. Having loaded the jar I then 'run' a command by p

Re: [iText-questions] Embedding subset of fonts

2010-01-07 Thread Zoltan Kakucs
Thanks again. Do you mean with subset fonts embedding the ttf-s or using the metrik files (afm) together with the postscript (pfb)? We are using also fonts given only as ttf. It's a bit shadowy for me, how the final version looks like. Our system is running on : *** $ cat /etc/issue Red Hat En