[iText-questions] HTMLWorker Stylesheets. Supported tag styles?

2008-02-11 Thread RM1X
|*Hi ITexters, reading through what's available online, I've managed to get HTMLWorker to successfully parse HTML to PDF. It works alright! :) I see that I can specify a *||*StyleSheet*||*, but http://itext.ugent.be/library/api/com/lowagie/text/html/simpleparser/StyleSheet.html is horrib

Re: [iText-questions] getting null values for getAppearanceStates()

2008-02-11 Thread ayeen
i'm using adobe acrobat 5 and the checkbox im using are the 3 unlabeled boxes under "Justification" it has the fieldnames: "Rail" "Air" "Ship" what i was doing is : form1.setField("Rail", "On"); http://www.nabble.com/file/p15424974/AyeenPDF.pdf AyeenPDF.pdf thanks again! Paulo Soare

Re: [iText-questions] not embedding arial unicode...possible?

2008-02-11 Thread Alejandro (Alex) Soini
Thank you kindly for your response. However, I would like to know why this means I could only use the ISO-Latin-1 character set. Regards, -Alejandro Is it possible? Yes. However, it means that EVERY SINGLE USER that views your document MUST HAVE Arial Unicode inst

Re: [iText-questions] iText Graphics2D and font encodings

2008-02-11 Thread Paulo Soares
- Original Message - From: "Jason Boehle" <[EMAIL PROTECTED]> To: Sent: Monday, February 11, 2008 9:14 PM Subject: [iText-questions] iText Graphics2D and font encodings > Hi all, > > We are using iText to generate PDFs from our Java spreadsheet engine. > We already had printing capabil

Re: [iText-questions] not embedding arial unicode...possible?

2008-02-11 Thread Paulo Soares
iText doesn't support Unicode fonts (Identity-H) without embedding. Paulo - Original Message - From: "Alejandro (Alex) Soini" <[EMAIL PROTECTED]> To: Sent: Monday, February 11, 2008 7:36 PM Subject: [iText-questions] not embedding arial unicode...possible? My apologies, The real q

Re: [iText-questions] getting null values for getAppearanceStates()

2008-02-11 Thread Paulo Soares
If you don't provide a link to the PDF the problem wil stay with you. Paulo - Original Message - From: "ayeen" <[EMAIL PROTECTED]> To: Sent: Monday, February 11, 2008 8:56 PM Subject: [iText-questions] getting null values for getAppearanceStates() > > hi! > > i checked the fieldType o

Re: [iText-questions] not embedding arial unicode...possible?

2008-02-11 Thread Leonard Rosenthol
Is it possible? Yes. However, it means that EVERY SINGLE USER that views your document MUST HAVE Arial Unicode installed on their own computer. ALSO, it means that you can only use the ISO-Latin-1 character set. Leonard On Feb 11, 2008, at 2:36 PM, Alejandro (Alex) Soini wrote: My apolo

[iText-questions] probleempje met merging van pdf's

2008-02-11 Thread Vogelpoel M (ICTRO)
Hallo Bruna In een applicatie die ik beheer worden een verzameling van pdf's samengevoegd tot een pdf via java code die gebruikt maakt van iText. Soms treedt er de volgende fout op na het mergen en tijdens het ophalen van het gemergde pdf: "The root object is missing or invalid" Zou jij h

Re: [iText-questions] getting null values for getAppearanceStates()

2008-02-11 Thread ayeen
sorry..there's a typo should be: form1.getAppearanceStates(pdf_field_name); ayeen wrote: > > > so i tried calling: form.getAppearanceStates(pdf_field_name); to see what > values i could use but it's returning me a null value ... > > -- View this message in context: http://www.nabb

[iText-questions] iText Graphics2D and font encodings

2008-02-11 Thread Jason Boehle
Hi all, We are using iText to generate PDFs from our Java spreadsheet engine. We already had printing capability through the Java 1.2 printer interfaces, so at the moment I am using iText's createPrinterGraphics API to get a Graphics2D which our application can paint to in order to create the PDF.

[iText-questions] getting null values for getAppearanceStates()

2008-02-11 Thread ayeen
hi! i checked the fieldType of my pdf_field_name and it's returning 2 which means it really is a checkbox. i called the : form1.setField(pdf_field_name, "On"); but that check box is still not checked. so i tried calling: form.getAppearanceStates(pdf_field_name); to see what values i could us

[iText-questions] Calling iText from pl/sql

2008-02-11 Thread Nicholas Bacon
I would like to create a java function which I can then call as a pl/sql procedure (in a Oracle database). The pl/sql procedure would be similar to the following: CREATE OR REPLACE PROCEDURE XX (input1 input_type1, input2 input_type2, ...) AS LANGUAGE JAVA This procedure would be used exc

[iText-questions] not embedding arial unicode...possible?

2008-02-11 Thread Alejandro (Alex) Soini
My apologies, The real question I want answered was dismissed twice, perhaps because it was at the way bottom. Is it possible to *not* embed the Arial Unicode font? If so, could you kindly provide some abstract idea of what this would entail? Thank you for your time, -Alejandro --

Re: [iText-questions] problem with HTMLWorker

2008-02-11 Thread Paulo Soares
That's not supported in HTMLWorker. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of prakash reddy > Sent: Monday, February 11, 2008 4:08 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] problem with HTMLWorker >

[iText-questions] Generating dynamic dots between two phrases

2008-02-11 Thread pierre-henri lagoutte
I'm trying to generate this: FirstName LastName.Phone Number The dots will vary because people's FirstName and LastName will vary as they are coming from a database. Is there a way to find out the spacing between the two phrases and then generate the dots based on the availabl