  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | iText | nikel wrote
> Can you please send me a code example for a formatted text file?
Not if you don 't explain what you mean by formatted text
file. In what sense is it formatted? Is it formatted using
the
Can you please send me a code example for a formatted text file?
Thanks
Mo
Chowdhury Mo (ITC-ECOM) wrote
>
> Greetings
>
> I need the API for converting a txt file into pdf. Is it possible by
<font size "2 " >Hi I 've downloaded the source files and I found the bug... I really don 't know is it is a bug or not. <br >on line 924 of the PdfStamperImp I add the following if statement for removing
Bruno Lowagie (iText) wrote
>
> EagleEye666666 wrote
> > by the PDF Reference they should have now the wanted behaviour or not?
> > (Same
> > Value ... etc.)
>
> My experience with same-named fieEagleEye666666 wrote
> by the PDF Reference they should have now the wanted behaviour or not? (Same
> Value ... etc.)
My experience with same-named fields is that not all viewers
(not even Adobe RPhilipp.Stark@(protected) wrote
> Hi
>
> I want to export a jasperReport file to pdf but when I do this i get
> this error.
>
> java.lang.NoSuchMethodError
> com.lowagie.text.pdf.PdfContentByte
steve poling wrote
>
> Paolo
>
> Thanks for this information.
>
> > That 's not a bug. Fields with the same name must be created with a
> > single field dictionary and several widget kids one forHi
I want to export a jasperReport file to pdf but when I do this i get
this error.
java.lang.NoSuchMethodError
com.lowagie.text.pdf.PdfContentByte.transform(Ljava/awt/geom/AffineTrans
form )V
Kevin Brown wrote
> Had to parse the whole PDF file
> as your suggested to find the offending part.
OK thanks for the feedback.
Normally I 'll release a new tool next week
that will allow you to deBruno
I tracked down the error ... as always it was the operator. As background
we are creating a meld of RenderX XEP/VisualXSL using iText for creating
form fields. The code was creating one too mKevin Brown wrote
> The structure generated in PDF is
>
> 58 0 obj < </P 4 0 R/MK < </BG[0.67059 0.65882 0.93333]/BC[0 0 0] > >/FT/Tx/Ff
> 0/BS < </W 0/S/I > >/DA(/ArialMT 10 Tf 0 0 0 rg
> )/Subtype/Widget/VIdees Absurdes wrote
> hi all!
>
> As the subject says Is there anyway to copy the info from a PDFTemplate
> to a BufferedImage?
>
> We 're writing/rotating a rich text using a pdftemplate and pchoul wrote
> Hello
>
> I have a question about IText functionallity.
> I was wondering if IText is capable of retrieving the size of the file
> its writing to before it closes that file.
hi all!
As the subject says Is there anyway to copy the info from a PDFTemplate to
a BufferedImage?
We 're writing/rotating a rich text using a pdftemplate and now we need it
in a BufferedImage 'caI am having a problem that is quite perplexing. In code I am generating a
form by reading in an existing PDF and adding some form fields to it and
writing it out.
I add a submit button as part of th
Hello
I have a question about IText functionallity.
I was wondering if IText is capable of retrieving the size of the file
its writing to before it closes that file.
e.g.
If I concaAnd so I was. I copied that from one of the tutorials but hadn 't scrubbed the resulting java code well enough. Thanks alot!
-Aaron
On Tue 4 Sep 2007 17 50 46 +0100 "Paulo Soares " <psoares@(protected)Looks like you did an endText() too many when writing the page count
template.
Paulo
> -----Original Message-----
> From itext-questions-bounces@(protected)
> [mailto itext-questions-boI 'm using v2.0.4 and after generating a simple PDF with tabular layout with a header footer and page numbers I get an error from Acrobat Reader 8
"An error exists on this page. Acrobat may not dhttp //itext.svn.sourceforge.net/viewvc/itext/trunk/src/com/lowagie/text
/pdf/RandomAccessFileOrArray.java?view log
Paulo
> -----Original Message-----
> From itext-questions-bounces@(protected)
You are right it was the re-opening. I commited some changes in the SVN and
now in my machine what took 2 minutes takes just 5 seconds to run.
Where can one get the very last version of iText witkumar.singh@(protected) wrote
> Hi
>
> I am using iText java library to generate PDF 's dynamically. Can I
> generate PDF 's in multiple languages using itext. In othere words can
> Itext support muThere are examples in the online tutorial and in the book.
Paulo
> -----Original Message-----
> From itext-questions-bounces@(protected)
> [mailto itext-questions-bounces@(protected)Hi
I am using iText java library to generate PDF 's dynamically. Can I
generate PDF 's in multiple languages using itext. In othere words can
Itext support multiple languages?? If yes then can I haveHi
Do you know if there is an example code that signs a PDF document
several times?
Thanks
Lars
Paulo Soares wrote
> The certification can only be applied to the first signature. Furthermore i
> -----Original Message-----
> From itext-questions-bounces@(protected)
> [mailto itext-questions-bounces@(protected)] On
> Behalf Of masood
> Sent Tuesday September 04 2007Hi
I am working for a company there I have assignment to convert PDF (with
image) File to HTML File. Does itextsharp supports this feature? Kindly
let me know the result (very urgent).
Regards On Tuesday 04 September 2007 Pop Cristian wrote
> in version 1.4.8. It works in 1.3.6.
> Should I change some settings?Or is a bug?
Try upgrading to the latest release (2.0.4) with which it worksFont color table background color don 't work in rtf header
in version 1.4.8. It works in 1.3.6.
Should I change some settings?Or is a bug?
Thanks.
<html >
<head >
<META HTTP-EForget about getWidths() that 's only for single byte fonts.
String s "some text "
String out " "
for (int k 0 k < s.Length() ++k) {
char c s.getAt(k)
if (c > 32 && c < 128)
 |
|
 |