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
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
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
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
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.
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
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
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:
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
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
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.
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
[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
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
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.
>
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
> 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
-
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
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
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
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.
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
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
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.
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
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
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
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
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
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
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
> -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
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
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
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
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
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
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
38 matches
Mail list logo