[iText-questions] Thumbanl

2006-03-10 Thread Segev, Eli
Is there a thumbnail concept or entity in PDF? Eli Segev --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the pr

Re: [iText-questions] run to end of page...

2006-03-10 Thread Brian
That's exactly what I needed. Thanks so much. Brian --- bruno <[EMAIL PROTECTED]> wrote: > Brian wrote: > > >When I run my application against a single text > file > >to produce my pdf everything is great. > > > OK. > > > However I run > >into issues when I have a multipart text file. > > >

RE: [iText-questions] ITF-14 Barcodes

2006-03-10 Thread Paulo Soares
See: http://www.mecsw.com/specs/itf_14.html http://www.barcode-us.com/info_center/itf14.htm In short, it's an interleaved 2 of 5. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Andrew Cleland > Sent: Friday, March 10, 2006 3:22 PM > To: itext-

Re: [iText-questions] run to end of page...

2006-03-10 Thread bruno
Brian wrote: When I run my application against a single text file to produce my pdf everything is great. OK. However I run into issues when I have a multipart text file. What is a multipart text file? How are the different parts of the text file separated? Is it like a multipart response,

Re: [iText-questions] Itext and czech language

2006-03-10 Thread bruno
[EMAIL PROTECTED] wrote: Hello, I have a problem with itext-1.3.6. I need to use it for generate pdf file with diacritic's signs in Java. But when I create some pdf file with diacritic's signs, the result is the pdf file without each letter with diacitic, especially wedges. I would like to as

[iText-questions] run to end of page...

2006-03-10 Thread Brian
Hello everyone, I was successful in having my carriage returns pass into my pdf, so I'm getting closer to where I need to be. Now I have a different question. When I run my application against a single text file to produce my pdf everything is great. However I run into issues when I have a m

[iText-questions] Itext and czech language

2006-03-10 Thread subdivision
Hello, I have a problem with itext-1.3.6. I need to use it for generate pdf file with diacritic's signs in Java. But when I create some pdf file with diacritic's signs, the result is the pdf file without each letter with diacitic, especially wedges. I would like to ask you for help. Can I change

[iText-questions] ITF-14 Barcodes

2006-03-10 Thread Andrew Cleland
I have successfully generated a UPC A barcode using Itext, and can see that there are other subtypes of barcodes that can be generated. Now I have had a request for a ITF-14 barcode. There is no mention of this type in itext. Is there a similar type that I can use to reproduce this ITF-14 bar code

[iText-questions] Re: RtfWriter2 and image scaling

2006-03-10 Thread Antoine
Mark Hall edu.uni-klu.ac.at> writes: > > On Thursday 09 March 2006 17:08, Antoine wrote: > > I want to scale down an image for it to fit into the header of the page. > > It works fine with RtfWriter using image.scalePercent(...) or > > scaleAbsolute(...), but the same technique doesn't work when

RE: [iText-questions] Re: keeping document security

2006-03-10 Thread Paulo Soares
Use the latest version. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Abhay Shah > Sent: Friday, March 10, 2006 2:03 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Re: keeping document security > > bruno lowagie.

[iText-questions] Re: keeping document security

2006-03-10 Thread Abhay Shah
bruno lowagie.com> writes: > > Abhay Shah wrote: > > >Paulo Soares consiste.pt> writes: > > > > > > > >>It may work in append mode. > >> > >> > >> > > > >This may be a rookie question, but how do I set append mode. > > > It's not a rookie question > PdfReader reads the existing document

Re: [iText-questions] RtfWriter2 and image scaling

2006-03-10 Thread Mark Hall
On Thursday 09 March 2006 17:08, Antoine wrote: > I want to scale down an image for it to fit into the header of the page. > It works fine with RtfWriter using image.scalePercent(...) or > scaleAbsolute(...), but the same technique doesn't work when I use > RtfWriter2 instead. What version of iText

Re: [iText-questions] Need help on 'SimpletextTreeNode' to construct tree structured content

2006-03-10 Thread bruno
Umashanker Sivagurunathan -X (usivagur - HCL at Cisco) wrote: Hi, Can we create a PDF with tree structured content using SimpletextTreeNode using iText ? SimpletextTreeNode is used in a plug-in to show the internals of a PDF file. It is NOT one of the building blocks to create a PDF. br, Br

[iText-questions] Need help on 'SimpletextTreeNode' to construct tree structured content

2006-03-10 Thread Umashanker Sivagurunathan -X (usivagur - HCL at Cisco)
Hi,   Can we create a PDF with tree structured content using SimpletextTreeNode using iText ? If so, plz let me know if you have any example how to use the same. How it will differ from List ? I could not find any guide that describe the same.    I tried it as follows and I could not be a

Re: [iText-questions] Need help on TagMap.xml

2006-03-10 Thread bruno
Umashanker Sivagurunathan -X (usivagur - HCL at Cisco) wrote: Thanks Bruno. I changed it as follows and got it now. Concepts OOPs JVM

RE: [iText-questions] Need help on TagMap.xml

2006-03-10 Thread Umashanker Sivagurunathan -X (usivagur - HCL at Cisco)
Thanks Bruno. I changed it as follows and got it now. Concepts OOPs JVM Garbage Collections -- UmaSha

RE: [iText-questions] Html Document Support in ITextSharp

2006-03-10 Thread Paulo Soares
It supports whatever the Java version supports. Note that what is supported is XHTML. You may have some luck with pure html with HTMLWorker. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of EternalGlory - > Sent: Thursday, March 09, 2006 12:34 A

RE: [iText-questions] Need help on TagMap.xml

2006-03-10 Thread Umashanker Sivagurunathan -X (usivagur - HCL at Cisco)
You mean List with-in another List is not support in iText? Thanks UmaShanker. S -Original Message- From: bruno [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 3:36 PM To: Umashanker Sivagurunathan -X (usivagur - HCL at Cisco) Cc: itext-questions@lists.sourceforge.net Subject: Re:

Re: [iText-questions] Need help on TagMap.xml

2006-03-10 Thread bruno
Umashanker Sivagurunathan -X (usivagur - HCL at Cisco) wrote: <>You mean List with-in another List is not support in iText? No, I mean this is not supported: <>unordered list item 1 item 2 This should be supported: unordered list item 1 item 2 The difference betwee

Re: [iText-questions] convertion of other file(ms-word/text .etc) to pdf using iText

2006-03-10 Thread Mark Hall
On Friday 10 March 2006 11:14, Yuva Raj wrote: > Why can't iText able to convert doc file to pdf ?( my requirement is to > convert exact doc format into pdf ) is it possible by using iText or there > is any plan in future version of this ehnancement. Because reading DOC files is bloody hard and no

[iText-questions] convertion of other file(ms-word/text .etc) to pdf using iText

2006-03-10 Thread Yuva Raj
Hi,        I was developed some projects using iText. It is very simple to  use. I very much thanks to you  for developing  iText .   Why can't iText able to convert doc file to pdf ?( my requirement is to convert exact doc format into pdf ) is it possible by using iText or there is any plan in

[iText-questions] Book status

2006-03-10 Thread bruno
Hello, thank you all for your response on JRoller! http://jroller.com/page/blowagie?entry=would_you_buy_a_book I am happy to inform you that the manuscript was accepted! In the next stage, I'll be working with my developmental editor. I'll probably have to reshape some chapters and examples too. O

Re: [iText-questions] Need help on TagMap.xml

2006-03-10 Thread bruno
Umashanker Sivagurunathan -X (usivagur - HCL at Cisco) wrote: I tried by creating /list tag/ for TOC and TOPIC. /listitem tag/ for subtopic. But I can't get the proper format in PDF file (Please see the attachement). I see what the problem is: In HTML you are allowed to do: unordered list ite

RE: [iText-questions] Problem with PRIndirectObject vs PdfIndirectObject during

2006-03-10 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Mark Storer > Sent: Friday, March 10, 2006 12:41 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Problem with PRIndirectObject vs > PdfIndirectObject during > > And I

Re: [iText-questions] Re: keeping document security

2006-03-10 Thread bruno
Abhay Shah wrote: Paulo Soares consiste.pt> writes: It may work in append mode. This may be a rookie question, but how do I set append mode. It's not a rookie question ;-) PdfReader reads the existing document. PdfStamper writes the new document, so you should set the append mode

Re: [iText-questions] pdf parsing

2006-03-10 Thread bruno
Yefimov, Sergey wrote: Hi, Is it possible to highlight the character on the page by its order number using iText library? For example, find and highlight 10th character on the page. No, that's not possible. I don't remember if you were the person who has sent me the link to the PDF discussing

[iText-questions] Problem with PRIndirectObject vs PdfIndirectObject during

2006-03-10 Thread Mark Storer
And I just figured it out... but I'll share with everyone so they can avoid my mistake[s]. I've just now figured out the difference between a PRIndirectObject and a PdfIndirectObject. PR's come from an existing PDF, Pdf might be something new (or a PR). I did something like this: ---

[iText-questions] pdf parsing

2006-03-10 Thread Yefimov, Sergey
Hi, Is it possible to highlight the character on the page by its order number using iText library? For example, find and highlight 10th character on the page. Thank you. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting la

RE: [iText-questions] Error with com.lowagie.text.pdf.fonts

2006-03-10 Thread Mark Storer
> I had the same problem. My build environment did't recognise > the .afm extension, so ignored those files. I had to tell it > to copy those files out to my output directory alongside the > .class files. How this is done will vary from one environment to the other. In IntelliJ's IDEA (which

[iText-questions] Re: keeping document security

2006-03-10 Thread Abhay Shah
Paulo Soares consiste.pt> writes: > > It may work in append mode. > This may be a rookie question, but how do I set append mode. I did PdfReader reader = new PdfReader(inputPDFFormByteArr); reader.setAppendable(true); but then I couldn't even open the resultant pdf. Thanks, Abhay. > Her

RE: [iText-questions] Error with com.lowagie.text.pdf.fonts

2006-03-10 Thread Mark Storer
I take it you're building 1.4 from the source yourself? I had the same problem. My build environment did't recognise the .afm extension, so ignored those files. I had to tell it to copy those files out to my output directory alongside the .class files. I'd wager you're having exactly the same

[iText-questions] RtfWriter2 and image scaling

2006-03-10 Thread Antoine
Hi, I want to scale down an image for it to fit into the header of the page. It works fine with RtfWriter using image.scalePercent(...) or scaleAbsolute(...), but the same technique doesn't work when I use RtfWriter2 instead. Here is a sample code for a 50% reduction of the image : Image img = I

[iText-questions] Need help on TagMap.xml

2006-03-10 Thread Umashanker Sivagurunathan -X (usivagur - HCL at Cisco)
Hi,   I am new to iText. Can any one please let me know how to write Tagmap.xml for the following Books.xml to convert into PDF. I tried by creating list tag for TOC and TOPIC. listitem tag for subtopic. But I can't get the proper format in PDF file (Please see the attachement).   I need th

Re: [iText-questions] Write some xmp metadata

2006-03-10 Thread bruno
Hello, without testing, I would say you'd need this method: pdfwriter.setXmpMetadata(meta.toString().getBytes()); The following method will overwrite your metadata: pdfwriter.createXmpMetadata(); createXmpMetadata can be used to 'translate' your PDF specific metadata (setAuthor