On Tue, Jul 20, 2010 at 5:43 PM, 1T3XT BVBA wrote:
> On 07/20/2010 05:48 PM, Mark Storer wrote:
>> You'll want to check out the org.itextpdf.text.pdf.parser package. I
>> don't know that there are any examples that use it yet. Bruno?
> Yes, there are examples in chapter 15 of the second revision.
There was another SVG->Graphics2D library mentioned on the list a while
back... you might try that.
But first, some diagnostics. What, if anything, is in your template?
System.out.println(template.getInternalBuffer().toString());
And what is the bounding box of your template?
Rectangle templR
On 07/20/2010 05:48 PM, Mark Storer wrote:
> You'll want to check out the org.itextpdf.text.pdf.parser package. I
> don't know that there are any examples that use it yet. Bruno?
Yes, there are examples in chapter 15 of the second revision.
The examples can already be found on itextpdf.com,
but so
> My god, you speak PDF! Think I'm going to have to learn to do
> likewise.
Correct on both counts:
http://www.adobe.com/devnet/acrobat/pdfs/PDF32000_2008.pdf
Enjoy.
> Did you use a tool to 'look into' the PDF to help you diagnose
> this? When I look at the PDF in a text editor, everything is
It is not. HOWEVER, there's this old, no-longer-maintained, Apache
project called FOP that does XSL-FO->PDF.
--Mark Storer
Senior Software Engineer
Cardiff.com
import legalese.Disclaimer;
Disclaimer DisCard = null;
From: Indie [mailto:akhil.ka
No problem.
I did completely miss that you were on itext sharp though, otherwise I wouldn't
have replied (With a java answer!) lol.
Good luck with whatever project your on :-)
Matthew
-Original Message-
From: d_dolan [mailto:damiendo...@gmail.com]
Sent: 20 July 2010 16:23
To: itext-que
Thank you very much for your suggestions and I got the desired effect. I am
new to itextsharp and I appreciate your patience in helping me. Again thank
you very much it is greatly appreciated.
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Dump-contents-of-array-li
Hi
I have just downloaded ITextSharp and want to convert xml document to pdf
document. I want to first apply the xsl-fo on the xml document to create the
pdf file. Is this possible using ITextSharp? If yes, could you direct me to
sample code?
Thanks a lot.
Cheers
Akhil
--
See attached PDF output.
Hope this helps.. seems to be relatively easy :-)
package whatever.you.want;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.Polygon;
import java.awt.geom.Rectangle2D;
import java.io.FileOutputStream;
import java.io.IOException;
import com.lowagie.te
Confused why this wouldn't work.. I'll give it a quick go...
-Original Message-
From: d_dolan [mailto:damiendo...@gmail.com]
Sent: 19 July 2010 18:52
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] Dump contents of array list into one cell
I am trying to dump a coll
d_dolan wrote:
> I am trying to dump a collection of data from a array list into one cell.
What do you mean by "data".
Are you talking about an array of Element objects such as Phrase,
Paragraph, PdfPTable,...
In that case, it's easy: create a PdfPCell and use addElement to add
every Element ins
I am trying to dump a collection of data from a array list into one cell.
Then when the array list is empty move onto the next one. I have tried
every combination of For loops and Do while loops but cannot get it to work
correctly. Looking for a push in the right direction.
Any help would be g
Paul Russell wrote:
> Did you use a tool to 'look into' the PDF to help you
> diagnose this? When I look at the PDF in a text editor, everything is
> compressed, so I can't see the underlying operators.
We have this tool called RUPS.
See: http://www.flickr.com/photos/itextinaction/4484123398/
It's
13 matches
Mail list logo