Re: [iText-questions] Need help to find the location in PDF

2014-04-02 Thread iText mailing list
1. You aren't subscribed to the mailing-list. Your question had to be approved manually. We'll do this once, but possible not twice. See https://www.youtube.com/watch?v=IV4dzXDRzJE to find out why (it's a practical reason, not a personal one). 2. It isn't clear what you mean when you write "get

[iText-questions] Need help to find the location in PDF

2014-04-02 Thread Sanket Modi
Hello there, Greetings ! I am using the itextSharp for my application since long time. Recently i am facing a problem related to get the location of the PDF. In the little more detail, I want to add an Image on a particular location in the in the PDF document. I am generating the PDF from the XS

[iText-questions] Need help in image population

2013-08-29 Thread Davuluri, Sai Ramakrishna Balarka
Hi, I need to generate an image in the PDF from a url. The url from which i need to get the image requires authentication. While i am trying to get the instance of the image. Its throwing an error 403 - Authentication required. Is there any option to provide the credentials to get the instance of

[iText-questions] Need help for Character Spacing in existing pdf

2013-03-13 Thread Shafi hameed
Dear sir, I have a pdf file in which all the contents are in Arial font. my requirement is to set a space between every character. eg. i want to change 'HELLO' as 'H E L L O'. The follwing code adds some text with given amount of charecter spacing var pdfStamper = new PdfStamper(pdfReader, new F

Re: [iText-questions] Need help for Character Spacing in existing pdf

2013-03-13 Thread Shafi hameed
> I have a pdf file in which all the contents are in Arial font. my > requirement is to set a space between every character. eg. i want to change > 'HELLO' as 'H E L L O'. > > The follwing code adds some text with given amount of charecter spacing > > var pdfStamper = new PdfStamper(pdfReader, new

Re: [iText-questions] Need help - check if content exists in certain area

2012-08-30 Thread stiggs
Thanks. I figured out how to do it using ghostcript. >gswin64c.exe -o nul: -sDEVICE=bbox {pdf file} -- View this message in context: http://itext-general.2136553.n4.nabble.com/Need-help-check-if-content-exists-in-certain-area-tp4656045p4656097.html Sent from the iText - General mailing list

Re: [iText-questions] Need help - check if content exists in certain area

2012-08-27 Thread 1T3XT BVBA
On 27/08/2012 22:40, stiggs wrote: > If I use the overContent, is there > anyway of determining what if anything will get covered? No, what you want can't be done with overContent. What you want would imply that you parse the complete content stream, and keep track of all the graphical state and t

[iText-questions] Need help - check if content exists in certain area

2012-08-27 Thread stiggs
Hello, I'm trying to add a barcode to each document in the top-left hand side. I want to determine programmatically if there is any content within a certain geometry (let's say a 10mm wide x 60mm tall barcode offset 6mm from the left, and 6mm from the top) on the document. If there is, I want to

Re: [iText-questions] Need Help!!! iTextSharpHTML to PDF

2012-05-29 Thread Balder VC
ilto:aszo...@szomor.hu] > Sent: Tuesday, May 22, 2012 3:16 AM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Need Help!!! iTextSharpHTML to PDF > > XML Demo: http://kuujinbo.info/cs/itext.aspx > > If your HTML is not correct before used it wi

Re: [iText-questions] Need Help!!! iTextSharpHTML to PDF

2012-05-22 Thread Hugh McLaughlin
zomor.hu] Sent: Tuesday, May 22, 2012 3:16 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Need Help!!! iTextSharpHTML to PDF XML Demo: http://kuujinbo.info/cs/itext.aspx If your HTML is not correct before used it with XMLWorker you must corrected it

Re: [iText-questions] Need Help!!! iTextSharpHTML to PDF

2012-05-22 Thread aszomor
XML Demo: http://kuujinbo.info/cs/itext.aspx If your HTML is not correct before used it with XMLWorker you must corrected it with SGML: http://developer.mindtouch.com/SgmlReader Attila. -- Live Security Virtual Confe

[iText-questions] Need Help!!! iTextSharpHTML to PDF

2012-05-21 Thread Hugh McLaughlin
Hello Everyone, Does anyone have a working example of iTextSharp XMLWorker 1.1.3? I've been beating my head against the wall for several days trying to get C# version working without success. Plenty of java documentation but can't get it right with C#. Would appreciate any help. Thanks. -

Re: [iText-questions] Need help to open a new page on condition.

2011-10-25 Thread Dalui, Somak
Thank you. -Original Message- From: Amedee Van Gasse [mailto:amedee-it...@amedee.be] Sent: Monday, October 24, 2011 11:02 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Need help to open a new page on condition. On Mon, October 24, 2011 14:36, 1T3XT BVBA

Re: [iText-questions] Need help to open a new page on condition.

2011-10-24 Thread Amedee Van Gasse
On Mon, October 24, 2011 14:36, 1T3XT BVBA wrote: > On 24/10/2011 13:52, Dalui, Somak wrote: >> >> Hi, >> >> I have a situation where a PDFPTable is created iterating on a Java >> object containing all data and then it is added to the document object. >> >> Now, I have to make a page break(or crea

Re: [iText-questions] Need help to open a new page on condition.

2011-10-24 Thread 1T3XT BVBA
On 24/10/2011 13:52, Dalui, Somak wrote: Hi, I have a situation where a PDFPTable is created iterating on a Java object containing all data and then it is added to the document object. Now, I have to make a page break(or create a new page) when a condition is met while creating the PDFPTabl

[iText-questions] Need help to open a new page on condition.

2011-10-24 Thread Dalui, Somak
Hi, I have a situation where a PDFPTable is created iterating on a Java object containing all data and then it is added to the document object. Now, I have to make a page break(or create a new page) when a condition is met while creating the PDFPTable. If I do document.newPage(), it makes no ef

Re: [iText-questions] need help to bout iTextSharp in Windows Azure...

2011-07-26 Thread 1T3XT BVBA
On 25/07/2011 18:23, kumaran.cts wrote: > Exception Details: System.IO.IOException: > F:\sitesroot\0\PDFTemplate\xyz.pdf not found as file or resource. What about these Exception Details isn't clear? Your application wants to access the file xyz.pdf and either that file isn't present in F:\sitesr

Re: [iText-questions] need help to bout iTextSharp in Windows Azure...

2011-07-26 Thread kumaran.cts
Hello, I am getting similar error after deployed into azure as follow: Server Error in '/' Application. F:\sitesroot\0\PDFTemplate\xyz.pdf not found as file or resource. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for

Re: [iText-questions] Need help to create Table of Content (TOC) for pdf file, Facing issue with setRemoteGoTo

2011-07-21 Thread 1T3XT BVBA
You have posted a mail to itext-questions@lists.sourceforge.net but you weren't subscribed. You are receiving this answer because I've added your mail address in Bcc: I will do this only once! Further answers will be sent to the mailing-list only (you won't receive them if you don't subscribe).

[iText-questions] Need help to create Table of Content (TOC) for pdf file, Facing issue with setRemoteGoTo

2011-07-21 Thread indusa_ducs
Hello, I have created new pdf from scratch, in that pdf i create table of contents first and then append pages to the pdf file. Which works fine and my pdf is generated successfully. In Table of Content (TOC) I have used method setRemoteGoto(fileName, pageNumber) of Chunk class. In which I have gi

Re: [iText-questions] need help to bout iTextSharp in Windows Azure...

2011-07-14 Thread Balder
it's not working? What is not working? Windows Azure? Your cloud setup? ASP.net? C#? We can't help you if you don't give more detail (like error message , system configuration, ) and even then it's not sure we can help. On 14/07/2011 14:37, Musaddiq Ahmed Shareef wrote: Hi, I need to

Re: [iText-questions] Need Help

2011-06-29 Thread 1T3XT BVBA
On 30/06/2011 6:34, Himanshu wrote: > when I use this jar in classpath and import its package it gives me > the above-mentioned errors. itext-5.1.1.jar is NOT an executable jar. You wrote: "when I double click the .jar itself it report with following error" Why would you do that? I'm sorry, bu

Re: [iText-questions] Need Help

2011-06-29 Thread Himanshu
You are absolutely right. However, it seems like you didn't get me. I know how to extract .jar files and I am not creating any jar files. I want to convert documents into pdf on the run and for this purpose, I downloaded itextpdf-5.1.1. that came with itextpdf-5.1.1.jar and when I use this jar i

Re: [iText-questions] Need Help

2011-06-29 Thread 1T3XT BVBA
On 29/06/2011 18:59, Himanshu wrote: > when I double click the .jar itself If you make a simple HelloWorld example, why are you creating a jar? Why not just test it with javac? If you want to make a jar clickable, you need to define a Main-Class in the MANIFEST.MF file. In any case: you need to l

Re: [iText-questions] Need help while replacing Table with PdfPTable

2011-05-24 Thread 1T3XT BVBA
Op 24/05/2011 9:04, Hiren Parghi schreef: > datatable.setOffset(TABLE_OFFSET); //How to set Offset using PdfPTable > object? setSpacingBefore() / setSpacingAfter(); > datatable.setPadding(2); //How to set Padding using PdfPTable object? Setting the padding is done at the level of a PdfPCel

[iText-questions] Need help while replacing Table with PdfPTable

2011-05-24 Thread Hiren Parghi
We are plannign to upgrade iText 2.1.4 to 5.1.0. While going through changes i found that some the classes(Table,Cell..) are removed after iText 2.1.4 We have used Table classes in following way: Table datatable = new Table(columns); datatable.setOffse

Re: [iText-questions] Need help to print pdf to connected Printer silently

2011-03-29 Thread Leonard Rosenthol
See my comment about security and silent printing in another thread... From: kalakoti shyam [mailto:shyam_220...@yahoo.co.in] Sent: Tuesday, March 29, 2011 6:12 AM To: iText-questions@lists.sourceforge.net Subject: [iText-questions] Need help to print pdf to connected Printer silently Hi All, I

Re: [iText-questions] Need help to print pdf to connected Printer silently

2011-03-29 Thread 1T3XT BVBA
Op 29/03/2011 15:20, Balder schreef: Hi if it works on some systems, it certainly has something to do with the printers or the system. Printing is platform dependent. It's hard to get this right in Java. Moreover: I don't see any reference to iText in your code snippet. You probably also have

Re: [iText-questions] Need help to print pdf to connected Printer silently

2011-03-29 Thread Balder
Hi if it works on some systems, it certainly has something to do with the printers or the system. Nothing to do with iText® You should contact your printer/printerdriver manufacturer, not this list. On 29/03/2011 15:12, kalakoti shyam wrote: Hi All, I need to print the pdf file to printer wh

[iText-questions] Need help to print pdf to connected Printer silently

2011-03-29 Thread kalakoti shyam
Hi All, I need to print the pdf file to printer which is connected to the System silently. I Tried it as follows: *public static void printPdfReport(String pdfReportFilePath, String printerName) throws PredictionReportException { if (pdfReportFilePath == null) throw new Predi

Re: [iText-questions] Need help getting an AWT font to work

2011-03-22 Thread Sciss
ok, i found a solution: // this is the mapper to use when creating the Graphics2D lazy val fontMapper = { val res = new DefaultFontMapper() val parameters = new DefaultFontMapper.BaseFontParameters( new File( userFontDir, fontFile ).getAbsolutePath ) parameters.encoding =

Re: [iText-questions] Need help getting an AWT font to work

2011-03-22 Thread Mark Storer
se.Disclaimer; Disclaimer DisCard = null; > -Original Message- > From: Sciss [mailto:cont...@sciss.de] > Sent: Tuesday, March 22, 2011 9:03 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Need help getting an AWT font to work > > hi, > > i ne

[iText-questions] Need help getting an AWT font to work

2011-03-22 Thread Sciss
hi, i need some help with a combo of JFreeChart and iTextPDF. Whenever I export my charts as PDFs, I end up with files that use Helvetica all across the place. my initial approach was def createPDF( file: File, chart: JFreeChart, width: Int, height: Int ) { val pageSize = new IRectangl

Re: [iText-questions] Need help to convert HTML file to PDF using IText

2011-02-08 Thread 1T3XT BVBA
Op 8/02/2011 12:22, balaji.t.santha...@accenture.com schreef: Thank you for your reply. As you said I run through the ImageProvider interface which has been given in chapter 9 of "iText in Action - Second Edition." Here, they have mentioned to give the path of the source file where it does

Re: [iText-questions] Need help to fix image in to footer

2011-02-08 Thread 1T3XT BVBA
Op 8/02/2011 10:07, yenugula suresh schreef: > Hi , > i am generating the PDF with Tables using IText. I have a footer > table ,i need to add the image to the footer. OK, we already knew that from your previous mail. What we don't know, is how you are adding the image to the table, and what

[iText-questions] Need help to fix image in to footer

2011-02-08 Thread yenugula suresh
Hi , i am generating the PDF with Tables using IText. I have a footer table ,i need to add the image to the footer. My sample code is look like this,and i create a class as a subclass of * PdfPageEventHelper* Sample Code: int L = Element.ALIGN_LEFT; int C = Element.ALIGN_CEN

Re: [iText-questions] Need help to convert HTML file to PDF using IText

2011-02-08 Thread 1T3XT BVBA
Op 8/02/2011 8:53, balaji.t.santha...@accenture.com schreef: Hi All, In our project, we are having a requirement to convert html file to PDF file. For that, we are using IText API. If the HTML has some image in its body, IText API fails to put that image in PDF and it throws the following

[iText-questions] Need help to convert HTML file to PDF using IText

2011-02-08 Thread balaji.t.santharam
Hi All, In our project, we are having a requirement to convert html file to PDF file. For that, we are using IText API. If the HTML has some image in its body, IText API fails to put that image in PDF and it throws the following exception. ExceptionConverter: java.io.FileNotFoundException:

Re: [iText-questions] Need help converting ByteArrayOutputStream toVB.NET equivalent

2010-12-24 Thread Paulo Soares
You need MemoryStream. See http://kuujinbo.info/ for C# examples. Paulo - Original Message - From: John R. Smith, Jr. To: itext-questions@lists.sourceforge.net Sent: Friday, December 24, 2010 1:33 AM Subject: [iText-questions] Need help converting ByteArrayOutputStream

[iText-questions] Need help converting ByteArrayOutputStream to VB.NET equivalent

2010-12-23 Thread John R. Smith, Jr.
I am writing a VB.NET app utilizing iText and have hit a snag trying to convert the following line from java to VB.NET. I am creating a booklet so I need to write the file to memory (need to know the total number of pages) so I can rearrange the pages and then generate the real doc. Can someone t

Re: [iText-questions] Need help to generate PDF by using URL content

2010-06-09 Thread Wain, Matthew
[mailto:kishore.chitt...@tcs.com] Sent: 09 June 2010 13:40 To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Need help to generate PDF by using URL content Hi, I have a requirement in my project. Need to generate PDF by using some external URL content for ex: (http://www.google.com). I

[iText-questions] Need help to generate PDF by using URL content

2010-06-09 Thread kishore
Hi, I have a requirement in my project. Need to generate PDF by using some external URL content for ex: (http://www.google.com). I am using struts2. Please let me know how to generate PDF. Thanks Kishore CH -- ThinkGe

[iText-questions] Need help on Unicode characters

2010-02-25 Thread bitm . neeraj
Hi, I am using 'Aerial Unicode MS' fonts to print my PDF files. Some japanese and other characters which are getting printed in excel and HTML are not getting printed in PDF. I am testing it like this: BaseFont bf = BaseFont.createFont(

Re: [iText-questions] need help regarding barcode

2010-01-14 Thread Paulo Soares
See http://1t3xt.be/?X0009d3. Paulo > -Original Message- > From: Venu Repaka [mailto:rven...@gmail.com] > Sent: Wednesday, January 13, 2010 11:33 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] need help regarding barcode > > Hi frie

[iText-questions] need help regarding barcode

2010-01-13 Thread Venu Repaka
Hi friends, I am new to iText. I want to display bar code using iText and add some data to it (Barcode). I need to add current date to the barcode. When we scan the bar code, we need to get the current date. Any help would be greatly appreciated. Waiting for your reply. --

Re: [iText-questions] Need Help! Self Signed external siganture example fails

2009-09-04 Thread mkl
Manfred, mamueller wrote: > i have found the error: > > sap.setExternalDigest(new byte[2048], null, "RSA"); > > must be changed to: > > sap.setExternalDigest(new byte[128], null, "RSA"); > > I dont know why but i works. Ok, when trying to make the expected and actual signature size match,

Re: [iText-questions] Need Help! Self Signed external siganture example fails

2009-09-04 Thread mkl
Hi Manfred, mamueller wrote: > - How can i inspect the signed pdf? With a text editor or a special tool? For a first look I use a viewer that has a hex mode of some kind (e.g. PSPad or the viewer of TotalCommander, but there are many alternatives). This is what I used for your file. For a more

Re: [iText-questions] Need Help! Self Signed external siganture example fails

2009-09-04 Thread mamueller
Hello, i have found the error: sap.setExternalDigest(new byte[2048], null, "RSA"); must be changed to: sap.setExternalDigest(new byte[128], null, "RSA"); I dont know why but i works. Thanks to all Manfred mamueller wrote: > > Hello Michael, > > im a newbie to pdf sign with itext. > I

Re: [iText-questions] Need Help! Self Signed external siganture example fails

2009-09-04 Thread mamueller
Hello Michael, im a newbie to pdf sign with itext. Im a little bit confused. - How can i inspect the signed pdf? With a text editor or a special tool? - How can you see that the /Contents only span the bytes from position 837 through 1100? - Where do you get the information from that the /ByteR

Re: [iText-questions] Need Help! Self Signed external siganture example fails

2009-09-04 Thread mkl
Hello Manfred, mamueller wrote: > original.pdf, signed.pdf and .keystore attached. > Password for key and keystore: my_password If you inspect the signed.pdf, you see that the /Contents only span the bytes from position 837 through 1100 while according to the /ByteRange array they should end at

Re: [iText-questions] Need Help! Self Signed external siganture example fails

2009-09-04 Thread mamueller
ginal Message > From: mamueller > To: itext-questions@lists.sourceforge.net > Sent: Friday, September 4, 2009 9:46:23 AM > Subject: Re: [iText-questions] Need Help! Self Signed external siganture > example fails > > > > > mamueller wrot

Re: [iText-questions] Need Help! Self Signed external siganture example fails

2009-09-04 Thread Andreas Kuehne
Hi Manfrrad, can you make the PDF doc available ? Greetings Andreas - Original Message From: mamueller To: itext-questions@lists.sourceforge.net Sent: Friday, September 4, 2009 9:46:23 AM Subject: Re: [iText-questions] Need Help! Self Signed external siganture example fails

Re: [iText-questions] Need Help! Self Signed external siganture example fails

2009-09-04 Thread mamueller
] >>> Sent: Thursday, September 03, 2009 12:32 PM >>> To: itext-questions@lists.sourceforge.net >>> Subject: [iText-questions] Need Help! Self Signed external >>> siganture example fails >>> >>> Hello, >>> >>> i have tried to run

Re: [iText-questions] Need Help! Self Signed external siganture example fails

2009-09-04 Thread mamueller
] >>> Sent: Thursday, September 03, 2009 12:32 PM >>> To: itext-questions@lists.sourceforge.net >>> Subject: [iText-questions] Need Help! Self Signed external >>> siganture example fails >>> >>> Hello, >>> >>> i have tried to run

Re: [iText-questions] Need Help! Self Signed external siganture example fails

2009-09-03 Thread mamueller
ficate is RSA 1024 bit. > > Paulo > >> -Original Message- >> From: Manfred Müller [mailto:mamuel...@directbox.com] >> Sent: Thursday, September 03, 2009 12:32 PM >> To: itext-questions@lists.sourceforge.net >> Subject: [iText-questions] Need Hel

Re: [iText-questions] Need Help! Self Signed external siganture example fails

2009-09-03 Thread Paulo Soares
Check that your certificate is RSA 1024 bit. Paulo > -Original Message- > From: Manfred Müller [mailto:mamuel...@directbox.com] > Sent: Thursday, September 03, 2009 12:32 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Need Help! Self

[iText-questions] Need Help! Self Signed external siganture example fails

2009-09-03 Thread Manfred Müller
Hello, i have tried to run the example with an external signature in Self Sign Mode, like described on: (http://itextpdf.sourceforge.net/howtosign.html#signextstd) see code below at the end of the mail. The sign process works without errors, but if i open the signed PDF document with Acrobat r

Re: [iText-questions] Need help

2009-08-06 Thread Jignesh Patel
200 > From: i...@1t3xt.info > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Need help > > Jignesh Patel wrote: > > I am trying to achieve the following: > > I have an exisitng pdf with acroform. > > This pdf has 2 pages. > > In certain con

Re: [iText-questions] Need help

2009-08-06 Thread 1T3XT info
Jignesh Patel wrote: > I am trying to achieve the following: > I have an exisitng pdf with acroform. > This pdf has 2 pages. > In certain conditions, I need to copy the first page including the > acroform and then insert it in second position so that the newly > created/copied page becomes the se

[iText-questions] Need help

2009-08-06 Thread Jignesh Patel
Hello All, I am new to the subject of manipulating existing pdfdocuments. I am trying to achieve the following: I have an exisitng pdf with acroform. This pdf has 2 pages. In certain conditions, I need to copy the first page including the acroform and then insert it in second position so

[iText-questions] Need help: Signature with watermark

2009-07-31 Thread pedric kng
Hi, I am new to iText and very impressed by its capability. Reading the tutorials, i have managed to sign a signature field and add watermark to the entire document. I am looking to sign a digital signature with watermark in the signature field as per signature 'PubSec generated signature appear

[iText-questions] Need Help in Decoding Xref Stream

2009-03-26 Thread AoZus
Hi I am a beginner to iText, but I am using it to study about pdf format. I have bought the book, but I am lost at trying to decode the flate-encoded (with predictor=12, col=5) stream. I did the following: PdfReader reader = new PdfReader("format.pdf"); PdfLister lister = new PdfLister(

Re: [iText-questions] Need Help

2009-02-16 Thread SRadhakrishnan
Subject questions about Re: [iText-questions] Need Help

Re: [iText-questions] Need Help

2009-02-16 Thread Paulo Soares
e- > From: sradhakrish...@inautix.co.in > [mailto:sradhakrish...@inautix.co.in] > Sent: Monday, February 16, 2009 9:04 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Need Help > > > Hello, > I have a tool which is used to upload PDF

[iText-questions] Need Help

2009-02-16 Thread SRadhakrishnan
Hello, I have a tool which is used to upload PDF documents into the system. We read the PDF using iText. When am iterating through a Password protected PDF document to get the number of pages, am getting java.io.IOException which contains the message "Bad user password " S

Re: [iText-questions] need help adding headers to an existing pdf

2008-08-20 Thread Paulo Soares
Look for examples using PdfStamper. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Anna riechart > Sent: Wednesday, August 20, 2008 5:04 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] nee

[iText-questions] need help adding headers to an existing pdf

2008-08-20 Thread Anna riechart
I'm a iText newbie. I figured out how to add headers to a pdf while creating the pdf on the fly. But how can I read in an existing pdf and add a header to every page? Thanks in advance for any help. - This SF.Net email is spons

[iText-questions] Need help with java.lang.RuntimeException: Unbalanced save/restore state operators.

2008-07-17 Thread Bora, Niladri
Hi All, I am getting an unbalanced state save/restore exception. My application creates a multi-page pdf document. I first insert images in each page and then use the Graphics2D object that I get from the PdfContentByte object to draw text over the inserted images. A more detailed explanat

Re: [iText-questions] need help

2008-06-06 Thread phyowai tun
On Fri, Jun 6, 2008 at 5:42 PM, phyowai tun <[EMAIL PROTECTED]> wrote: > Dear sir > if possible ,please give me C# code example > for itextsharp , ch18 -under the hood.i only want that c# souce code file. > thanks you. > have a nice day > -

Re: [iText-questions] need help

2008-05-23 Thread 1T3XT info
Kishore_Antrias wrote: > Hi, > I have five cells in a table where three cells have the > contents, and two cells don’t have any contents. The problem is the > cell which do not have contents occupy the same space as the cell > which have the contents. In html cell width are ad

[iText-questions] need help

2008-05-22 Thread Kishore_Antrias
Hi, I have five cells in a table where three cells have the contents, and two cells don't have any contents. The problem is the cell which do not have contents occupy the same space as the cell which have the contents. In html cell width are adjusted according to the content automaticall

[iText-questions] Need help drawing table borders on a table event

2008-04-29 Thread Leif Evers
Hello, I'm having a probem to draw table borders with a tableevent refering to the http://itext.ugent.be/library/com/lowagie/examples/objects/tables/pdfpta ble/TableEvents1.java example. The primary goal is to draw a border around the tableheader cells. The following scenario do I have: I cre

Re: [iText-questions] need help on TextField font

2008-04-28 Thread 1T3XT info
johniText wrote: > Hello thanks first. > > Could you please tell me how you found the " box size in the annotation > array is [104.25,13.87] and in the appearance is [50,25] ", For instance with http://www.1t3xt.com/products/rups.php Or you can open the PDF in a text editor and look for the fiel

Re: [iText-questions] need help on TextField font

2008-04-28 Thread johniText
er than AcroFields.setField(). > > Paulo > > - Original Message - > From: "1T3XT info" <[EMAIL PROTECTED]> > To: "Post all your questions about iText here" > > Sent: Monday, April 28, 2008 6:57 PM > Subject: Re: [iText-questions] need help on TextFiel

Re: [iText-questions] need help on TextField font

2008-04-28 Thread johniText
Hello, The code that produced this PDF is in my first post. I think you are right, when Adobe reader opens this PDF, it uses some appearance. But in my code I don't pre-define any appearance at all... If a correctly pre-defined appearance can make Adobe reader display the annotation text using

Re: [iText-questions] need help on TextField font

2008-04-28 Thread Paulo Soares
the field originally was not iText or it was something other than AcroFields.setField(). Paulo - Original Message - From: "1T3XT info" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Monday, April 28, 2008 6:57 PM Subject: Re: [iText-qu

Re: [iText-questions] need help on TextField font

2008-04-28 Thread Leonard Rosenthol
Given that I don't know how you produced this PDF in the first place, I can't really comment specifically. What I see is Acrobat/Reader drawing the pre-defined appearance (/AP/ N) when the file is open. I guess this is what you think is incorrect. If so, whatever program created it did so w

Re: [iText-questions] need help on TextField font

2008-04-28 Thread 1T3XT info
johniText wrote: > On my machine the weired thing is when this pdf is opened, the > font is not what I set in the java code. But if you click the text > and then do some modification to the text, then the font changes > to be what I set in my java code. This doesn't happen on my PC!!! > My questi

Re: [iText-questions] need help on TextField font

2008-04-28 Thread johniText
Hi Leonard, Thanks for your help. Could you please open the PDF I uploaded http://www.nabble.com/file/p16905159/textfield.pdf On my machine the weired thing is when this pdf is opened, the font is not what I set in the java code. But if you click the text and then do some modification to the tex

Re: [iText-questions] need help on TextField font

2008-04-28 Thread Leonard Rosenthol
On Apr 25, 2008, at 4:39 PM, johniText wrote: > I don't understand why the font Arial is used instead font > Helvetica. Helvetica is supposed to be a standard font and supposed > to be available in all PDF applications right ? > No, Helvetica is NOT guaranteed to be available in all PDF applica

Re: [iText-questions] need help on TextField font

2008-04-26 Thread 1T3XT info
johniText wrote: > Let me upload the PDF again: > http://www.nabble.com/file/p16905159/textfield.pdf textfield.pdf Looks OK to me. There's no change in font when I click the text and change it. > I don't understand why the font Arial is used instead font > Helvetica. Helvetica is supposed to be

Re: [iText-questions] need help on TextField font

2008-04-26 Thread johniText
Let me upload the PDF again: http://www.nabble.com/file/p16905159/textfield.pdf textfield.pdf I don't understand why the font Arial is used instead font Helvetica. Helvetica is supposed to be a standard font and supposed to be available in all PDF applications right ? 1T3XT info wrote: > >

Re: [iText-questions] need help on TextField font

2008-04-25 Thread 1T3XT info
johniText wrote: > When I checked the PDF file document properties in Adobe reader, it reads: > Helvetica-BoldOblique >Type: Type 1 >Encoding: Ansi >Actual Font: Arial-BoldItalicMT >Actual Font Type: TrueType I didn't see the PDF (maybe the attachmen

Re: [iText-questions] need help on TextField font

2008-04-25 Thread Leonard Rosenthol
That means you aren't embedding the font and so Acrobat/Reader has to substitute. Leonard On Apr 25, 2008, at 10:42 AM, johniText wrote: > > Dear 1T3XT, > > Thanks a lot for your help. I ran the code you provided, and it > produced the exact behaviour as I described. I attached the > PDF file

Re: [iText-questions] need help on TextField font

2008-04-25 Thread johniText
Dear 1T3XT, Thanks a lot for your help. I ran the code you provided, and it produced the exact behaviour as I described. I attached the PDF file produced on my system for your reference. The environment of my system is: Windows 2000, Java JDK 1.5, Adobe reader version 8.1.0, iText version 2.1

Re: [iText-questions] need help on TextField font

2008-04-24 Thread 1T3XT info
johniText wrote: Hello, I am using the convenience class, TextField, to create PdfFormField. First I create the text field, then I set the text and the font, color, etc. I made a small standalone sample and I can't reproduce the following behavior: But When I open the PDF file using Adobe rea

[iText-questions] need help on TextField font

2008-04-24 Thread johniText
Hello, I am using the convenience class, TextField, to create PdfFormField. First I create the text field, then I set the text and the font, color, etc. But When I open the PDF file using Adobe reader, the font of the text is NOT what I set in my java code. The weired thing is, if I click the

Re: [iText-questions] Need help: [How to export a report to pdf format on fly using itext]

2008-03-31 Thread Bruno Lowagie
swami deepa wrote: > Hi, > > I am stuck with one problem > In our website we create a report and snapshots on fly i.e. > dynamically. OK. These are HTML reports? > I want to export and save then as .pdf file when user clicks > on download button. You mean you want to star

[iText-questions] Need help: [How to export a report to pdf format on fly using itext]

2008-03-31 Thread swami deepa
Hi, I am stuck with one problem In our website we create a report and snapshots on fly i.e. dynamically.I want to export and save then as .pdf file when user clicks on download button. Please guide me how to do this using iText. Waiting for reply. Thanks.

Re: [iText-questions] Need Help

2008-03-03 Thread Leonard Rosenthol
On Mar 3, 2008, at 12:15 AM, Priyanka Prasad, HCL-Industry Solutions wrote: > Adobe's Illustrator is a tool to create images. Illustrator is a tool for creating vector artwork - as opposed to Photoshop which is a tool for creating raster artwork. > Now when an image is > created usin

Re: [iText-questions] Need Help

2008-03-02 Thread Priyanka Prasad, HCL-Industry Solutions
onard Rosenthol Sent: Saturday, March 01, 2008 4:58 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Need Help Not all images in a PDF are JPEG - most, in fact, are not. I also don't know what you mean by "{combination of small-2 objects". Can

Re: [iText-questions] Need Help

2008-02-29 Thread Leonard Rosenthol
; > Regards! > Priyanka Prasad > > > > From: [EMAIL PROTECTED] on behalf of > Leonard Rosenthol > Sent: Fri 2/29/2008 5:49 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Need Help > > > _IF_ you have a way to identify what the images a

Re: [iText-questions] Need Help

2008-02-29 Thread Priyanka Prasad, HCL-Industry Solutions
From: [EMAIL PROTECTED] on behalf of Leonard Rosenthol Sent: Fri 2/29/2008 5:49 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Need Help _IF_ you have a way to identify what the images are programmatically - that same sample can be used to replace any/all

Re: [iText-questions] Need Help

2008-02-29 Thread Leonard Rosenthol
_IF_ you have a way to identify what the images are programmatically - that same sample can be used to replace any/all images on the page. Leonard On Feb 28, 2008, at 10:06 AM, Priyanka Prasad, HCL-Industry Solutions wrote: Hi, I am currently working on a Project where I need to read and

[iText-questions] Need Help

2008-02-28 Thread Priyanka Prasad, HCL-Industry Solutions
Hi, I am currently working on a Project where I need to read and input PDF file, and on one or more pages of the PDF I need to replace one or more images with another jpg image. Please assist me if this functionality can be achieved through iText. Also when browsing the net I came across a code t

[iText-questions] Need help Flattening an XFA PDF

2008-02-26 Thread Samuel B. Quiring
I need help flattening a PDF file where isXfaPresent() is true. I am trying to use the following routine. It works fine for older PDF forms. When isXfaPresent() is true this routine creates the new file without error, but Adobe Reader claims I need a newer version of Adobe Reader to read the resu

Re: [iText-questions] Need Help ASAP

2007-10-22 Thread Paulo Soares
iText can't extract text. Look for jpedal and pdfbox. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sameet Lal > Sent: Monday, October 22, 2007 1:28 AM > To: itext-questions@lists.sourceforge.net > Subject:

Re: [iText-questions] Need Help ASAP

2007-10-21 Thread Sameet Lal
Bruno Lowagie (iText lowagie.com> writes: > > Sameet Lal wrote: > > Hi, > > > > I am using iText. I am creating a PDF file using PdfWriter. It works fine. > > Now I need to read the contents of above created file, for this I am > > using PdfReader, but it gives me lot of extra characters. > >

[iText-questions] Need Help ASAP

2007-10-15 Thread Sameet Lal
Hi, > > I am using iText. I am creating a PDF file using PdfWriter. It works fine. > Now I need to read the contents of above created file, for this I am using > PdfReader, but it gives me lot of extra characters. Following is the > contents it extracts from PDF file: > q BT 36 806 Td 0 -18 Td

Re: [iText-questions] Need Help about Fonts

2007-09-20 Thread bright_shine
Thanks for your answer. The question has been resolved ! The reason is we should put the *.TTF files put JAVA_HOME/jre/lib/Fonts catalog. -- View this message in context: http://www.nabble.com/Need-Help-about-Fonts-tf4485582.html#a12811470 Sent from the iText - General mailing list archive at N

  1   2   >