Is there a way/function/class to combine two or more MS Doc files into
one?
-Henry
--
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
not display on the page.
>
> Howard
>
> - Original Message
> From: Henry Lu <[EMAIL PROTECTED]>
> To: Post all your questions about iText here
>
> Sent: Thursday, February 14, 2008 10:26:42 AM
> Subject: Re: [iText-questions] rtf - strange charac
it and the page
> number does not display on the page.
>
> Howard
>
> ----- Original Message
> From: Henry Lu <[EMAIL PROTECTED]>
> To: Post all your questions about iText here
>
> Sent: Thursday, February 14, 2008 10:26:42 AM
> Subject: Re: [iText-ques
MS word 2003
Howard Shank wrote:
> So, what are you using to read the file that shows the unexpected
> character(s)?
>
> Howard
>
> - Original Message ----
> From: Henry Lu <[EMAIL PROTECTED]>
> To: Post all your questions about iText here
>
> Sent: Thu
newPage();
.
-Henry
Howard Shank wrote:
> Henry,
>
> Are you opening the RTF file with MS Office 2003 or some other reader
> application?
> Are you attempting to open the "text" of the RTF using a text editor?
>
> What are the "First few line:"
There is a strange/special/unexpected character at the very beginning of
my rtf file if i have following code after first few line:
Table t1 = new Table(2, (table_contents.length-1) * 2);
// t.setBorder(Rectangle.NO_BORDER);
// t.setDefaultCellBorder(Rectangle.NO_BORD
is: Paragraph.setLeading()
>
> Mark
>
> On Friday 08 February 2008, Henry Lu wrote:
>
>> Is there a way to manage/change the space between lines within the same
>> paragraph? And How?
>>
>> -Henry
>>
Is there a way to manage/change the space between lines within the same
paragraph? And How?
-Henry
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT
How do I create a table with no border displayed in RTF?
Table tbl = new Table(???);
tb.???
-Henry
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT
\itext\2.0.8\sou
rce_code\www\lowagie\images not found.
-Henry
Mark Hall wrote:
> Only the bcprov and bcmail jars are required. Place them in the lib
> directory.
> They should then be automatically included in the classpath.
>
> Mark
>
> On Thursday 07 February 2008, Henry
the source code.
>
> Mark
>
> On Thursday 07 February 2008, Henry Lu wrote:
>
>> Which one should I use?
>>
>> ProviderClean room JCE and provider SMIME/CMS TSP
>> OpenPGP/BCPG
>> Test Classes
>> JDK 1.6 bcprov-jdk1
Which one should I use?
ProviderClean room JCE and provider SMIME/CMS TSP
OpenPGP/BCPG
Test Classes
JDK 1.6 bcprov-jdk16-138.jar
bcmail-jdk16-138.jar
bctsp-jdk16-138.jar bcpg-jdk16-138.jar
bctest-jdk16-138.jar
-Henry
Mark Hall wrote:
I tried to rebuild the jar file and tried both
ant jar
ant release
and I got a lot of errors about missing import files like
import org.bouncycastle.cms.CMSEnvelopedData;
Am i missing some */dependencies/*
/jar file for compiling?
-Henry
It is for RTF. Thank you
1T3XT info wrote:
> Henry Lu schreef:
>
>> I am sorry. This for MS Word format
>>
>
> 1. iText doesn't create documents in the MS Word format,
> iText creates RTF.
> 2. Add RTF to the Subject line if you want an answer.
I am sorry. This for MS Word format
-Henry
1T3XT info wrote:
> Henry Lu schreef:
>
>> 1. remove blank line before table
>>
>
> What table: com.lowagie.text.Table or
> com.lowagie.text.pdf.PdfPTable.
>
>
>> 2. specify start page number
>>
I have used iText for a long time and I have to make some changes in
order to do the following tasks. I am wondering if all these features
are implemented in the 2.0.8?
1. remove blank line before table
2. specify start page number
3. add extra space before and after a page number
4. specify pad
Is there a way to convert pdf to rtf file?
-Henry
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it no
\text\ChukAspace.java
to do with:
1. number start page with any number
2. Table has option if there is an extra blank line at the top
3. A tine space for a very little height row in the table.
Would you like to adopt my code into next version release?
-Henry
Bruno Lowagie wrote:
> Henry
Mr. Bruno Lowagie:
In order to do something which are not implemented in the current itext,
I customized following files:
\text\Table.java
\text\rtf\RtfElement.java
\text\rtf\table\RtfTable.java
\text\rtf\table\RtfCell.java
\text\rtf\field\RtfPageNumber.java
\text\rtf\RtfChunk.java
and new clas
Is there a way to find out how many page in a document after a
processing (right before or after document.close();)?
-Henry
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly w
In RTF, how do we reduce the space between rows in table?
-Henry
SXrgio Oliveira wrote:
> Hi,
>
> Is it possible to change/set the permissions of a pdf file using
> iText? What I want is to set the permissions not to print in a
> existing pdf (well, it doenst´matter if I will need to copy it t
When I define
RtfFont plain11Font = new RtfFont("Arial", 11, RtfFont.STYLE_NONE);
What I realy got is font size 10. Why? How to fix it?
-Henry
SXrgio Oliveira wrote:
> Hi,
>
> Is it possible to change/set the permissions of a pdf file using
> iText? What I want is to set the permissions not
e RTF output:
Hello\u954Hello
Any idea?
-Henry
Mark Hall wrote:
>On Friday 26 January 2007 22:15, Henry Lu wrote:
>
>
>>How do I add greek characters in to my RTF file when I am generating a
>>RTF file?
>>
>>
>Add them with '\u' with the cor
How do I add greek characters in to my RTF file when I am generating a
RTF file?
-Henry
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opini
I have code:
public class ReportBuilderFactory extends PdfPageEventHelper
{
/** The Phrase that will be added as the header of the document. */
protected PdfPTable header;
/** The PdfPTable that will be added as the footer of the document. */
protected PdfPTable footer;
pu
Is there a way to not show the border of table of PdfPTable?
-Henry
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business
I got the following error when I run the program (PDF):
com.lowagie.text.pdf.ColumnText.showTextAligned(Lcom/lowagie/text/pdf/PdfContentByte;ILcom/lowagie/text/Phrase;FFF)V
code:
ColumnText.showTextAligned(cb, Element.ALIGN_CENTER, header,
(document.right() - do
Yes I did. But I couldn't find a single link to download all examples.
-Henry
Bruno Lowagie wrote:
>Henry Lu wrote:
>
>
>>Bruno Lowagie, I just received your book today. And I read the chapter
>>1, 1.2.1 - Running the examples in the book. And I couldn't find
Bruno Lowagie, I just received your book today. And I read the chapter
1, 1.2.1 - Running the examples in the book. And I couldn't find a zip
file for all examples in http://itext.ugent.be/itext-in-action/. Can you
tell me where it is now?
-Henry
--
rom: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Henry
>Lu
>Sent: Friday, December 01, 2006 2:47 PM
>To: Post all your questions about iText here
>Subject: Re: [iText-questions] table of contents - RTF
>
>
>Thank you very much! But what is
>
>chapterNumber? How do
ry.setFont(paragraphFont);
>Paragraph title = new Paragraph();
>title.add(tocEntry);
>title.add(titleChunk);
>Chapter chapter = new Chapter(title,chapterNumber);
>// add the chapter paragraphs to chapter
>document.add(chapter)
>
>Stuart
>
>-Original Message-
>From: [EMA
Is there anyone who can show me an working example of "Table of
contents" in RTF?
-Henry
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opin
To generate TOC in RTF, does each item in the TOC have to be a new Chapter? For
example, I have 10 different categories; each has its own items. What I'd like
to do is to list these 10 categories in the TOC. Can we do that?
-Henry
-
I got following wornings when I compile the source:
c:\java_dev\itext\1.4.5\source_code>ant jar
Buildfile: build.xml
jar:
compile:
[delete] Deleting directory
C:\java_dev\itext\1.4.5\source_code\build\bin\cla
sses
[mkdir] Created dir:
C:\java_dev\itext\1.4.5\source_code\build\bin\classe
Has the book been published? I have not received it.
-Henry
Mark Hall wrote:
>On Monday 27 November 2006 15:04, Henry Lu wrote:
>
>
>>Is there a way to generate tale of content in RTF?
>>
>>
>http://itextdocs.lowagie.com/tutorial/rtf/
Is there a way to generate tale of content in RTF?
-Henry
Mark Hall wrote:
>On Tuesday 21 November 2006 20:08, Henry Lu wrote:
>
>
>>Will display the height of the row much larger than the first one.
>>My question is how do we display an blank row with specified height?
-Henry
Mark Hall wrote:
>On Friday 17 November 2006 14:34, Henry Lu wrote:
>
>
>>To display only bottom line of border of header, I have code:
>>
>>But it displays whole border.
>>
>>Why? How to get it worked?
>>
>>
>The code looks
Thank you Bruno, for your info. I fixed the space between table. But I
tried all I can and still cannot make a footer and header with only one
line displayed. Could you give me some hint?
-Henry
Bruno Lowagie (iText) wrote:
>Henry Lu wrote:
>
>
>
>>Why? How to get it work
To display only bottom line of border of header, I have code:
Table headerTable = new Table(1);
//headerTable.setBorderColor(new Color(255,255,255));
//headerTable.setDefaultCellBorderColor(new Color(255,0,0));
headerTable.setBorderColorTop(new Color(255,255,255
Can some one tell me how to change the source code to manager the space
between tables?
-Henry
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share you
Thank for your response. Could you give a quick hint? I searched and
fialed to find an answer.
-Henry
Mark Hall wrote:
>On Thursday 16 November 2006 14:46, Henry Lu wrote:
>
>
>>How do I add two tables in to a document that there is no space at all
>>between two tables?
Is it possible to have different number of cells and size of cells in
one table?
first row: 2 columns: 60,40
second row: 3 columns: 50,30,20
...
-Henry
Mark Hall wrote:
>On Thursday 16 November 2006 14:46, Henry Lu wrote:
>
>
>>How do I add two tables in to a document that th
How do I add two tables in to a document that there is no space at all
between two tables?
doc.add(t1);
doc.add(t2);
the document will display the bottom line of table 1 at the top line of
table 2.
-Henry
Mark Hall wrote:
>On Thursday 16 November 2006 13:17, Henry Lu wrote:
>
>
("RIGHT");
cel.setBorder(Rectangle.TOP);
footerTable.addCell(cel);
-Henry
Mark Hall wrote:
>On Thursday 16 November 2006 13:17, Henry Lu wrote:
>
>
>>Thanks for your response. Could you send me a simple code for example? I
>>did that and it disp
I don't want a box. What I want really is a only top line of the box.
-Henry
Bruno Lowagie (iText) wrote:
>Henry Lu wrote:
>
>
>>Thanks for your response. Could you send me a simple code for example? I
>>did that and it displays with a box instead of a top line.
&
Thanks for your response. Could you send me a simple code for example? I
did that and it displays with a box instead of a top line.
-Henry
Mark Hall wrote:
>On Wednesday 15 November 2006 16:30, Henry Lu wrote:
>
>
>>In RTF, how do we print a footer with a solid blac
In RTF, how do we print a footer with a solid black line above it?
--
My
footer
page
1
hat space between which elements do you wish to reduce. Perhaps some example
>code of what you are doing and maybe an example of the incorrect document
>could be provided. Otherwise I'm just guessing.
>
>Greetings,
>Mark
>
>On Friday 10 Novem
I tried the followings in the RTF
t.setCellpadding(0.1F);
t.setCellspacing(0.1F);
And there is no difference at all.
-Henry
Mark Hall wrote:
>On Friday 10 November 2006 15:20, Henry Lu wrote:
>
>
>>In RTF, How do we set the space between rows of a tab
In RTF, How do we set the space between rows of a table and lines of
document? The default space is a littler bit large. Waht we'd like to do
is to reduce the space between rows/lines. Any idae?
-Henry
>
>
-
Using Tomcat
In RTF, How do we set the space between rows of a table and lines of
document? The default space is a littler bit large. Waht we'd like to do
is to reduce the space between rows/lines. Any idae?
-Henry
-
Using Tomcat but ne
In RTF, how do I specify the space between lines? The default one is too
much. What I'd like to do is to reduce a little bit of space between
lines and rows of tables.
-Henry
-
Using Tomcat but need to do more? Need to supp
In RTF, how do I specify the space between lines? The default one is too
much. What I'd like to do is to reduce a little bit of space between
lines and rows of tables.
-Henry
-
Using Tomcat but need to do more? Need to supp
In RTF, how do I specify the space between lines? The default one is too
much. What I'd like to do is to reduce a little bit of space between
lines and rows of tables.
-Henry
-
Using Tomcat but need to do more? Need to supp
How do we automatically hide the new-line mark in the RTF file when user
open the file?
-Henry
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology
How do we display a paragraph with different fonts inside? Example:
I am a student.
What I'd like to see is: I am a - font size=12
Student fontsize=14 with bold and underline.
-Henry
-
Using Tomcat but need to do more? Need
Could someone show me how to set/reset page number at anytime?
in RTF, how do we set page number inside of document? It seems to me
that no matter what I do, page number always start 1, 2,
how do we use
document.setPageNumber(int)
function to set an arbitrary number? Or should we use another fu
Mr. Hall, could you tell me how to change the source for:
On Tuesday 10 October 2006 17:52, Henry Lu wrote:
>> When we use Chapter, the Chapter title and number will be printed on the
>> page, which we DON't want to. Is there a way to remove the number and
>> title for th
(a bit), what limitations and capabilities exist
>and how to use them.
>
>Greetings,
>Mark
>
>On Tuesday 10 October 2006 16:23, Henry Lu wrote:
>
>
>>In RTF, how do i create table of contents page with page number of each
>>section? Can I add section first to
We just ordered the text book from the Amazon. But the book is not
publiched yet. How do I get the e-book right now? Should we order
another e-book? I thought the e-book is included in the text book, am I
right?
-Henry
Bruno Lowagie wrote:
>Henry Lu wrote:
>
>
>>Do you have
We just ordered the text book from the Amazon. But the book is not
publiched yet. How do I get the e-book right now? Should we order
another e-book? I thought the e-book is included in the text book, am I
right?
-Henry
Paulo Soares wrote:
>
>
>
>
>>-Original Message-
>>From: [EMAIL
19:13, Henry Lu wrote:
>
>
>>I am using RTF. How do I change the source.
>>
>>
>Get the source via CVS:
>http://sourceforge.net/cvs/?group_id=15255
>
>In the com.lowagie.text.rtf.table.RtfTable change line 168
> if(!inHeader
in RTF, how can i put footer only on all pages with exception of first
cover page?
-Henry
Mark Hall wrote:
>On Monday 09 October 2006 19:13, Henry Lu wrote:
>
>
>>I am using RTF. How do I change the source.
>>
>>
>Get the source via CVS:
>http://sourcefo
Mr. Lowagie, can I get the book to start working on the conversion?
-Henry
Bruno Lowagie wrote:
>Henry Lu wrote:
>
>
>>Do you have code in C# for examples in your book? If not I'd like to
>>contribute to it for free.
>>
>>
>
>No, I haven't
How do I set document of RTF so that the footer only starts at second
page and the page counter starts at second page. We use the first page
as cover page with no header and footer.
-Henry
-
Take Surveys. Earn Cash. Influen
I am using RTF. How do I change the source.
-Henry
Mark Hall wrote:
>On Monday 09 October 2006 18:21, Henry Lu wrote:
>
>
>>The output shows that there are some space between "Name" and the table
>>like the following:
>>
>>
>If you are talki
ment.add(t);
The output shows that there are some space between "Name" and the table
like the following:
Name:
t1. John Smith
t2. Mary Hill
...
How can I remove the empty line between "Name:" and "t1. John Smith"?
-Henry
Bruno Lowagie wrote:
>Henry
Do you have code in C# for examples in your book? If not I'd like to
contribute to it for free.
-Henry
Bruno Lowagie wrote:
>Henry Lu wrote:
>
>
>>How do I print table-of-contents like format?
>>
>>Introduction
Could someone help me to generate a text paragraph like following in RTF?
a asadf asdgfadsfa adsfgadsfa asdfasdf asdfsadf asdfsadfsadf
asdfsafsa sadfsadf asdfsadf
bb sbbsfdbsfdb sfdb sfdbsdf bdsfb sfdb sdfb dfsb dfsb dfsb
dsfb sfdb sfdb dfs
ccc cc asdfasd adsf
Mr. Lowagie, is it possible to sent me your draft book in e-format? I
realy need to read the book right now.
-Henry
Bruno Lowagie wrote:
>jerry wrote:
>
>
>>Hi,
>>
>>First i should thank you for the sample PDF file.
>>can u please give me a sample code to create such pdf files (like the sampl
s got size less than the
page width. The table never reachs the right side of the page.
One more question: How do I remove the border of table?
-Henry
Bruno Lowagie wrote:
>Henry Lu wrote:
>
>
>>Could some one show me an example how to create a text with the
>>following
two questions:
1. how do i print a table with no border?
2. how do I print a table with first column lef-alignment and second
column right-alignment?
I am using:
Table t = new Table(2, 4); // 2 columns, 4 rows
-Henry
Bruno Lowagie wrote:
>Henry Lu wrote:
>
>
>>How do I
Sorry about that. RTF.
-Henry
Bruno Lowagie wrote:
>Henry Lu wrote:
>
>
>>How do I print table-of-contents like format?
>>
>>Introduction Page 1
>>Chapter 1
How do I print table-of-contents like format?
Introduction Page 1
Chapter 1Page 2
Chapter 2Page 15
...
-Henry
--
Is this book for PDF only or for both PDF and RTF?
-Henry
Bruno Lowagie wrote:
>Henry Lu wrote:
>
>
>>Whick book are you having? How can I get it?
>>
>>
>
>It's not printed yet, but it's available in
>the Manning Early Access Program:
>http
Whick book are you having? How can I get it?
-Henry
Bruno Lowagie wrote:
>jerry wrote:
>
>
>>Hi,
>>
>>First i should thank you for the sample PDF file.
>>can u please give me a sample code to create such pdf files (like the sample
>>u
>>sent me)
>>
>>
>
>I thought I had sent you the lin
c cc
c
.
-Henry
Bruno Lowagie wrote:
>Henry Lu wrote:
>
>
>>Could some one show me an example how to create a text with the
>>following format?
>>
>>The text has 2000+ characters
>>What I'd like to print ou
Could some one show me an example how to create a text with the
following format?
The text has 2000+ characters
What I'd like to print out is:
first line is printed out across the page and rest of the text is
idented 1" from the left like this:
This is a test. But this should be printed in the
How do I stop this Subscribe?
-Henry
Charley Cartee wrote:
I'm using UJAC to build PDFs and I'm having trouble using a template
that is larger than 64k. The end of the document does not appear; the
cut off point appears to be after the last full table row before the
65536th byte
I've done
Can I convert a MS Doc to a PDF in the iText?
-Hnery
---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
Can someone show me how to do the followings?
1. Open an existing pdf file, f1.pdf
2. read through the file and replace text "ENTER-VAR" with a form text
field.
3. save the file to f2.pdf so the f2.pdf is an acroform file.
Ex:
f1.pdf is:
My name ENTER-VAR.
f2.pdf is:
My name ___
He
I go the following error when I merge multiple pdf files into one.
java.lang.NoSuchMethodError:
com.lowagie.text.pdf.PdfReader.consolidateNamedDestinations()V
Who do I resolve it?
-Henry
---
SF.Net email is Sponsored by the Better Software
82 matches
Mail list logo