Re: [iText-questions] XML to pdf

2012-05-17 Thread 1T3XT BVBA
On 16/05/2012 22:08, Ajmal Shah wrote: > Hi all, > > I am not sure if this is possible but i saw an example and got > curious. Is there any way of dynamic styling of PDFs using XML. My > problem is I have many reports (20-40) and want to use a XSLT to style > and the iText to convert the XML to

Re: [iText-questions] XML to PDF: Right to Left text

2010-05-18 Thread 1T3XT info
Marek Spichalski wrote: > Is it possible to use Right-To-Left text orientation when using xml files Yes: http://1t3xt.info/examples/browse/?page=example&id=147 http://1t3xt.info/examples/browse/?page=example&id=157 > and tagmap files while generating PDF files? No. -- This answer is provided by

Re: [iText-questions] XML to pdf

2008-10-17 Thread 1T3XT info
siva papineni wrote: > Hi, > > I need to generate a pdf document which should contain dynamic > information and has to be formatted like a letter. (like some text need > to be bold , centered, italic , underline etc.,) ,so i created an xml > with few tags and the letter data, and parsed w

Re: [iText-questions] XML to PDF problem

2007-07-08 Thread Keith O
Thanks, Paulo! keith >From: "Paulo Soares" <[EMAIL PROTECTED]> >Reply-To: Post all your questions about iText here > >To: "Post all your questions about iText here" > Subject: Re: [iText-questions] XML to PDF problem >Date: Sun, 8 Jul 2007 12:04:5

Re: [iText-questions] XML to PDF problem

2007-07-08 Thread Paulo Soares
That's fixed in the CVS. Paulo - Original Message - From: "Keith O" <[EMAIL PROTECTED]> To: Sent: Sunday, July 08, 2007 7:19 AM Subject: [iText-questions] XML to PDF problem > Hi, > > The following (simplified version of example in CH 14 of iText in Action) > works using itextsharp 4.

Re: [iText-questions] XML to PDF: encoding

2007-04-03 Thread Marek Spichalski
Hi, Maybe I should embed my font in pdf? How can I add embedded fonts to use it in tagmap? Marek - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share y

Re: [iText-questions] XML to PDF: encoding

2007-04-03 Thread Marek Spichalski
Hi, This is a paragraph part in which I put my text And this is all my code for simple generation: Document document = new Document(); FontFactory.register("c:/windows/fonts/arialuni.ttf", "myarial"); PdfWriter.getInstance(docu

Re: [iText-questions] XML to PDF: encoding

2007-04-03 Thread Paulo Soares
A look at the XML and the code would be helpful. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Marek Spichalski > Sent: Tuesday, April 03, 2007 12:04 PM > To: Post all your questions about iText here > Subject:

Re: [iText-questions] XML to PDF: encoding

2007-04-03 Thread Marek Spichalski
Hi, Do those fonts have the characters? Yes. We appreciate more info IText generates the pdf but instead of Polish characters I got blank spaces. For example: "męcze się" becomes "mcze si". Which is not nice ;) I tried: FontFactory.register("c:/windows/fonts/arialuni.ttf", "myarial"); whe

Re: [iText-questions] XML to PDF: encoding

2007-04-03 Thread Bruno Lowagie (iText)
Marek Spichalski wrote: > I tried to use FontFactory to > register my own fonts Do those fonts have the characters? > but it didn't work. I will appreciate any clue :) We appreciate more info. Unless 'it doesn't work' is the literal message returned when the exception is thrown, we can't do any

Re: [iText-questions] XML to PDF

2007-03-03 Thread Bill Ensley
Have you mapped the lotus xml to itext xml or are you just expecting itext to "know" what kind of XML you are sending it? XML is not a language, it is a data storage and transfer mechanism. You probably need to create a custom SaxHandler to parse the lotus xml. -Bill Ensley www.bearprinting.

Re: [iText-questions] xml to pdf acroforms SAXiTextHandler question

2007-03-03 Thread Bruno Lowagie
Patrick Schweizer wrote: > But before I do that I have some questions: > - Is there a reason why the iText xml to pdf is not developed any longer? > E.g. no resources, technical problems, there is another framework that > covers that problem, ... Time was a big issue. But also: why invent an iT

Re: [iText-questions] XML to PDF

2007-03-03 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: > > I would be very interested if someone found a way to convert XML to PDF Please realize that this is a very vague requirement. What kind of XML do you want to convert to PDF? Mars? SVG? DocBook? XHTML? ... br, Bruno

Re: [iText-questions] XML to PDF

2007-03-02 Thread Bill Ensley
One word: Tutorial. Xml to PDF is simple and well documented. If you have specific questions once you get started, please ask again. -Bill Ensley www.bearprinting.com I would be very interested if someone found a way to convert XML to PDF Michael D Marcavage Re Date: Fri, 02 Mar 20

Re: [iText-questions] XML to PDF Query

2006-10-25 Thread Webber, David (NIH/OD) [C]
al Message- From: Anton Melser [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 4:13 PM To: Post all your questions about iText here Subject: Re: [iText-questions] XML to PDF Query > You can use xslt with FO to create a PDF directly from the XML via > stylesheet to PDF. >

Re: [iText-questions] XML to PDF Query

2006-10-24 Thread Zenith
Thanks David but I am using iText as API only Regards, Zenith - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Downloa

Re: [iText-questions] XML to PDF Query

2006-10-24 Thread Anton Melser
> You can use xslt with FO to create a PDF directly from the XML via > stylesheet to PDF. > True, but I for one would rather code java or .net than xslt any day! And FOP lacks quite a few things that if you need will cost... Cheers Antoine -

Re: [iText-questions] XML to PDF Query

2006-10-24 Thread Webber, David (NIH/OD) [C]
You can use xslt with FO to create a PDF directly from the XML via stylesheet to PDF.   DW   From: zenith cool [mailto:[EMAIL PROTECTED] Sent: Monday, October 23, 2006 3:43 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] XML to PDF Query   Hi EVery

RE: [iText-questions] [XML to PDF]Chinese character in XML

2005-02-14 Thread Paulo Soares
You need the encoding to be "Identity-H". (B (B> -Original Message- (B> From: [EMAIL PROTECTED] (B> [mailto:[EMAIL PROTECTED] On (B> Behalf Of Raymond (B> Sent: Sunday, February 13, 2005 2:19 PM (B> To: itext-questions@lists.sourceforge.net (B> Subject: [iText-questions] [XML to

RE: [iText-questions] XML To PDF

2004-03-10 Thread Bruno
Quoting "Zaki, Reham A" <[EMAIL PROTECTED]>: > Hi Bruno, > Sorry for bothering you again.I checked the ujac site but I couldn't find > sample of code in java of how I can have an XML output transformed to PDF After what I have heard it should be rather easy. I forward this to the developer of UJA

RE: [iText-questions] XML to PDF conversion...

2004-03-09 Thread Bruno
Christian Lauer has done some nice XML to PDF work with UJAC: http://ujac.sourceforge.net/ Quoting webguy <[EMAIL PROTECTED]>: > XML to PDF conversion...Don't know alot about itext , but I would imagine > the xml-pdf has been drop because of all the work being done in xsl-fo > projects > > e.g.

RE: [iText-questions] XML to PDF conversion...

2004-03-09 Thread webguy
Title: XML to PDF conversion... Don't know alot about itext , but I would imagine the xml-pdf has been drop because of all the work being done in xsl-fo projects   e.g. http://xml.apache.org/fop/ etc...   Justin     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [iText-questions] XML to PDF

2004-02-04 Thread Bruno
Quoting Manish <[EMAIL PROTECTED]>: > does anyone have any examples of such XML's? Just us XmlWriter to produce some. br, Bruno --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration

Re: [iText-questions] XML To PDF

2004-01-28 Thread Christian Lauer
Hi Jones, i've improved my stuff once more. It's possible now to load modules outside the main document by specifying it at the DocumentPrinter instance using its method loadModule. I've committed it all into CVS. I've attached an example, explaining the new feature. This example is also in CVS.

Re: [iText-questions] XML To PDF

2004-01-27 Thread Bruno
Quoting jones henry <[EMAIL PROTECTED]>: > Bruno, > > I tried the iText XML by handcoding it. It seems it is not generating the > PDF to use any other font except the default one. I used the following input > xml and program. You need to register those other fonts first. Take a look at http://w

Re: [iText-questions] XML To PDF

2004-01-27 Thread Christian Lauer
Hi Jones, if you like to use true type fonts in your PDF, you have to register it inside the document template using the tag, as you can see in the Fonts example on the project page. This is necessary, as the UJAC print module does NOT make use of the iText FontFactory. I've decided n

Re: [iText-questions] XML To PDF

2004-01-26 Thread jones henry
Bruno, I tried the iText XML by handcoding it. It seems it is not generating the PDF to use any other font except the default one. I used the following input xml and program. [code] test.java import java.io.FileOutputStream; import javax.xml.parsers.SAXParser; import javax.xml.pars

Re: [iText-questions] XML To PDF

2004-01-26 Thread Bruno
I forward this to the iText mailinglist. There is a lot of demand for a better XML DTD for iText. I think UJAC could be the answer. I'll put a link on my site to yours. I hope you'll get lots of response. br, Bruno Quoting Christian Lauer <[EMAIL PROTECTED]>: > Hi Bruno, > > thanks for your int

Re: [iText-questions] XML To PDF

2004-01-24 Thread Bruno Lowagie
jones henry wrote: Bruno, Thanks for pointing me in the right direction. I think the itext.dtd still says the attribute as font instead of font-family in the entity font.attributes. May be I am missing something here. Nobody has been working on the XML part of iText for a very long time. The DT

Re: [iText-questions] XML To PDF

2004-01-23 Thread jones henry
t;[EMAIL PROTECTED]> To: jones henry <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [iText-questions] XML To PDF Date: Fri, 23 Jan 2004 09:50:19 +0100 Quoting jones henry <[EMAIL PROTECTED]>: > It seems it is not taking the "font" attribute. It al

Re: [iText-questions] XML To PDF

2004-01-23 Thread Bruno
Quoting jones henry <[EMAIL PROTECTED]>: > It seems it is not taking the "font" attribute. It always puts font="unknown". See http://itext.sourceforge.net/src/com/lowagie/text/FontFactory.java more in specific the method: public static Font getFont(Properties attributes) As you can see, you have

RE: [iText-questions] xml to pdf: two simples problems

2003-10-16 Thread Paulo Soares
> -Original Message- > From: Jon [SMTP:[EMAIL PROTECTED] > Sent: Thursday, October 16, 2003 15:03 > To: [EMAIL PROTECTED] > Subject: [iText-questions] xml to pdf: two simples problems > > Hello, > > I use the xml way to create my pdf. > Despite several tries, I can't solve two si

RE: [iText-questions] xml to pdf in zn-TW

2003-02-11 Thread Paulo Soares
Are you asking questions about iText or FOP? iText can produce PDF from XML in any languange but doesn't support XSL-FO in the sense of FOP. Best Regards, Paulo Soares > -Original Message- > From: MattChan [SMTP:[EMAIL PROTECTED]] > Sent: Monday, February 10, 2003 10:43 > To: [EMAIL PRO

Re: [iText-questions] xml to pdf in zn-TW

2003-02-10 Thread David Thielen
You might want to look at www.WindwardReports.com     - Original Message - From: MattChan To: [EMAIL PROTECTED] Sent: Monday, February 10, 2003 3:43 AM Subject: [iText-questions] xml to pdf in zn-TW Dear all,     I have used FOP from xml.apache.org to

Re: [iText-questions] xml to pdf, text positioning

2003-02-04 Thread David Thielen
you might be able to do this with www.WindwardReports.com. thanks - dave - Original Message - From: "Bendik R.Johansen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 6:30 PM Subject: [iText-questions] xml to pdf, text positioning > Hello, > > I was wonde

Re: [iText-questions] xml to pdf, text positioning

2003-02-04 Thread Bruno
Quoting "Bendik R.Johansen" <[EMAIL PROTECTED]>: > Is there a simple way to do this like: > > (Pseudo code) > > Hello, world! > This kind of functionality is not provided in the XML package. > Also, is there a way to define an existing pdf to add text to, in xml? No, you will have to write

Re: [iText-questions] XML to PDF Conversion problem

2002-07-16 Thread Paul Cooley
I believe, if I haven't completely forgotten all of this, that you actually have call document.open() before trying to use the xml conversion. Otherwise, iText is attempting to write to a closed document. Before a document is open is when you can add the properties, encryption, etc. So try ad

Re: [iText-questions] XML to PDF

2002-05-23 Thread Matt Benson
Similarly, how could I preserve the outline's initial collapsed state that I get when I generate PDF directly but lose with the intermediate XML? Thanks again, Matt --- Matt Benson <[EMAIL PROTECTED]> wrote: > I want to maintain an iText XML document that I can > transform at will. To create th