Re: [iText-questions] help needed regarding itext error

2013-12-05 Thread iText mailing list
On 12/5/2013 6:46 PM, pallawee c wrote: Hi there, I am getting the following error "The '#' character, hexadecimal value 0x23, cannot be included in a name" on the below line:- pdfFormFields.SetField("form1[0].Page4[0].Table1[0].Row4[0].#field[5]", "476") Your code looks like you're tryin

Re: [iText-questions] 'HELP NEEDED' how to add swf's supported files to create pdf in itext (using java)

2013-08-05 Thread Saravanan shri
Hi, Thanks for your reply. I have tried with what you have said. But still i cant able to add the supporting files. I have pasted my code below. Can you please help me where should i have to add the values for adding the image,mp3 and xml files to run the swf. PdfWr

Re: [iText-questions] 'HELP NEEDED' how to add swf's supported files to create pdf in itext (using java)

2013-08-02 Thread Leonard Rosenthol
You need to embed all the other files using standard embedding API calls and then use some VERY low level API calls to set the relevant "resources" for the SWF. Details are in the Adobe Extensions documentation. Leonard From: Saravanan shri mailto:s.shrisarava...@gmail.com>> Reply-To: Post he

Re: [iText-questions] HELP NEEDED-Edit Pdf

2013-02-04 Thread iText Info
Op 4/02/2013 10:33, Falguni Patel schreef: Hi, I have update file using itextsharp dll. File is edited but text not showing up. I have attach pdf file. It contain text "Address=MANINAGA" but can't see it. Hmm... Personally I would never post a question like this on the mailing-list

Re: [iText-questions] HELP NEEDED

2012-10-25 Thread 1T3XT BVBA
You're in violation with several rules regarding the free mailing list: http://lowagie.com/rule1 rule #3: subscribe to the mailing-list! See http://lowagie.com/itextml rule #4: give a short description of your problem in the subject line We get hundreds of mails with "HELP NEEDED" in the subject

Re: [iText-questions] help needed

2012-09-29 Thread 1T3XT BVBA
On 29/09/2012 12:19, 1T3XT BVBA wrote: > Your question is off-topic here. Your CA knows iText; your CA can > provide keys that work with iText. If he doesn't: find yourself > another CA! For instance. GlobalSign offers a 90-Day Free PDF Signing Trial. See https://www.globalsign.com/pdf-signing/t

Re: [iText-questions] help needed

2012-09-29 Thread 1T3XT BVBA
On 29/09/2012 12:04, NVS wrote: > > Andreas answered and given link sirussign. fine. sirussign is a big > one to understand takes time. How to run sirussigner? can we > directly deploy and run? Why would you need sirussign??? > If so please guide me. But my question is simple BigInteger: modu

Re: [iText-questions] help needed

2012-09-29 Thread 1T3XT BVBA
On 29/09/2012 8:50, NVS wrote: > Exception in thread "main" java.lang.ArithmeticException: BigInteger: > modulus not positive This question was already answered by Andreas Kuehne on September 29. Please don't repost questions for which you've already received an answer! --

Re: [iText-questions] help needed

2012-09-28 Thread 1T3XT BVBA
On 28/09/2012 16:42, NVS wrote: > > could you please tell me the procedure at paper > http://itextpdf.com/book/digitalsignatures can work for any trusted > keys provided by any country or not? > > like india TCSCA, NICCA etc Why don't you try that yourself? We don't live in India. How are we

Re: [iText-questions] HELP NEEDED: XMLWorker - extending HTMLPipeline by adding a custom TagProcessor for rendering PdfFormField

2012-04-08 Thread 1T3XT BVBA
On 8/04/2012 9:47, Parminder Kaur wrote: > I am trying to create a new TagProcessor to process custom input tags > and render a PdfFormField. When you write a TagProcessor, you need to map an XML tag with an iText Element. A PdfFormField is NOT an implementation of the Element interface, and it

Re: [iText-questions] HELP NEEDED: XMLWorker - extending HTMLPipeline by adding a custom TagProcessor for rendering PdfFormField

2012-04-08 Thread Inderjeet Singh Sethi
i am not getting you properly, what exactly your need is. Is you want to parse complete html form into the pdf?? Regards Inderjeet Singh On 4/8/12, Parminder Kaur wrote: > I am trying to create a new TagProcessor to process custom input tags and > render a PdfFormField. I tried searching and re

Re: [iText-questions] HELP NEEDED - For generating PDF Report

2012-03-27 Thread 1T3XT BVBA
On 27/03/2012 17:48, Hanumanth wrote: Hi, I have a requirement which generates a PDF report in Java Requirements - Page Size - Same dimensions as for Cut Sheet, plus 1/2 left and right, (overall: 9.5 x 11; detached: 8.5 x 11). If you want a document with a specific size that

Re: [iText-questions] HELP NEEDED

2011-08-15 Thread 1T3XT BVBA
On 15/08/2011 18:07, Vibhor Bharadwaj wrote: > Hi > > I am using iText to modify an existing PDF. > The template has two images, I wish to create a new template by > replacing those two images with other new images. > How can I do that? It's a bad idea to use a meaningless Subject: line ("HELP NE

Re: [iText-questions] HELP NEEDED

2011-08-03 Thread TvT
Google, too: http://itext-general.2136553.n4.nabble.com/Detecting-blank-pages-td2144877.html ASAP in a "free" mailinglist - you are hilarious. Allthough iText mailing list comes really close to that... 2011/8/3 Balder VC > ASAP could be next year, we have work to do too. > > learn to search g

Re: [iText-questions] HELP NEEDED

2011-08-03 Thread Balder VC
ASAP could be next year, we have work to do too. learn to search google? http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg43066.html On 3/08/2011 11:22, Kompella, Murthy wrote: Hi,   Ple

Re: [iText-questions] HELP NEEDED - box drawing characters notdisplayed

2011-07-20 Thread viral
Thanks. Using ARIALUNI.TTF   And this encoding : BaseFont.IDENTITY_H   Solved the problem.   cb.setFontAndSize(BaseFont.createFont("fonts/times.ttf", BaseFont.IDENTITY_H, false), 14);   I used times.ttf from windows fonts and works also fine. So this means pdf BaseFont.TIMES_ROMAN is different th

Re: [iText-questions] HELP NEEDED - box drawing characters not displayed

2011-07-20 Thread 1T3XT BVBA
On 20/07/2011 13:13, viral wrote: > Can you help me ? Only if you have a font that knows about these characters: http://support.itextpdf.com/node/25 http://support.itextpdf.com/node/75 -- 10 Tips for Better Web Security Le

Re: [iText-questions] Help Needed-Can't get the PDF page content and resources ues the itextsharp 4.0.3 when the PDF type is distiller

2011-05-20 Thread 1T3XT BVBA
Op 20/05/2011 9:50, chen jun schreef: > return GetStreamBytes((PRStream)contents, file);", I call this method > only return 78 bytes contents, not all of the page content and resources; This is what I found on page 1 after decrypting the file: q 1 0 0 1 17 772.661 cm /RelativeColorimetric ri /

Re: [iText-questions] Help Needed-Can't get the PDF page content and resources ues the itextsharp 4.0.3 when the PDF type is distiller

2011-05-20 Thread 1T3XT BVBA
You're not subscribed to the mailing list, please don't expect any answers if you don't subscribe! > -- 转发的消息 -- > > I can't get the PDF page content and resources ues the itextsharp > 4.0.3 when the PDF type is distiller. > The document is encrypted and it used to be Reader enabl

Re: [iText-questions] HELP NEEDED

2011-05-09 Thread Balder
On 9/05/2011 10:14, umesh chordia wrote: Hi, Want to know whether iText Pdf Library is Open Source or a Commercial One. It's AGPL v3 http://www.fsf.org/licensing/licenses/agpl-3.0.html with addition: You can be released from the requirements of the license by purchasing a commercial license

Re: [iText-questions] HELP NEEDED: barcode and anti-aliasing

2011-04-19 Thread Diego Ruotolo
ilto:druot...@noemalife.com] > *Sent:* Monday, April 18, 2011 6:25 PM > *To:* itext-questions@lists.sourceforge.net > *Subject:* Re: [iText-questions] HELP NEEDED: barcode and > anti-aliasing > > OK: do you think is better to make this rounding directly in the >

Re: [iText-questions] HELP NEEDED: barcode and anti-aliasing

2011-04-18 Thread Paulo Soares
won't prevent them to be read. Paulo From: Diego Ruotolo [mailto:druot...@noemalife.com] Sent: Monday, April 18, 2011 6:25 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] HELP NEEDED: barcode and anti-aliasing OK: do you think is

Re: [iText-questions] HELP NEEDED: barcode and anti-aliasing

2011-04-18 Thread Diego Ruotolo
011 5:55 PM > *To:* itext-questions@lists.sourceforge.net > *Subject:* Re: [iText-questions] HELP NEEDED: barcode and > anti-aliasing > > Hi Paulo, > > thanks for your answer. Can you also suggest me some tricks to > improve barcode quality? E.g., a correct value

Re: [iText-questions] HELP NEEDED: barcode and anti-aliasing

2011-04-18 Thread Paulo Soares
-questions@lists.sourceforge.net Subject: Re: [iText-questions] HELP NEEDED: barcode and anti-aliasing Hi Paulo, thanks for your answer. Can you also suggest me some tricks to improve barcode quality? E.g., a correct value for the X property? Actually, if I want a narrow bar of 3 pixels and I have a resolution

Re: [iText-questions] HELP NEEDED: barcode and anti-aliasing

2011-04-18 Thread Diego Ruotolo
Hi Paulo, thanks for your answer. Can you also suggest me some tricks to improve barcode quality? E.g., a correct value for the X property? Actually, if I want a narrow bar of 3 pixels and I have a resolution of 200 dpi, I set the X property to 3*72/200 , is that right? Thanks, Diego Il 18/04/20

Re: [iText-questions] HELP NEEDED: barcode and anti-aliasing

2011-04-18 Thread Paulo Soares
That's your printer driver being too helpful. From Acrobat print to image and it will look ok. Paulo -Original Message- From: Diego Ruotolo [mailto:druot...@noemalife.com] Sent: Monday, April 18, 2011 4:28 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] HELP NEE

Re: [iText-questions] HELP NEEDED

2011-04-12 Thread 1T3XT BVBA
Op 12/04/2011 11:31, Alex K Baby schreef: > Hi > I am working on pdf bookmark creation. I assume you want to add bookmarks to an existing PDF document. > I wanted to read all the pdf page and get the page titles and > sub-titles to create the bookmark. ??? How are you going to do that? > the pdfre

Re: [iText-questions] Help needed on itextSharp.dll

2011-01-27 Thread Paulo Soares
You'll have to use version 4.x. Paulo -Original Message- From: Akshatha ap [mailto:akshatha...@gmail.com] Sent: Wednesday, January 26, 2011 10:53 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Help needed on itextSharp.dll HI, I am developing an application on

Re: [iText-questions] HELP NEEDED - render HTML snippet which contains Arabic text

2011-01-18 Thread Nurettin DAG
.itext.general/19921. >> >> Paulo >> >> ---------- >> *From:* pedram farzaneh [mailto:pedram.f...@gmail.com] >> *Sent:* Tuesday, January 11, 2011 10:58 AM >> *To:* Post all your questions about iText here >> *Subject:* Re: [iText-qu

Re: [iText-questions] HELP NEEDED - render HTML snippet which contains Arabic text

2011-01-17 Thread 1T3XT BVBA
Op 18/01/2011 7:22, pedram farzaneh schreef: > hello dear Paulo and everybody > > I searched so many in the Internet, and also in iText API > to find a solution for the problems I reported previously. Stop searching the Internet, start solving the problem as suggested by Nurettin. ---

Re: [iText-questions] HELP NEEDED - render HTML snippet which contains Arabic text

2011-01-17 Thread pedram farzaneh
general/19921. >> >> Paulo >> >> -------------- >> *From:* pedram farzaneh [mailto:pedram.f...@gmail.com] >> *Sent:* Tuesday, January 11, 2011 10:58 AM >> *To:* Post all your questions about iText here >> *Subject:* Re: [iText-que

Re: [iText-questions] HELP NEEDED - render HTML snippet which contains Arabic text

2011-01-15 Thread pedram farzaneh
tp://article.gmane.org/gmane.comp.java.lib.itext.general/19921. > > Paulo > > -- > *From:* pedram farzaneh [mailto:pedram.f...@gmail.com] > *Sent:* Tuesday, January 11, 2011 10:58 AM > *To:* Post all your questions about iText here > *Subject:* Re

Re: [iText-questions] HELP NEEDED - render HTML snippet which contains Arabic text

2011-01-11 Thread Paulo Soares
See http://article.gmane.org/gmane.comp.java.lib.itext.general/19921. Paulo From: pedram farzaneh [mailto:pedram.f...@gmail.com] Sent: Tuesday, January 11, 2011 10:58 AM To: Post all your questions about iText here Subject: Re: [iText-questions] HELP NEEDED

Re: [iText-questions] HELP NEEDED - render HTML snippet which contains Arabic text

2011-01-11 Thread pedram farzaneh
thanks for your help dear, but the font is true, because it works with a pure ColumnText and arabic characters are being shown. and I added the returned elements in a PdfPTable. but the problems remains. in fact my problem is with HTML parsing. when I have HTML tag and it contains Arabic characte

Re: [iText-questions] HELP NEEDED - render HTML snippet which contains Arabic text

2011-01-10 Thread 1T3XT BVBA
Op 10/01/2011 12:17, pedram farzaneh schreef: > I have a HTML code snippet which contains in which the columns > contain Arabic text. > after rendering the html snippet by "HTMLWorker" class the resulting > element > is instance of a PdfPTable which is shown in the pdf file but the text > is mi

Re: [iText-questions] Help needed in itext

2010-08-10 Thread 1T3XT info
vivek kumar sharma wrote: > > hello friends... > > I using itextsharp for creating pdf from text. > > now i want to add image in pdf using this by giveing url from the user . > > i taking url from javascript function. > > when i give the url then it comes as text. > > so please help me a

Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-13 Thread 1T3XT info
Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote: > Hi: > > Ok... I have purchased the second edition of the book, looked at the > examples in chapter 13. You need chapter 8. You want the data as shown in listing 8.22. That snippet is part of the output of listing 8.20. Looking at listing 8.21,

Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-13 Thread Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI
agie.com] Sent: Monday, April 12, 2010 12:29 PM To: Post all your questions about iText here Subject: Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote: > Please assist... I tried purchasing the book... getting the following > error...

Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-12 Thread Bruno Lowagie
Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote: > Please assist... I tried purchasing the book... getting the following > error... After another mail to support, the problem was solved. It's now possible again to buy the book. Recently a new chapter was added: chapter 13. In the meantime, I'

Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-12 Thread Bruno Lowagie
Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote: > Please assist... I tried purchasing the book... getting the following > error... > Site error: the file /affiliate/idevaffiliate.php requires the ionCube > PHP Loader ioncube_loader_fre_4.3.so to be installed by the site > administrator I thoug

Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-12 Thread Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI
AOC/CSDI Sent: Monday, April 05, 2010 8:07 AM To: 'Post all your questions about iText here' Subject: RE: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form I tried to purchase the book but I'm getting the following error Site error: the file /affiliate/idevaffiliate.p

Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-05 Thread 1T3XT info
Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote: > I tried to purchase the book but I'm getting the following error > Site error: the file /affiliate/idevaffiliate.php requires the ionCube > PHP Loader ioncube_loader_fre_4.3.so to be installed by the site > administrator The problem is l

Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-05 Thread Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI
Sent: Friday, April 02, 2010 1:19 AM To: Post all your questions about iText here Subject: Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote: > Hello: > > When I create a form using Livecycle and save the PDF as 9.x, I'm no &g

Re: [iText-questions] HELP NEEDED: PDF V9.x Dynamic Form

2010-04-01 Thread 1T3XT info
Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI wrote: > Hello: > > When I create a form using Livecycle and save the PDF as 9.x, I'm no > longer able to read the field names and values. In the past I use > AcroFields object to extract the field names and values. I have been > unable to get the 5.0

Re: [iText-questions] Help needed

2009-09-08 Thread 1T3XT info
Nagarajaiah, Mahadevaiah wrote: > Help is required on how to retain the interactive forms values in new > PDF documents. You are required to read chapter 2 of the book "iText in Action" If you don't have the means to buy that book, you can download the specific chapter for free from this URL: h

Re: [iText-questions] Help needed

2009-08-18 Thread mister bean
Seconding what Alexis wrote to you. There are numerous messages on this list and discussions in the docs regarding why what you want to do is not possible. --mr.bean Hi, I would like to know how to get XY coordinates for any string in a PDF and it does not associated with any tag. Thanks in a

Re: [iText-questions] Help needed

2009-08-17 Thread Alexis Pigeon
Hi Mahadev, 2009/8/17 Nagarajaiah, Mahadevaiah > Hi, > > I would like to know how to get* XY* coordinates for any string in a PDF > and it does not associated with any tag. > Not possible. Before posting any further question to the list, please have a look previously at the extensive documentat

Re: [iText-questions] HELP NEEDED to create an document that contain more documents

2009-02-20 Thread 1T3XT info
Pablo Bellissimo wrote: > this code has some problem when I use page events (OnStartPage and > OnEndPage) for insert Header and Footer because they result out of > synch, not align with content of page. Never ever use onStartPage to add a header and/or footer. Explain what you mean by: "they res

Re: [iText-questions] Help needed with setCharAdvance and superscript/subscript.

2008-12-06 Thread 1T3XT info
Ian Hobson wrote: > Sticks and stones! :D > The sub and superscripts are being written over the following text. I > can use getWidthPoint to discover the width of the larger of these, in > points. True, that's something you'll have to deal with. There are different solutions. One way would be

Re: [iText-questions] Help needed with setCharAdvance and superscript/subscript.

2008-12-06 Thread Ian Hobson
1T3XT info wrote: > Ian Hobson wrote: >> 1T3XT info wrote: >>> Why not use a generic tag on the Chunk. >>> This example is used to add ellipses and boxes: >>> http://1t3xt.info/examples/browse/?page=example&id=67 >>> but you could easily adapt it to add text in subscript or superscript. >>> >> I

Re: [iText-questions] Help needed with setCharAdvance and superscript/subscript.

2008-12-04 Thread 1T3XT info
Ian Hobson wrote: 1T3XT info wrote: Why not use a generic tag on the Chunk. This example is used to add ellipses and boxes: http://1t3xt.info/examples/browse/?page=example&id=67 but you could easily adapt it to add text in subscript or superscript. I don't see how this would help. Obviousl

Re: [iText-questions] Help needed with setCharAdvance and superscript/subscript.

2008-12-03 Thread Ian Hobson
1T3XT info wrote: > Ian Hobson wrote: > >> Hi All, >> >> Cracked it - but its a right kludge. >> >> After the subscript I change the font, and put a character in another >> font with suitable setCharAdvance to reposition the write point. I set >> the colour to white so it can't be seen. >> >>

Re: [iText-questions] Help needed with setCharAdvance and superscript/subscript.

2008-12-03 Thread 1T3XT info
Ian Hobson wrote: > Hi All, > > Cracked it - but its a right kludge. > > After the subscript I change the font, and put a character in another > font with suitable setCharAdvance to reposition the write point. I set > the colour to white so it can't be seen. > > Would it be better to switch to

Re: [iText-questions] Help needed with setCharAdvance and superscript/subscript.

2008-12-03 Thread Ian Hobson
Hi All, Cracked it - but its a right kludge. After the subscript I change the font, and put a character in another font with suitable setCharAdvance to reposition the write point. I set the colour to white so it can't be seen. Would it be better to switch to RTL and put the sub-script out a se

Re: [iText-questions] HELP NEEDED - Running Itext.

2008-03-03 Thread 1T3XT info
Sébastien Batard wrote: > Hi, > > > > Can I use Itext with : > > OS : Redhat AS4 Realease 6 (64 bits) ? > > JRE : Jrockit (BEA) 1.5 ? There's an English proverb saying: "The proof of the pudding is in the eating." (Although the first time this proverb was used in lite

Re: [iText-questions] Help needed for html to pdf conversion

2007-10-26 Thread François Miermont
.dll file. As I also work on create a PDF from HTML, could you please include your C# code ? Br, -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Bruno Lowagie (iText) Envoyé : jeudi 25 octobre 2007 15:05 À : Post all your questions about iText here

Re: [iText-questions] Help needed for html to pdf conversion

2007-10-25 Thread Paulo Soares
'org.xml.sax.InputSource' is Java. Paulo - Original Message - From: "esolzsubhadeep" <[EMAIL PROTECTED]> To: Sent: Friday, October 26, 2007 6:59 AM Subject: Re: [iText-questions] Help needed for html to pdf conversion > > Yes, I know, but after d

Re: [iText-questions] Help needed for html to pdf conversion

2007-10-25 Thread esolzsubhadeep
lto:[EMAIL PROTECTED] On >> Behalf Of esolzsubhadeep >> Sent: Thursday, October 25, 2007 1:23 PM >> To: itext-questions@lists.sourceforge.net >> Subject: Re: [iText-questions] Help needed for html to pdf conversion >> >> >> Thanks anyways. Can you help me w

Re: [iText-questions] Help needed for html to pdf conversion

2007-10-25 Thread Paulo Soares
t > Subject: Re: [iText-questions] Help needed for html to pdf conversion > > > Thanks anyways. Can you help me with an error I'm getting > presently in my VS > 2005 project? If this problem is solved, I'll have my work done. > > I wanted to create a pdf directly fro

Re: [iText-questions] Help needed for html to pdf conversion

2007-10-25 Thread Bruno Lowagie (iText)
esolzsubhadeep wrote: > Thanks anyways. Can you help me with an error I'm getting presently in my VS > 2005 project? If this problem is solved, I'll have my work done. > > I wanted to create a pdf directly from a html page. While trying to do so > with a specific piece of code, > I got the followi

Re: [iText-questions] Help needed for html to pdf conversion

2007-10-25 Thread esolzsubhadeep
Thanks anyways. Can you help me with an error I'm getting presently in my VS 2005 project? If this problem is solved, I'll have my work done. I wanted to create a pdf directly from a html page. While trying to do so with a specific piece of code, I got the following error: "The type 'org.xml.sax

Re: [iText-questions] Help needed for html to pdf conversion

2007-10-25 Thread Bruno Lowagie (iText)
esolzsubhadeep wrote: > does it work completely in ASP.NET/C# too? Oops, no, I don't think there's a Flying Saucer port for C#. I didn't realize that this was an iTextSharp question. br, Bruno - This SF.net email is sponsored

Re: [iText-questions] Help needed for html to pdf conversion

2007-10-25 Thread esolzsubhadeep
Thanks, don't know what to say for it =) does it work completely in ASP.NET/C# too? Thanks again. Bruno Lowagie (iText) wrote: > > esolzsubhadeep wrote: >> :working: >> Hi all. >> >> 1)Trying to create a pdf page from a html page, but the table shown on >> the >> pdf page was not in its s

Re: [iText-questions] Help needed for html to pdf conversion

2007-10-25 Thread Bruno Lowagie (iText)
esolzsubhadeep wrote: > :working: > Hi all. > > 1)Trying to create a pdf page from a html page, but the table shown on the > pdf page was not in its shape. 2)Could not be able to use some designs with > the stylesheet options, too.:-(( > > Pasting the piece of code for reference. Need urgent help

Re: [iText-questions] Help needed - asap

2007-07-31 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > My requirement is: > > Merge n number of pdf files to one new pdf file (everything > from the page sizes, fonts, spacing, potraits etc). My input pdfs are of > different sizes and shapes. You should use PdfCopy for this. NOT PdfWriter. The code you have se

Re: [iText-questions] Help Needed in textwrap using Itext

2007-01-25 Thread Bruno Lowagie (iText)
magesh rathnam wrote: > I tried using CoulmnText functionality too. When I open the pdf, it > gives some warnings like 'Illegal operation 'm' inside a text oject' and > I'm not sure what it is. You are mixing all kinds of examples you are not supposed to mix. What you try to do is very easy, but

Re: [iText-questions] Help Needed in textwrap

2007-01-23 Thread Bruno Lowagie (iText)
magesh rathnam wrote: > I tried using Cellcolumns but it does > not work with a image background. I don't know what you mean by Cellcolumns, but you should use ColumnText. It works; even if you add an image in the background. br, Bruno

Re: [iText-questions] Help needed with iTextSharp

2005-10-21 Thread anees . ansari
Please respond to "Paulo Soares" <[EMAIL PROTECTED]> To <[EMAIL PROTECTED]>, cc Subject Re: [iText-questions] Help needed with iTextSharp Have a look at PdfStamper with flattening if you use fields and PdfCopy. - Original Message - From: <[EMAI

Re: [iText-questions] Help needed with iTextSharp

2005-10-20 Thread Paulo Soares
Have a look at PdfStamper with flattening if you use fields and PdfCopy. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, October 20, 2005 3:21 PM Subject: [iText-questions] Help needed with iTextSharp Hi We are working on a vb.net Windows based project. Within that

Re: [iText-questions] help needed

2004-09-26 Thread Bruno
Quoting "Antonyvinod.b" <[EMAIL PROTECTED]>: > > hi > > i am new to i text > can i save a file opend in browser by a servlet without opening the file > to the hard disk I don't know exactly what you mean, but I will try to answer your question anyway: a servlet can generate a PDF file WIT

RE: [iText-questions] Help needed IE problem

2004-09-08 Thread Bill Ensley
Read the tutorial -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of cristianSent: Wednesday, September 08, 2004 12:29 AMTo: [EMAIL PROTECTED]Subject: [iText-questions] Help needed IE problem Hello, I am using iText for creating a pdf o

Re: [iText-questions] Help Needed

2004-08-10 Thread Paulo Soares
The first pass is to know the number of pages. Best Regards, Paulo Soares - Original Message - From: "ananth alvan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 15:15 Subject: [iText-questions] Help Needed > > Hi > > Again with the same probs > > You told t

Re: [iText-questions] Help Needed

2004-08-09 Thread Paulo Soares
Y'll have to make 2 passes. Best Regards, Paulo Soares - Original Message - From: "ananth alvan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 6:58 Subject: [iText-questions] Help Needed > Hi > > Again I have a doubt in iTextsharp. > > I want to find the num