gabriele d'ascoli wrote:
Thanks again, but
I have a PDF with an AcroForm. No fields are filled in initially
how do you created this PDF with AcroForm?
Acrobat 7 can create AcroForms; make sure Adobe LiveCycle doesn't
start, just add annotations (text field, button,... annotations).
Do
Thanks again, but
I have a PDF with an AcroForm. No fields are filled in initially
how do you created this PDF with AcroForm? Do you use a designer or a
library to create it?
which toll shall I use to create an itext compatible PDF?
(I think the problem is that I use Acrobat Designer to creat
gabriele d'ascoli wrote:
Thanks a lot Bruno for your support but
how can I send new pdf field values to server without XFA forms?
The only way, I think, is to save to file system the pdf modified by
user and then upload it again.
Am i wrong?
I don't understand the question, so I don't know i
Kai Hemme-Unger wrote:
Thanks for that hint.
Yes, I already use contentLength.
Now, I will add:
response.addHeader("Content-Disposition", "attachment;filename="
+ tempFile.getName());
I found out that the problem is solved by an update to Acrobat Reader 7.0.7.
That's not an expla
anation but at least some kind of solution. May be that will
help somebody else sometimes...
Thanks for your reply,
BR
Kai
> -Ursprüngliche Nachricht-
> Von: itext-questions@lists.sourceforge.net
> Gesendet: 03.05.06 15:29:21
> An: itext-questions@lists.sourceforge.ne
Le 3 mai 06 à 14:14, Kai Hemme-Unger a écrit :
Farid,
IE names the file that it reads from the FileStream. So naming of
the file is not in my scope. I have wondered why it names the file
like *.fdf, too...
BR,
Kai
Have you tried something like this ?
I suppose that as you ask question
Farid,
IE names the file that it reads from the FileStream. So naming of the file is
not in my scope. I have wondered why it names the file like *.fdf, too...
BR,
Kai
> -Ursprüngliche Nachricht-
> Von: itext-questions@lists.sourceforge.net
> Gesendet: 03.05.06 13:27:23
> An: itext-qu
Bruno,
thanks for your quick reply.
I opened the file in notepad, here are the first lines:
%PDF-1.4
%âãÏÓ
27 0 obj <>/Subtype/Image/Width 546>>stream
xíÝpÔõÇñ7ɰIÜt ",B l)Ó€PÒ©èuPZEgl'j¥Ö:éuæ€öª¶7bGnÎÃ
W®[2$h °ÁH~æ×d3É÷ÇjîËþü~Ÿ»ý~6>Ãìòý~÷Ìì+_ïÏ5W®\
There has
Hi Andre,
this looks like a binary datastream that might be prefixed by a "image"
command. However this datastream should not be feed to the postscript
parser. At the moment it is because of the completely missing support of
such embedded datastreams (and image operator).
If you cant fix it (pa
Hi Carsten,
thanks for your answer.
Here is the code of line 19 in my .eps-file:
[code, line 19]
%:HNW1+!n;c$!4r738H`Q(!!*'"!s&?$!<_L>!PnIt!Hi Andre,
>the problem is a unsupported character in the postscript file. The >postscript
>parser might have to be modified.
>Can you show us line 19 (colu
Hi Andre,
the problem is a unsupported character in the postscript file. The
postscript parser might have to be modified.
Can you show us line 19 (column 137) in your eps file?
Best regards,
Carsten
[EMAIL PROTECTED] schrieb:
Hello!
I use iText 1.3.6 and want to add an Image into my PDF. With
nline it will be commited.Paulo
> -Original Message-> From: eson tam [mailto:[EMAIL PROTECTED]]> Sent: Tuesday, April 04, 2006 3:45 PM> To: Paulo Soares;
itext-questions@lists.sourceforge.net> Subject: Re: [iText-questions] Re: iText-questions digest,> Vol 1 #3789 - 1 msg&g
At 10:45 AM 4/4/2006, eson tam wrote:
Attached please find the PDF file.
Thanks!
Now the problem is obvious...
4 0 obj<>endobj
This object in the PDF is invalid as the Kids array may NOT
contain a null. However, I am sure that Paulo can easily work around th
Sent: Tuesday, April 04, 2006 3:45 PM
> To: Paulo Soares; itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Re: iText-questions digest,
> Vol 1 #3789 - 1 msg
>
> Attached please find the PDF file.
>
> Eric
>
>
> On 4/4/06, Paulo Soares <[EMA
The only other information I need is the PDF itself.
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of eson tam
> Sent: Tuesday, April 04, 2006 11:55 AM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText
information.
Many Thanks,
EricOn 4/4/06, Paulo Soares <[EMAIL PROTECTED]> wrote:
What's the PdfLiteral value?- Original Message -From: "eson tam" <[EMAIL PROTECTED]>To: <
itext-questions@lists.sourceforge.net>Sent: Tuesday, April 04, 2006 8:30 AMSubject: [iTe
information.
Many Thanks,
Eric
On 4/4/06, Paulo Soares <[EMAIL PROTECTED]> wrote:
What's the PdfLiteral value?- Original Message -From: "eson tam" <[EMAIL PROTECTED]>To: <
itext-questions@lists.sourceforge.net>Sent: Tuesday, April 04, 2006 8:30 AMSubject: [iTe
What's the PdfLiteral value?
- Original Message -
From: "eson tam" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, April 04, 2006 8:30 AM
Subject: [iText-questions] Re: iText-questions digest, Vol 1 #3789 - 1 msg
Sorry that i cannot attach the problematic PDF file in t
Sorry that i cannot attach the problematic PDF file in the forum. Anyway, let me describe more findings in this issue.
When we traced the source code of PdfReader (v1.4), in line 3050, there is a line
iteratePages((PRIndirectReference)kids.get(k));
where kids is an ArrayList.
This class casti
Giorgio Arcangeli wrote:
Hi Bruno,I've a question.
Please post questions to the mailing list.
Please don't expect from me that I can
answer every question about iText individually.
I've a blank PDF with logos. I would like use this PDF as stationery.
That is I want write on this PDF and when
Giorgio Arcangeli wrote:
Thank you very much Bruno!
I see the tutorial al the url
http://itextdocs.lowagie.com/tutorial/general/copystamp/ and I reading
it (but the Part V AcroForm is under costruction)
I know, I stopped writing the tutorial when I started writing the book.
In the book cha
Giorgio Arcangeli wrote:
Thanks Bruno, you are helpful form me!
I have a another question (very little, hope...)
I don't understand well the difference between form flatten and other
form ?
You have two PDFs that contain an AcroForm (note that XFA is not
supported in iText).
You use iTex
Giorgio Arcangeli wrote:
Hi,
I have a problem (and then a question!)
I have one pdf PfdA with a form and another pdf PdfB with a form.
I want read PdfA and fill the form, read PdfB and fill then form, then
append this result to new pdf with 2 pages and send it to browser.
How do I do that?
25 AM
To: 'itext-questions@lists.sourceforge.net'
Subject: [iText-questions] Re: iText in Action
bruno wrote:
> I got a contract with five milestones.
> - Chapter 1 (4 reviewers)
> - 1/3 of the book (15 reviewers)
> - 2/3 of the book (10 reviewers)
> - 3/3 of the book (?)
bruno wrote:
I got a contract with five milestones.
- Chapter 1 (4 reviewers)
- 1/3 of the book (15 reviewers)
- 2/3 of the book (10 reviewers)
- 3/3 of the book (?)
- production version
I have now reached the fourth milestone.
I am expecting a GO or a NO GO tonight.
Or maybe a 'GO, on condition
Hi,
I am new to Itext, Can I have an example where in i can add the application
number(#) to an existing pdf application document while the client downloads
the pdf form.
My senario is , When an end user clicks the link to open a pdf
applicationform. I need to append the new application form
Kmet, Bill wrote:
Is there an example on your website in the tutorial section, or am I just
blind?
You're not using the mailing list and you've probably overlooked the
PageNumbersWatermark example:
http://itextdocs.lowagie.com/tutorial/directcontent/pageevents/
http://itextdocs.lowagie.com
Kmet, Bill wrote:
I have recently been testing out Itext and I notice that if I try to add a
watermark during the create process the pdf comes out at 206kb, if I add the
watermark afterwards instead the pdf is 13kb, any ideas why or how I can add
a watermark during the process and avoid the big
Andreas Schildbach wrote:
Paulo Soares wrote:
Use the encoding BaseFont.IDENTITY_H.
Just for the records: This one did the trick for MS Arial Unicode.
What does this encoding mean? It does not appear to be documented
anywhere.
It is mentioned in the tutorial and it will be explained in
Paulo Soares wrote:
Use the encoding BaseFont.IDENTITY_H.
Just for the records: This one did the trick for MS Arial Unicode.
What does this encoding mean? It does not appear to be documented anywhere.
I am also puzzled about the fact that the resulting document is only 4
MB in size, whereas
Changing
PdfContentByte dc = stamper.getWriter().getDirectContent();
to
PdfContentByte dc = stamper.getUnderContent(1);
Brought all the objects over (thanks!) except for the image that was in
reader1... any clue as to why? Does PdfImportedPage include images?
Thanks!
>>> Bruno Lowagie <[EMAIL
Omar F. Rodriguez wrote:
i am completly agree with you, about that i dont have to do everything
that somebody else thought, but what i can say, is not my choice, i
must show the data in pdf because they wanted in that way, because
they thought that the generated pdf file can be saved by the us
Omar F. Rodriguez wrote:
ok, sorry again, this is what i am trying to do,
please keep on the mailing list.
first i want that my users, using a browser, type some info, and
upload two images that i need to store in a oracle database.
OK, that's a pretty common situation.
then, i must show
Omar F. Rodriguez wrote:
please forgive me if the last message was a little confusing, but i
dont get any exception from itext when i generate the PDF document in
the browser,
You still confuse us: what is 'generating PDF in the browser'?
To me, it sounds like you have an HTML page with an ap
please forgive me if the last message was a little confusing, but i dont get
any exception from itext when i generate the PDF document in the browser,
the plugins says that the document is damaged and cant be repaired, that is
all i got from the acroread plugin, installed in the browser, i am us
orge.net
> Subject: [iText-questions] Re: iText --- document.add() with stamp
>
> I posted this to comp.text.pdf and it was suggested that I
> post this here.
>
> I am trying to add a table to the bottom of a pdf file with
> out too much difficulty. Can anyone help?
>
&g
I posted this to comp.text.pdf and it was suggested that I post this here.
I am trying to add a table to the bottom of a pdf file with out too much
difficulty. Can anyone help?
If I use table.writeSelectedRows I have to constantly check where to put the
next table and add a new page etc. Isn't
I got it working, and you were right.
Thanks
From:
Ricardo Coutinho [mailto:[EMAIL PROTECTED]
Sent: 09 November 2005 14:39
To: John Wylie; John Wylie;
itext-questions@lists.sourceforge.net
Subject: RE: [iText-questions] RE:
iText with Tomcat
I had a similar problem
Bear,
"Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)"
Paulo has suggested PJA toolkit http://www.eteks.com/pja/en/
I will give that a try shortly, it sounds like the solution.
Will let you all know if this works
Than
@lists.sourceforge.net
Subject: RE: [iText-questions] RE: iText with Tomcat
In Microsoft parlance: talk to your system administrator. I've no idea how
linux works.
> -Original Message-
> From: john wylie [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 09, 2005 4:55 PM
> To: Paul
e X11 server is
> not running.
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On
>> Behalf Of john wylie
>> Sent: Wednesday, November 09, 2005 3:09 PM
>> To: Ricardo Coutinho; itext-questions@lists.sourceforge.net
>>
Maybe this will work: http://www.eteks.com/pja/en/
> -Original Message-
> From: John Wylie [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 09, 2005 5:08 PM
> To: Paulo Soares; 'Ricardo Coutinho';
> itext-questions@lists.sourceforge.net
> Subject: RE:
Is your java runtime at least 1.4? I don't think the virtual
graphics environment was included until then.
(The alternative is setting up real (or virtual) X11 display but
most sysadmins will strongly encourage you to find another solution.)
Bear
John Wylie wrote:
> I have just uploaded my app
ists.sourceforge.net
> Subject: Re: [iText-questions] RE: iText with Tomcat
>
> So what do I need to do to rectify the problem?
>
> Thanks in advance
>
> (it's not that I am lazy, just that I don't want to break anything)
>
> On 9/11/05 15:57, "Paulo Soares&quo
o; itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] RE: iText with Tomcat
>
> Thanks
>
> I added this line to my code
>
> System.setProperty("java.awt.headless","true");
>
> I don’t get the x11 error anymore, b
Title: Re: [iText-questions] RE: iText with Tomcat
Thanks
I added this line to my code
System.setProperty("java.awt.headless","true");
I don’t get the x11 error anymore, but I now get the error below:
java.lang.NoClassDefFoundError
java.lang.Class.fo
You need a X11 server if you want to use Graphics2D.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of John Wylie
> Sent: Wednesday, November 09, 2005 2:23 PM
> To: John Wylie; itext-questions@lists.sourceforge.net
> Subject:
I had a similar problem. You have to set
this parameter at JVM startup -Djava.awt.headless=true
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John Wylie
Sent: 09 November 2005 15:23
To: John Wylie;
itext-questions@lists.sourceforge.net
Subject: [iText-questions
I have just uploaded my app to my live
tomcat server which is Redhat Linux.
Although It runs ok locally on my windows
machine, I get the error below when run from the web server.
java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY va
Hi Dave
> I am trying to create a bitmap from a windows metafile. The problem I am
> having is I get a EXTTEXTOUT with a string that is a single byte of 0xE5
> (keep in mind that a metafile treats strings as a sequence of bytes and
I
> assume DBCS bytes - not unicode).
>
> The font I am using is
On Tuesday 27 September 2005 17:05, Eric Thureau wrote:
> In pdf at the end of my loop, i do a doc.setPageCount(0) and
> it 's ok.
> How do you do for rtf format?
This is currently not possible in the rtf writer. I'll put it on the list of
future suggestions.
Greetings,
Mark
--
Q: Know what the
Simona wrote:
I have to complete my PDF document in a short time, so I think I
cannot wait for release 1.3.4.
Release 1.3.4 has just been put online @ SourceForge. I only have to
update the lowagie.com site.
Since for iText 1.3 jar you wrote "...The iText jar is compiled with the JDK1.4.
bruno lowagie.com> writes:
>
> vlxlb tin.it wrote:
>
> >Hi,
> >I would like to know which is the latest iText release "proved" on
> >java 1.3.1.
> >
> >
> As nobody answers this question, I will reply: I have no idea what you
> mean with proved. I don't make releases compiled with 1.3, but
EricdJ wrote:
Hi! I have been trying to figure out if iText can take, for
example, a 12page PDF document and break it up into 12
single page PDF files.
I haven't been able to find this information on the iText
website or SourceForge.
Do you know if this capability exists?
String[] arg
Axl wrote:
Message body follows:
Hello,
I'd like to embed video clips into a table or into the text.
Is this possible?
I've found the PdfAction.Rendition method that seems to be
my best choice, but it is not documented... is there any
help available?
The table would have to be a PdfPTable.
Karen Vardanyan wrote:
In the FloatingBoxes example Demonstrates how to simulate cellspacing
as in HTML.
Yes.
How can be modified borderWidth in FloatingBoxes example, for each
cell individually ?
I wouldn't adapt the FloatingBoxes example, but write a new one instead.
Adapting examples wi
Farid KHEZZAR wrote:
Thank you for your answer.
The solution was obvious i don't know why i'haven't found it !
;-)
I'm really sorry i didn't mean to make you lose your time, i won't disturb you
anymore.
No problem. I'm in the process of writing.
What's good for the book is bad for my t
Farid KHEZZAR wrote:
i'm sorry but in the Romeo and Juliet example you only use your variable 'act'
in "onEvent" methods : onchapter, onendpage but NOT in your method main
That's only a detail. I think you're the one that doesn't understand.
: this is
the problem. I hava tested and retested
i'm sorry but in the Romeo and Juliet example you only use your variable 'act'
in "onEvent" methods : onchapter, onendpage but NOT in your method main : this
is
the problem. I hava tested and retested and reretested i can't use a variable
like 'act' initilazed in the main methods in other event
Farid KHEZZAR wrote:
hi bruno
Hi,
please use the mailing list address if you have a question:
itext-questions@lists.sourceforge.net
i'm using the iText library to generate pdf files,
i have headers and footers which are built in the onEndPage method and to build
them i need variables ini
[EMAIL PROTECTED] wrote:
Hi,
There is possible and how can I use itext on an iseries machine
I'm development and web application using websphere application
studio, in my windows machine itext is working perfect, but I have to
deploy the proyect on an Iseries machine with:
IBM HTTP Serv
Vlad.Gleiberman wrote:
Bruno,
I wrote to you more than a year ago about using iText
for creating documents at the Victoria University in Melbourne.
I remember the transcript of records you have sent me ;-)
Please use the mailing list for specific questions.
Finally we started really imple
_flat_line_ wrote:
Hi Bruno, my name's Andrew and I'm an italian java
programmer.
Hi Andrew, I forward your question to itext-questions@lists.sourceforge.net
I'm using IText in order to merge several PDF
files that are the result of a XSL-FO+FOP transformation of
XML files. I'm writing to
At 14:29 18.05.2005, you wrote:
Steve Appling wrote
The border on each side of a cell can be turned on or off using
setBorder. Individual border sides can even be different widths or
colors. All of the border related methods for Cells and PdfPCells are
in the base class Rectangle.
Hello,
ok, I c
; itext-questions@lists.sourceforge.net
> Subject: RE: [iText-questions] Re: Itext Performance
>
> a new PdfReader(pdf) takes 297 ms
>
> >From: "Paulo Soares" <[EMAIL PROTECTED]>
> >To: "Xavier Robert"
> ><[EMAIL PROTECTED]>,
> >Subject:
a new PdfReader(pdf) takes 297 ms
From: "Paulo Soares" <[EMAIL PROTECTED]>
To: "Xavier Robert"
<[EMAIL PROTECTED]>,
Subject: RE: [iText-questions] Re: Itext Performance
Date: Tue, 10 May 2005 16:42:25 +0100
What's the time it takes just to "ne
What's the time it takes just to "new PdfReader(pdf)"?
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Xavier Robert
> Sent: Tuesday, May 10, 2005 4:26 PM
> To: itext-questions@lists.sourceforge.net
>
Thank you for your response.
All right, an ID isn't a good way of work.
But why the performance are so different ?
On my computer :
- 1st method
1422 pages ->10234 ms
- 2nd method
1422 pages -> 1515 ms
Is there a better method ?
Moreover how can I find a intelligent way ?
-
- Original Message -
From: "Leonard Rosenthol" <[EMAIL PROTECTED]>
To: "Jeff Buhrt" <[EMAIL PROTECTED]>;
Sent: Wednesday, March 23, 2005 3:18 PM
Subject: [iText-questions] Re: [iText-questions]
setViewerPreferences(FitWindow|CenterWindow) doesn't se
At 03:19 PM 3/22/2005, Jeff Buhrt wrote:
PdfWriter's
setViewerPreferences(PdfWriter.FitWindow|PdfWriter.CenterWindow) doesn't
seem to change the settings seen in File->Print from inside the browser.
Of course not.
Those are options for VIEWING - NOT for Printing.
Is there a way t
HHHAAANNN:)
Przemek
On Fri, 11 Mar 2005 10:48:55 -
"Paulo Soares" <[EMAIL PROTECTED]> wrote:
> You don't have to position it absolutely. Call
> Barcode.createImageWithBarcode() as use it as any other image.
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [ma
exec(String[])
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Karsten Knetsch
> Sent: Monday, February 21, 2005 3:27 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] concat pdf won´t work on pathes with
>
> hello,
>
t;
To: "Paulo Soares" <[EMAIL PROTECTED]>
Sent: Tuesday, February 15, 2005 7:26 PM
Subject: RE: [iText-questions] RE: iText PDF417 non-printing ASCII chars?
thanks Paulo,
Can I pass in the whole string with embedded \u0035 in when calling
setText(byte[]) ?
like: "This is my strin
Use setText(byte[]). If you use setText(String) the chars below \u0020 won't
be converted.
- Original Message -
From: "Damian Breland" <[EMAIL PROTECTED]>
To: "Damian Breland" <[EMAIL PROTECTED]>;
Sent: Monday, February 14, 2005 10:15 PM
Subject: [
From: Damian BrelandSent: Mon
2/14/2005 5:07 PMTo:
itext-questions@lists.sourceforge.netSubject: iText PDF417
non-printing ASCII chars?
Hello, I have a PDF417
barcode that I need to use non-printing ASCII chars for data delimiters. ie: EOT
(Hex 04), GS (Hex 1D), RS (Hex 1E). How can I
Sagar Kar wrote:
Hi Bruno,
I was trying to indent a line thats within an paragraph.
How do I do that? Its like I want to emulate tha tab functionality.
Tabs are not supported in iText.
I am using the xhtml to pdf converter. i.e the SAXmyHtmlHandler
Wouldn't the solution be to stop the paragraph
Jon Mitchell wrote:
Message body follows:
I would like to view information about iText on your website,
but I can't seem to get to it. When will it be available?
http://www.lowagie.com/iText/
http://itext.sourceforge.net/tutorial/
Specifically I am interested in merging several PDF documents
At 04:55 AM 1/25/2005, Mitterbucher Wolfgang wrote:
For Adobe Designer 6 you are right there is an pdf tag with the pdf blob
(base64 encoded)!
But when i design a form in Designer 7 the pdf tag is empty !!
I haven't had a chance to look at the XDP from Designer 7, but it
is my understandin
: Re: [iText-questions] RE: itext and xfa/xdp forms
At 11:58 AM 1/21/2005, Wolfgang Mitterbucher wrote:
>what must i do to convert a xdp (out of an Designer 7) to a pdf in iText?
You must parse the XML and find the object (encoded as
Base64) and extract it. It's a real PDF that
At 11:58 AM 1/21/2005, Wolfgang Mitterbucher wrote:
what must i do to convert a xdp (out of an Designer 7) to a pdf in iText?
You must parse the XML and find the object (encoded as
Base64) and extract it. It's a real PDF that you can then use with iText.
Are there special xdp functions
Hello,
what must i do to convert a xdp (out of an Designer 7) to a pdf in iText?
Is it also possible to store this pdf as an eg. version 1.3 ?
Are there special xdp functions in iText so that i can retrieve
objects like DataConnection, or must this be done via sax..?
Thanks in advance
Wolfgang
The value must be a name not a string.
- Original Message -
From: "wang yun" <[EMAIL PROTECTED]>
To:
Sent: Sunday, January 02, 2005 6:48 AM
Subject: [iText-questions] Re: iText-questions digest, Vol 1 #2541 - 4 msgs
> Dear Support,
>
> I want to add 3 chec
Dear Support,
I want to add 3 check boxs with the FieldName
"CreditCard1". I want to "Visa" to be the default
value and checked. The new pdf "out.pdf" looks OK.
But, as I use: String value =
form.getField("CreditCard1") to get the value of this
check box. The return value is empty.
Please do m
Eric Anderson wrote:
I know it sounds like a cheap answer, but couldn't you just use the .net
component and expose that as a com object? Or use java api from your C++ app to
expose it?
The reason I suggest these cheap but simple ones, is the direct C# port of
iText. With all of the classes of the .
At 09:37 AM 12/22/2004, Eric Anderson wrote:
I know it sounds like a cheap answer, but couldn't you just use the .net
component and expose that as a com object?
Not on OS platforms other than Windows ;).
Or use java api from your C++ app to expose it?
Yes.
Or use a techniqu
I know it sounds like a cheap answer, but couldn't you just use the .net
component and expose that as a com object? Or use java api from your C++ app to
expose it?
The reason I suggest these cheap but simple ones, is the direct C# port of
iText. With all of the classes of the .Net framework at the
At 03:03 AM 12/22/2004, Bruno wrote:
> I discovered iText it's amazing !!!
> I'm a C++ developper for 7 years.
> I would like to offer some of my time to port iText in C++ .
> What do you think of this idea.
If you decide to do this, I'll be happy to help where I
can. I've been wanting a
Quoting Stephane Basile <[EMAIL PROTECTED]>:
> Hi,
>
> I discovered iText it's amazing !!!
> I'm a C++ developper for 7 years.
> I would like to offer some of my time to port iText in C++ .
> What do you think of this idea.
It's always interesting to have a port in other languages.
There is a J#
Mark Hall wrote:
Do you intend to convert the tutorial into a similar xml based format?
Yes,
I already started making an XML for your Chapter 8.
It's in CVS, but I didn't test it yet.
I would like to generate build.xml files to compile and run
the examples from that XML (see example.xsl) as well as
Marco Rossi wrote:
>Hi guys,
>is there any designer tool for iText to help the document layout?
>
>Thanks in advance,
>Marco
>
You have sent your mail to the mailinglist admin instead of the mailinglist.
There are some higher level tools that allow you to make a design for your PDF,
but instead of
Use the built-in CJK fonts.
From: Paulo Soares Sent: Thursday,
September 23, 2004 5:18 PMTo: 'Dharmendra Thakur';
[EMAIL PROTECTED]Subject: RE: [iText-questions]
Re: itext
You can't merge with a non embedded font
(mingliu).
Best Regards,
You can't merge with a non embedded font
(mingliu).
Best Regards,
Paulo Soares
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Dharmendra ThakurSent: Thursday, September 23, 2004 12:22
PMTo: Paulo Soares;
[EMAIL PROTECTED]Subject: [iText-question
Are you sure you have a chinese font in the form? If you want you
can send me the form and the fdf.
Best Regards,
Paulo Soares
From: Dharmendra Thakur
[mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004
4:28 PMTo: [EMAIL PROTECTED]; Paulo
SoaresSubject: itext
[mailto:[EMAIL PROTECTED] On
> Behalf Of Bruno Lowagie
> Sent: Thursday, September 16, 2004 10:30 AM
> To: Igor Kostic; [EMAIL PROTECTED]
> Subject: [iText-questions] Re: itext problem
>
> Igor Kostic wrote:
>
> >I have a pdf form with textboxes and comboboxes. I use iText
Igor Kostic wrote:
I have a pdf form with textboxes and comboboxes. I use iText AcroFields
to populate and read the fields.
In my program I have to add choices to an existing combobox.
I guess it should be done somehow with TextField.setChoices(String[]
choices) - the problem is how to get a Text
Try a java.io.ByteArrayOutputStream instead of the FileOutputStream
==
Rich Freedman
Sr. Software Engineer
Cross Current Corp.
http://www.crosscurrent.com
==
> -Original Message-
> From: "Richard Corfield" <[
Why do you want to do that? The pdf format is always binary
even if in some cases you only see text.
Best Regards,
Paulo Soares
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of S
LamSent: Wednesday, June 09, 2004 7:35 AMTo:
[EMAIL PROTECTED]Subject: [iText-q
Woodchuck yahoo.com> writes:
>
> I've followed the tutorial instructions and other
> instructions elsewhere but I'm always getting a blank
> page and yes, I am calling the
> response.setContentLength()..
>
nevermind, it finally worked when i added these 3
lines:
response.setHeader("Expir
For the MS-Word DOC conversions, you could look at JooConvertor
(http://wonderlogic.com/tiki/tiki-index.php?page=JooConverter) which uses
OpenOffice.org in server mode.
Currently, I'm using iText to convert images to PDF with no problems. In
fact, iText increased the speed of conversion (which wa
Hello,
I forward this to the mailing-list. It is very difficult
to extract text(structures) from a PDF. The result depends
a great deal on the way the PDF was constructed, so there
could be more than one answer to your question...
Quoting Álvaro Izquierdo <[EMAIL PROTECTED]>:
> Hello Bruno,
>
>
1 - 100 of 190 matches
Mail list logo