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

[iText-questions] help needed regarding itext error

2013-12-05 Thread pallawee c
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") Any help will be much appreciated. Many thanks in advance. Best re

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
ails are in the Adobe Extensions documentation. > > Leonard > > From: Saravanan shri > Reply-To: Post here > Date: Friday, August 2, 2013 12:20 PM > To: Post here > Subject: [iText-questions] 'HELP NEEDED' how to add swf's supported files > to create

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
; Reply-To: Post here mailto:itext-questions@lists.sourceforge.net>> Date: Friday, August 2, 2013 12:20 PM To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject: [iText-questions] 'HELP NEEDED' how to add swf's supported files to create pdf in itext (using

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

2013-08-02 Thread Saravanan shri
Hi all, I have created one swf file, in which it will run with the help of some external files (5 mp3 files, 2 xml files, and 6 image files). When I have create the pdf using itext I can only able to embedded the swf file alone. How should able to add these external files to run the swf. It

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

2013-08-02 Thread Shrisaravanan S
Hi all,      I have created one swf file, in which it will run with the help of some external files (5 mp3 files, 2 xml files, and 6 image files). When I have create the pdf using itext I can only able to embedded the swf file alone. How should able to add these external files to run the swf.  It w

[iText-questions] Help Needed: Extracted images from PDF using iTextsharp not in correct format - C#

2013-07-26 Thread Dhakshina moorthy
Dear Team, I am using iTextsharp to extract images from the PDF file, i am able to extract images, but the extracted images are not in correct format (i.e. it looks like negative proof). See the sample extracted image here http://i.imgur.com/N5XbIOV.jpg?1. Any advice on this. Thanks in advance. --

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

[iText-questions] HELP NEEDED

2012-10-25 Thread Vávra Pavel
Hi, Please I need help with position of table on page. How can I set the position of table verticaly? I have second question... Please how Element.ALIGN_<...> works...? I need to use Element.ALIGN_RIGHT : ct.SetSimpleColumn(new Phrase(new Chunk("ZUSATZINFOS:", FontFactory.GetFont("verda

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

[iText-questions] help needed

2012-09-28 Thread NVS
Hi, 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 thanks, Prasad k -- Got visib

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

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

2012-04-08 Thread Parminder Kaur
I am trying to create a new TagProcessor to process custom input tags and render a PdfFormField. I tried searching and reading about it but neither the book nor the site have much information on how to do so. This is the code to add the new TextBoxTagProcessor to the TagFactory ByteArrayOutputStr

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

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

2012-03-27 Thread Hanumanth
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). 10 characters per inch and 6 lines per inch how can I meet the above requirements.

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

[iText-questions] HELP NEEDED

2011-08-15 Thread Vibhor Bharadwaj
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? Chapter 15 - Page content and structure has information to extract images, but I wish to replace images at exact locat

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

[iText-questions] HELP NEEDED

2011-08-03 Thread Kompella, Murthy
Hi, Please help me in finding the blank pages in a pdf file. Let me explain the requirement. I will give a pdf file (file name) as an input to the program and the output should be the number of blank pages in that pdf file. Please help me ASAP. Thanks. _

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

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

2011-07-20 Thread viral
Hi. Welcome all (my first mail here). I am strugling with this problem. I want to print characters so called box-drawing characters like in old DOS programs : http://en.wikipedia.org/wiki/Box-drawing_characters   All of them should be present in code page 437 http://en.wikipedia.org/wiki/Code_page

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

[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 chen jun
-- 转发的消息 -- 发件人: 日期:2011-5-20 下午3:38 主题:Help Needed-Can't get the PDF page content and resources ues the itextsharp 4.0.3 when the PDF type is distiller 收件人: itext-questions@lists.sourceforge.net Hi, I can't get the PDF page content and resources ues the itextsharp 4.0.3 w

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

[iText-questions] HELP NEEDED

2011-05-09 Thread umesh chordia
Hi, Want to know whether iText Pdf Library is Open Source or a Commercial One. Since I’m going to use only the PDF Library Provided. Regards, Umesh Santhoshmull Mobile No:+91-96290 01110 -- WhatsUp G

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
4:28 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] HELP NEEDED: barcode and anti-aliasing > > Hi, > > this is my first post to this list. My name is Diego and I am using > iText to generate labels with barcode. I've tried several way of barcode >

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]

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

2011-04-18 Thread Diego Ruotolo
Hi, this is my first post to this list. My name is Diego and I am using iText to generate labels with barcode. I've tried several way of barcode generation, e.g. as a tempalte with barcode, as an iText image and as an awt image, but the result is always the same: a kinda anti-aliasing effect appea

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

[iText-questions] HELP NEEDED

2011-04-12 Thread Alex K Baby
Hi I am working on pdf bookmark creation.I wanted to read all the pdf page and get the page titles and sub-titles to create the bookmark. the pdfreader will return a string,But i could'nt find the heading within the string.How to find the pdf heading sections and read the contents.Can you give me

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 applic

[iText-questions] Help needed on itextSharp.dll

2011-01-26 Thread Akshatha ap
HI, I am developing an application on Visual studio 2003 (C#) .net 1.1 framework to get the data from database and show the same on pdf. I am trying to use itextsharp.dll for the same. My question here is, is itextsharp.dll compatible with VS 2003 as I am not able to add the iTextsharp dll to the

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

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

2011-01-10 Thread pedram farzaneh
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 missed. I will appreciate any help. Thanks, Pedram

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

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

2010-04-01 Thread Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI
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.1 to extract the fields and values... Do you have a java e

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

2010-04-01 Thread Miller, Billy C CTR USAF AFSOC 623 AOC/CSDI
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.1 to extract the fields and values... Do you have a java exam

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

[iText-questions] Help needed

2009-09-08 Thread Nagarajaiah, Mahadevaiah
Hi, I have used following code to split the PDF document and provided proper input through inputArray. inputArray1[0] = "C:\\Application.pdf"; - src file contains interactive forms with values. inputArray1[1] = "C:\\e-signature\\Test1.pdf"; inputArray1[2] = "C:\\e-signat

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

[iText-questions] Help needed

2009-08-17 Thread 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. Thanks in advance. Thanks Mahadev This e-mail and any attachments contain information belonging to the sender which may be confidential, propri

[iText-questions] HELP NEEDED - printing pdf on unix machine

2009-02-24 Thread Sathesh Kumar Sundara Raj
Hi, I'm new iText using for past 2 days. My requirement is to generate PDF and sent to network printer (silent print) on AIX machine. I have done with generating pdf file. When I explored net as well IText in Action book, it says that itext dostn't support platform-dependent printing features

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

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

2009-02-20 Thread Pablo Bellissimo
Hi, I should need help for create a pdf document that contain more docuement in run time. Something like this: document.Open(); foreach (QPress.DA.DSFattureTestata.FattureTestataRow row in dtFatt.Rows) { _IdContratto = row.IdContratto; _idFattura = row.IdFattura; _IdAnagRecapito

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

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

2008-11-30 Thread Ian Hobson
Hi all, What I am trying to do is to print Specific Optical Rotations These are written as an alpha character inside brackets ( [a]) which has BOTH a) A temperature as a super script (usually 20). Together with b) A letter (A to F) as a sub-script. (usually D). I am using Arial font and trying t

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

[iText-questions] HELP NEEDED - Running Itext.

2008-02-26 Thread Sébastien Batard
Hi, Can I use Itext with : OS : Redhat AS4 Realease 6 (64 bits) ? JRE : Jrockit (BEA) 1.5 ? Thanks. Cordialement, --- Sébastien Batard. Ministère de l'éducation nationale, de l'enseignement supérieur et de la recherche Secrétariat Général - Service des

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

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

2007-10-25 Thread esolzsubhadeep
: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 from you, please make it fast! pri

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

[iText-questions] Help Needed in textwrap using Itext

2007-01-24 Thread magesh rathnam
Hi, We have a requirement where in we would have a image as a background. the text would need to start at a particular position in the page and it needs to do a textwrap automatically. And there may/may not be a image too and all these will have a image in the background. I'm able to complete al

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

[iText-questions] Help Needed in textwrap

2007-01-22 Thread magesh rathnam
Hi, We have a requirement where in we would have a image as a background. the text would need to start at a particular position in the page and it needs to do a textwrap automatically. And there may/may not be a image too and all these will have a image in the background. I'm able to complete al

[iText-questions] Help needed

2006-06-14 Thread Srinivas P
  Hi,   I have lot of columns and I have to display as many number of columns that the page can fit, I know the max text size for each column,   How can I calculate the no.of columns fit in the page?   I want to use Table.setWidhts() method ,so how can I convert these text sizes to wi

[iText-questions] help needed

2006-05-02 Thread Ram karthick
Hi ,    In a Document am adding many tables , so if it is one table presents am getting the content in a single page , if more than one table presents then am getting half in the first page and half in the second page , so in this time am getting an line at the end of the first page ,  

[iText-questions] Help needed with PdfCopyFields

2006-03-27 Thread Gerard
I have just started using iText and am working on a project where we are building a fillable PDF form from a series of 1, 2 and 3 page fillable PDF forms . At the top of each of those forms is a field that performs a simple calculation to bring in an ID Number and a Surname that are both comp

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.

  1   2   >