[iText-questions] combine ms doc files

2010-08-31 Thread Henry Lu
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.

Re: [iText-questions] rtf - strange character at the beginning

2008-02-14 Thread Henry Lu
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

Re: [iText-questions] rtf - strange character at the beginning

2008-02-14 Thread Henry Lu
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

Re: [iText-questions] rtf - strange character at the beginning

2008-02-14 Thread Henry Lu
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

Re: [iText-questions] rtf - strange character at the beginning

2008-02-14 Thread Henry Lu
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:"

[iText-questions] rtf - strange character at the beginning

2008-02-14 Thread Henry Lu
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

Re: [iText-questions] rtf space between lines

2008-02-08 Thread Henry Lu
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 >>

[iText-questions] rtf space between lines

2008-02-08 Thread Henry Lu
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

[iText-questions] RTF: table tieh no border

2008-02-08 Thread Henry Lu
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

Re: [iText-questions] rebuild the jar from source code

2008-02-07 Thread Henry Lu
\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

Re: [iText-questions] rebuild the jar from source code

2008-02-07 Thread Henry Lu
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

Re: [iText-questions] rebuild the jar from source code

2008-02-07 Thread Henry Lu
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:

[iText-questions] rebuild the jar from source code

2008-02-07 Thread Henry Lu
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

[iText-questions] RTF question Re: 4 questions about 2.0.8

2008-02-07 Thread Henry Lu
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.

Re: [iText-questions] 4 questions about 2.0.8

2008-02-07 Thread Henry Lu
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 >>

[iText-questions] 4 questions about 2.0.8

2008-02-07 Thread Henry Lu
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

[iText-questions] pdf to rtf

2007-06-01 Thread Henry Lu
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

Re: [iText-questions] rtf

2007-03-12 Thread Henry Lu
\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

[iText-questions] rtf

2007-03-09 Thread Henry Lu
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

[iText-questions] RTF: total page count

2007-02-06 Thread Henry Lu
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

[iText-questions] RTF: reduce the space between rows in table

2007-02-06 Thread Henry Lu
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

[iText-questions] RTF fonts

2007-02-06 Thread Henry Lu
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

Re: [iText-questions] Create RTF file with greek char

2007-01-29 Thread Henry Lu
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

[iText-questions] Create RTF file with greek char

2007-01-26 Thread Henry Lu
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

[iText-questions] Header problem

2007-01-03 Thread Henry Lu
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

[iText-questions] pdfptable

2007-01-03 Thread Henry Lu
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

[iText-questions] error!!

2007-01-03 Thread Henry Lu
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

Re: [iText-questions] examples zip file

2006-12-15 Thread Henry Lu
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

[iText-questions] examples zip file

2006-12-15 Thread Henry Lu
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 --

Re: [iText-questions] table of contents - RTF

2006-12-01 Thread Henry Lu
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

Re: [iText-questions] table of contents - RTF

2006-12-01 Thread Henry Lu
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

[iText-questions] table of contents - RTF

2006-12-01 Thread Henry Lu
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

[iText-questions] Table of contents - RTF

2006-11-30 Thread Henry Lu
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 -

Re: [iText-questions] compile using GCJ

2006-11-28 Thread Henry Lu
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

[iText-questions] book

2006-11-27 Thread Henry Lu
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/

[iText-questions] RTF- table of content

2006-11-27 Thread Henry Lu
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?

Re: [iText-questions] Border - RTF

2006-11-17 Thread Henry Lu
-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

Re: [iText-questions] Border - RTF

2006-11-17 Thread Henry Lu
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

[iText-questions] Border - RTF

2006-11-17 Thread Henry Lu
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

[iText-questions] space between tables

2006-11-17 Thread Henry Lu
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

Re: [iText-questions] Space between table

2006-11-16 Thread Henry Lu
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?

[iText-questions] varies cell size in one table

2006-11-16 Thread Henry Lu
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

[iText-questions] Space between table

2006-11-16 Thread Henry Lu
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: > >

Re: [iText-questions] footer - RTF

2006-11-16 Thread Henry Lu
("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

Re: [iText-questions] footer - RTF

2006-11-16 Thread Henry Lu
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. &

Re: [iText-questions] footer - RTF

2006-11-16 Thread Henry Lu
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

[iText-questions] footer - RTF

2006-11-15 Thread Henry Lu
In RTF, how do we print a footer with a solid black line above it? -- My footer page 1

Re: [iText-questions] space between lines/rows

2006-11-10 Thread Henry Lu
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

[iText-questions] space between lines/rows

2006-11-10 Thread Henry Lu
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

[iText-questions] set space between rows/lines

2006-11-10 Thread Henry Lu
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

Re: [iText-questions] show/hide new-line mark

2006-11-10 Thread Henry Lu
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

[iText-questions] space between lines/table rows

2006-11-09 Thread Henry Lu
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

[iText-questions] Space between lines

2006-11-09 Thread Henry Lu
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

[iText-questions] space between lines

2006-11-09 Thread Henry Lu
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

[iText-questions] show/hide new-line mark

2006-11-02 Thread Henry Lu
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

[iText-questions] different fonts

2006-10-19 Thread Henry Lu
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

[iText-questions] page number

2006-10-11 Thread Henry Lu
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

Re: [iText-questions] page number

2006-10-10 Thread Henry Lu
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

Re: [iText-questions] page number

2006-10-10 Thread Henry Lu
(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

Re: [iText-questions] iText Book

2006-10-10 Thread Henry Lu
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

Re: [iText-questions] Identity-H encoding

2006-10-10 Thread Henry Lu
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

[iText-questions] page number

2006-10-10 Thread Henry Lu
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

[iText-questions] footer not on first cover page

2006-10-10 Thread Henry Lu
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

Re: [iText-questions] iText Book

2006-10-10 Thread Henry Lu
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

[iText-questions] footer

2006-10-09 Thread Henry Lu
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

Re: [iText-questions] table and paragraph

2006-10-09 Thread Henry Lu
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

[iText-questions] table and paragraph

2006-10-09 Thread Henry Lu
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

[iText-questions] iText Book

2006-10-09 Thread Henry Lu
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

[iText-questions] RTF: text format

2006-10-06 Thread Henry Lu
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

Re: [iText-questions] embedding PowerPoint presentation.

2006-10-06 Thread Henry Lu
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

[iText-questions] RTF: table size

2006-10-06 Thread Henry Lu
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

[iText-questions] RTF: table-of-contents format

2006-10-06 Thread Henry Lu
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

Re: [iText-questions] table-of-contents format

2006-10-06 Thread Henry Lu
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

[iText-questions] table-of-contents format

2006-10-06 Thread Henry Lu
How do I print table-of-contents like format? Introduction Page 1 Chapter 1Page 2 Chapter 2Page 15 ... -Henry --

Re: [iText-questions] embedding PowerPoint presentation.

2006-10-06 Thread Henry Lu
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

Re: [iText-questions] embedding PowerPoint presentation.

2006-10-06 Thread Henry Lu
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

Re: [iText-questions] Itext-format

2006-10-06 Thread Henry Lu
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

[iText-questions] Itext-format

2006-10-05 Thread Henry Lu
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

[iText-questions] stop email

2005-11-29 Thread Henry Lu
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

[iText-questions] mS Doc

2005-10-03 Thread Henry Lu
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 ___

[iText-questions] acroform and pdf

2005-09-14 Thread Henry Lu
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

[iText-questions] NoSuchMethodError

2005-08-30 Thread Henry Lu
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