Re: [iText-questions] Question itext

2006-07-31 Thread Paulo Soares
Use HTMLWorker. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank Sent: Monday, July 31, 2006 4:09 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Question itext Hi, I have the followin problem: I am

Re: [iText-questions] Question PdfContentByte

2006-07-24 Thread mcevikce
I am sorry I am new to this. Example shows that footer and header is added to document maybe I am missing something. Assuming I get the PdfContentByte from writer.getDirectContent() then how do I add table to content afterwards? -- View this message in context:

Re: [iText-questions] Question with thread Need help for newline from itext list gruup

2006-07-22 Thread Bruno Lowagie
Please keep on the mailinglist; you have sent this question only to me. This is not a good idea: I am on vacation. Kamil wrote: I'm using itext on java serwlets, any new request object are created on new, now static object (like TemplateMenager) are hold in memory. On start everything is ok.

Re: [iText-questions] Question about rtf and stylesheets

2006-07-16 Thread Mark Hall
On Thursday 18 May 2006 11:43, Jukka Pitkänen wrote: Code below doesn't do that and I think I missed some point about saving the stylesheet information to the document, obviously ;) Sorry about the long response time. I moved your e-mail to a different folder by accident and thus it was lost. I

Re: [iText-questions] Question

2006-07-13 Thread bruno
Jonathan Barber wrote: Hello, I was wondering something. I have code using iTextSharp that searches existing PDF documents for keywords entered by a user. I would like to know if there is a way, once I get those results back noting what page they appear on. Lets say I search for a

[iText-questions] Question

2006-07-12 Thread Jonathan Barber
Hello, I was wondering something. I have code using iTextSharp that searches existing PDF documents for keywords entered by a user. I would like to know if there is a way, once I get those results back noting what page they appear on. Lets say I search for a word and it appears on page

[iText-questions] Question regarding PdfAcroForm

2006-07-03 Thread Sawant, Ramdas (IT)
Hi all, I am a novice to itext. Not much work done. Please correct me where ever necessary. I want to create a form (like HTML form ) to enter the information and submit it to the server. First, is it possible? I have seen PdfAcroForm with methods like

Re: [iText-questions] Question regarding PdfAcroForm

2006-07-03 Thread bruno
Sawant, Ramdas (IT) wrote: Hi all, I am a novice to itext. Not much work done. Please correct me where ever necessary. I want to create a form (like HTML form ) to enter the information and submit it to the server. First, is it possible? Yes, but it's a

Re: [iText-questions] Question on security

2006-06-07 Thread Guy Careau
: [iText-questions] Question on security Date: Fri, 12 May 2006 17:36:59 -0400 At 02:08 PM 5/12/2006, Guy Careau wrote: I have a document pdf that have security options that allow the pdf to be modified and save on disk. After setting some field with itext, when i open the document with acrobat

Re: [iText-questions] Question on security

2006-06-07 Thread Paulo Soares
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guy Careau Sent: Wednesday, June 07, 2006 12:51 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Question on security Hello Does it have a way

[iText-questions] question about how don't print image

2006-05-26 Thread Alessandro Ruggieri
Sorry Paulo, you have wrote this: "Yes, if you include the image in an optional content group that doesn't print." but i don't understood how to do this can you post littlesome code? thanks, ale

RE: [iText-questions] question about how don't print image

2006-05-26 Thread Paulo Soares
http://itextdocs.lowagie.com/tutorial/directcontent/optionalcontent/index.html Paulo From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alessandro RuggieriSent: Friday, May 26, 2006 11:25 AMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions

RE: [iText-questions] question about how don't print image

2006-05-26 Thread Alessandro Ruggieri
: itext-questions@lists.sourceforge.netSubject: [iText-questions] question about how don't print imageSorry Paulo,you have wrote this:"Yes, if you include the image in an optional content group that doesn't print."but i don't understood how to do this can you post

[iText-questions] Question about PDF original Page Numbers

2006-05-24 Thread Phil Poupart
Title: Question about PDF original Page Numbers I'm having a tough time extracting the original page number from PDF's. Some PDF's exported from apps like Quark or InDesign have Roman Numeral page numbering or a page range such as pages 4 through 8. How do I get that information in order to

RE: [iText-questions] Question about PDF original Page Numbers

2006-05-24 Thread Paulo Soares
; }}reader.close(); Paulo From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phil PoupartSent: Wednesday, May 24, 2006 5:10 AMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions] Question about PDF original Page Numbers I'm having a tough time e

[iText-questions] Question about Bookmarks

2006-05-23 Thread Shoaib Gauhar
Hello I am using SimpleBookmark class to get bookmarks from a PDF file by using SimpleBookmark.getBookmark(reader) method. The main problem is that when it returns a list, i am unable to extract the required information from the fields in it, especially Named field. Some PDF files return

[iText-questions] Question about PdfPCell

2006-05-22 Thread Joey Watson
HI All. It's my first time user iText. I got a problem. When I am using PdfPCell class, I found there are a colspan function, but I can not find rowspan function as Cell class. So how can I span cells more than one by PdfPCell? Thanks. ---

Re: [iText-questions] Question about PdfPCell

2006-05-22 Thread Paulo Soares
Use nested tables. Paulo - Original Message - From: Joey Watson [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Monday, May 22, 2006 5:05 PM Subject: [iText-questions] Question about PdfPCell HI All. It's my first time user iText. I got a problem. When I am using

Re: [iText-questions] Question about PdfPCell

2006-05-22 Thread Joey Watson
Thanks Paulo On 5/23/06, Paulo Soares [EMAIL PROTECTED] wrote: Use nested tables. Paulo - Original Message - From: Joey Watson [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Monday, May 22, 2006 5:05 PM Subject: [iText-questions] Question about PdfPCell HI All

[iText-questions] Question about SimpleBookmark Class

2006-05-19 Thread Shoaib Gauhar
Hello I am using SimpleBookmark class to get bookmarks from a PDF file by using SimpleBookmark.getBookmark(reader) method. The main problem is that when it returns a list, i am unable to extract the required information from the fields in it, especially Named field. Some PDF files return

[iText-questions] Question about rtf and stylesheets

2006-05-18 Thread Jukka Pitkänen
Hello! I use the iText 1.4 to create rft-documents. In the iText 1.4 there are classes RtfParagraphStyle and RtfStylesheet, I thought that the RtfParagraphStyle can be used like the RtfFont but in a way that the stylesheet information is saved to the generated document. So question is how to

Re: [iText-questions] Question about rtf and stylesheets

2006-05-18 Thread Mark Hall
On Thursday 18 May 2006 11:43, Jukka Pitkänen wrote: I use the iText 1.4 to create rft-documents. In the iText 1.4 there are classes RtfParagraphStyle and RtfStylesheet, I thought that the RtfParagraphStyle can be used like the RtfFont but in a way that the stylesheet information is saved to

[iText-questions] Question : Javascript action on close document ?

2006-05-18 Thread benjamin henique
Hi, I want to know if it is possible to do an action on close document pdf, I just want a confirm box like in _javascript_ when I want to close my pdf generated by iText. Confirm "yes" will close the pdf and "no" won't close it. Thx:)Testez la future version de MSN Hotmail : Windows Live Mail !

Re: [iText-questions] Question : Javascript action on close document ?

2006-05-18 Thread Leonard Rosenthol
At 09:38 AM 5/18/2006, benjamin henique wrote: Hi, I want to know if it is possible to do an action on close document pdf, Yes. It's called a Close Document Action. I just want a confirm box like in javascript when I want to close my pdf generated by iText. Confirm yes will close

Re: [iText-questions] Question : Javascript action on close document ?

2006-05-18 Thread benjamin henique
Thx but can you gimme some code example because I don't find anything, thx for help :) From:Leonard Rosenthol [EMAIL PROTECTED]Reply-To:itext-questions@lists.sourceforge.netTo:itext-questions@lists.sourceforge.net,itext-questions@lists.sourceforge.netSubject:Re: [iText-questions] Question

RE: [iText-questions] Question on security

2006-05-13 Thread Mark Storer
, May 12, 2006 11:08 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Question on security Hi there, I have a document pdf that have security options that allow the pdf to be modified and save on disk. After setting some field with itext, when i open the document

[iText-questions] Question on security

2006-05-12 Thread Guy Careau
Hi there, I have a document pdf that have security options that allow the pdf to be modified and save on disk. After setting some field with itext, when i open the document with acrobat reader I have the message This document contained certain rights to enable special features in Adobe

Re: [iText-questions] Question on security

2006-05-12 Thread Leonard Rosenthol
At 02:08 PM 5/12/2006, Guy Careau wrote: I have a document pdf that have security options that allow the pdf to be modified and save on disk. After setting some field with itext, when i open the document with acrobat reader I have the message Right. When you Reader Enable a

[iText-questions] Question

2006-05-04 Thread shoaib ahmad
Hello I have a technical question about the usage of iText. I am trying to append pages to an existing pdf file with a PdfStamper object. But what it does is it erases the previous pages and copies the new one. Is there a way to append the pages with PdfStamper in an existing Pdf file.

Re: [iText-questions] Question

2006-05-04 Thread Bruno Lowagie
shoaib ahmad wrote: Hello I have a technical question about the usage of iText. I am trying to append pages to an existing pdf file with a PdfStamper object. But what it does is it erases the previous pages and copies the new one. Is there a way to append the pages with PdfStamper in an

[iText-questions] Question

2006-04-28 Thread shoaib ahmad
Hello I have a question. Actually i am using your itext library and am unable to find a way to adjust the magnification of my document through your library. What i want is to adjust the magnification so if we open it through a pdf reader application it opens the pdf document in 100 or 200

Re: [iText-questions] Question

2006-04-28 Thread Paulo Soares
Go to http://itextdocs.lowagie.com/tutorial/objects/anchors/index.html#actions and look for open actions. Paulo - Original Message - From: shoaib ahmad [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Friday, April 28, 2006 7:54 AM Subject: [iText-questions

[iText-questions] Question about fonts

2006-04-25 Thread Rakesh Patel
Hi, I'm new to iText so please forgive my question if its obvious. I am developing a pdf that needs to use Arial font. I saw previous postings about finding the ttf file and registering it. However, my app runs on both windows and unix so hard coding a directory path is not easy. Has anyone

Re: [iText-questions] Question about fonts

2006-04-25 Thread Bruno Lowagie
Rakesh Patel wrote: Hi, I'm new to iText so please forgive my question if its obvious. I am developing a pdf that needs to use Arial font. I saw previous postings about finding the ttf file and registering it. However, my app runs on both windows and unix so hard coding a directory path

Re: [iText-questions] Question about fonts

2006-04-25 Thread Piotr Górski
Hi, IMHO just attach permanently the Arial Font to your application ? Write simple code which will check operating system and then register this font. For example: DefaultFontMapper mapper = new DefaultFontMapper(); osname = System.getProperty(os.name); userdir =

[iText-questions] Question PdfContentByte

2006-04-19 Thread marvit
Bruno, How position the rectangule, i obtain position text, but rectangule no, below code. PdfContentByte cb; cb = writer.DirectContent; cb1.RoundRectangle(0, 0, 284, 120,10); cb1.Stroke(); Thanks Marcio Martins

Re: [iText-questions] Question PdfContentByte

2006-04-19 Thread Paulo Soares
Is there a question here? (Qual é a pergunta?) Paulo - Original Message - From: marvit [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Wednesday, April 19, 2006 8:17 PM Subject: [iText-questions] Question PdfContentByte Bruno, How position the rectangule, i

[iText-questions] Question about Vertical Alignments inside ColumnText

2006-04-10 Thread wang yun
Dear Support, I try to draw a text inside the center of a rectangle. I need vertical alignment. Element.ALIGN_MIDDLE doesn't work. Please advice. yun Here is the code: PdfReader reader = new PdfReader(old.pdf); PdfStamper stamp = new PdfStamper(reader, new FileOutputStream(new.pdf));

Re: [iText-questions] Question about Vertical Alignments inside ColumnText

2006-04-10 Thread Paulo Soares
Use a PdfPTable. - Original Message - From: wang yun [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Monday, April 10, 2006 7:21 PM Subject: [iText-questions] Question about Vertical Alignments inside ColumnText Dear Support, I try to draw a text inside

Re: [iText-questions] question on rtfwriter2

2006-04-06 Thread Mark Hall
On Thursday 06 April 2006 02:44, Sandi Wenas wrote: Here is the code that I am trying to run: Document document = new Document(); RtfWriter2.getInstance(document, new FileOutputStream(testRTFdocument.rtf)); document.open(); document.add(new Paragraph(Hello World!)); document.close();

Re: [iText-questions] Question Table Section

2006-04-06 Thread bruno
marvit wrote: Hello, How Create section in the table? I need repeat sub-titles when insert new pages. I have no idea what to answer, because I can't picture your requirement. Can you describe what you need? Have you read the tutorial on tables? br, Bruno

Re: [iText-questions] Question Table Section

2006-04-06 Thread bruno
marvit wrote: Bruno, I am sending two files(page1.jpg, page2.jpg). Page 1 Sub-Header - Alterações Salariais When page break, it would like that repeat sub-header. Page 2 Continue Alterações Salariais, but not repeat sub-header You can see on the images.

Re: [iText-questions] Question regarding itext

2006-04-05 Thread bruno
Kheirallah, Wassim wrote: Hi, I just have a question regarding itext. Does itext support CSS stylesheets or not? General answer: no. Specific answer: maybe, what is the context? br, Bruno --- This SF.Net email is sponsored by xPML, a

[iText-questions] question on rtfwriter2

2006-04-05 Thread Sandi Wenas
Greetings, I am a newbie in here. I just currently tried to follow the tutorial on how to create rtf document. However, I found a problem. I am not sure if the problem comes from my computer or the jar file that I used. I downloaded itext-1.4.jar that is available on the lowagie's website. Here

[iText-questions] Question regarding itext

2006-04-04 Thread Kheirallah, Wassim
Hi, I just have a question regarding itext. Does itext support CSS stylesheets or not? Thank you, Wassim Kheirallah Software Engineer 3H Technology, L.L.C v: (703) 521-5200 x3706 m: (202) 725-0527 www.3ht.com

[iText-questions] Question about Markup inside PdfAnnotation

2006-03-31 Thread wang yun
Dear Paulo, I am learning PdfAnnotation. createPopup works very well but I can not make Markup work. What is the quadPoints? Would you please give me en example? Thanks a lot, yun wang Here is the code: PdfReader reader = new PdfReader(old.pdf); PdfStamper stamp = new PdfStamper(reader,

Re: [iText-questions] Question about Markup inside PdfAnnotation

2006-03-31 Thread Paulo Soares
That's explained in the pdf reference. - Original Message - From: wang yun [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Friday, March 31, 2006 11:36 PM Subject: [iText-questions] Question about Markup inside PdfAnnotation Dear Paulo, I am learning PdfAnnotation

[iText-questions] Question Table Set Font

2006-03-27 Thread marvit
Hello, As I can change the attributes of the font in a table. Thanks

Re: [iText-questions] Question Table Set Font

2006-03-27 Thread Paulo Soares
You use any font in a Phrase. - Original Message - From: marvit [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Monday, March 27, 2006 8:51 PM Subject: [iText-questions] Question Table Set Font Hello, As I can change the attributes of the font in a table

[iText-questions] question concerning simple 'Hello World' PDF file

2006-03-24 Thread Aliass79
Hallo i have got the following problem. Microsoft Windows XP [Version 5.1.2600](C) Copyright 1985-2001 Microsoft Corp. C:\Dokumente und Einstellungen\illic:\Der Befehl "c:\" ist entweder falsch geschrieben oderkonnte nicht gefunden werden. C:\Dokumente und Einstellungen\illicd c:\

Re: [iText-questions] question concerning simple 'Hello World' PDF file

2006-03-24 Thread Paulo Soares
Subject: [iText-questions] question concerning simple 'Hello World' PDF file Hallo i have got the following problem. Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Dokumente und Einstellungen\illic:\ Der Befehl c:\ ist entweder falsch geschrieben oder

[iText-questions] Question on Barcode fonts

2006-02-17 Thread Vadim Gintov
Dear Sirs, I need to embed Barcode 128 B font to PDF document. Could you assist me with a problem: where I can purchase, download or get in some other way this font? Thank you in advance for your help. Best regards, Vadim Gintov Project Manager ILS Ukraine, Ltd.

[iText-questions] Question about List in RTF

2006-02-08 Thread Sidney
Hi, I am using RtfWriter2 to generate a RTF document. I use com.lowagie.text.List to generate a list and put it in a com.lowagie.text.rtf.table.RtfCell object. I know that the RtfCell object doesn't support adding in the ListItem. But can I add in a List object? Also I wanna ask is there any

Re: [iText-questions] question about arabic support

2006-02-06 Thread Bruno Lowagie
aly noor wrote: Dear \ Bruno first i'm sorry if my english language is weak. I don't understand arabic, so I can't see which of the documents you have sent me shows correct arabic sentences and which one shows them the other way round. I also don't have the time to inspect the PDF to find

RE: [iText-questions] question about arabic support

2006-02-06 Thread Paulo Soares
-questions] question about arabic support aly noor wrote: Dear \ Bruno first i'm sorry if my english language is weak. I don't understand arabic, so I can't see which of the documents you have sent me shows correct arabic sentences and which one shows them the other way round. I also

[iText-questions] Question about IRT entry for markup annotations.

2006-02-06 Thread Alexander Golub
Hello, friends. I've encountered the situation, when PDF document contains text annotation with reply. As you definitely know, reply is the annotation too, but it isrenderingin the same area as annotation the given reply is dirrected to and text of reply is shown within popup window of

RE: [iText-questions] Question about IRT entry for markup annotations.

2006-02-06 Thread Paulo Soares
Subject: [iText-questions] Question about IRT entry for markup annotations. Hello, friends. I've encountered the situation, when PDF document contains text annotation with reply. As you definitely know, reply is the annotation too, but it is rendering in the same area as annotation

[iText-questions] question about arabic support

2006-01-28 Thread aly noor
Dear responsible please help me if you can, i use iText to convert my reports to pdf files but i face problem with arabic data it is not understood in pdf files it appears not meaning characters what font and encoding i can use ??? i attach the java file which i use it to write to pdf

[iText-questions] Question about PdfPCell and setHorizontalAlignment

2006-01-09 Thread Andrew_McLaren
In the iText by example samples, you have the following snippet for setting the horizontal alignment of a cell: Paragraph p = new Paragraph(Quick brown fox jumps over the lazy dog. Quick brown fox jumps over the lazy dog.); ... cell = new

[iText-questions] Question about wrapping text

2005-12-16 Thread Baker, Gregory M
Title: Message We are currently using iText to create a PDF. We use the method "showTextAligned" to write some text values out. However, there are some cases where we have a "bounding box" of where we are writing out some string data. We would like a method that will do the text wrapping

Re: [iText-questions] Question about wrapping text

2005-12-16 Thread Vineet Reynolds
Maybe you should have a look at ColumnText. That will simulate the bounding box for you.On 12/16/05, Baker, Gregory M [EMAIL PROTECTED] wrote: We are currently using iText to create a PDF. We use the method showTextAligned to write some text values out. However, there are some cases where

RE: [iText-questions] Question about ByteBuffer.formatDouble

2005-12-15 Thread Paulo Soares
if ByteBuffer.HIGH_PRECISION = true. Paulo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam Goode Sent: Thursday, December 15, 2005 5:13 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Question about ByteBuffer.formatDouble Hi

RE: [iText-questions] Question about ByteBuffer.formatDouble

2005-12-15 Thread Adam Goode
This solves my problem. Thank you very much! Adam On Thu, 2005-12-15 at 12:21 +, Paulo Soares wrote: ByteBuffer.formatDouble() is designed to be fast and output 5 significative digits, not 5 decimal digits in all cases. This compromise works well but I also realize that for the odd

[iText-questions] Question about ByteBuffer.formatDouble

2005-12-14 Thread Adam Goode
Hi, I am using iText 1.3.6 to do some drawing in PDF. I was wondering why ByteBuffer.formatDouble does some things, (and why it appears to reimplement something like java.text.DecimalFormat). Most things seem ok, but why if (1.0 = d = 32767) then precision is truncated to 2 decimal places? It

[iText-questions] question about using itext

2005-12-07 Thread saurabh akshekar
Hi! Can u please tell me how do i use iText in my application to manipulate pdf and insert links and references into it Please this is very urgent Do replyRegards Saurabh Yahoo! Personals Single? There's someone we'd like you to meet. Lots of someones, actually. Try Yahoo!

[iText-questions] Question

2005-12-07 Thread Vijay Harsha
Hi All Can i text be used to substitute values in the PDF content. Ex: if i have author_name in the PDF document can i substitute author_name in the PDF dynamically. Regards VJ

[iText-questions] question

2005-12-02 Thread John Li
Hi, Do you have commercial licenseitext version? Thanks! John

Re: [iText-questions] question

2005-12-02 Thread Paulo Soares
http://www.lowagie.com/iText/faq.html#support - Original Message - From: John Li [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Friday, December 02, 2005 7:47 PM Subject: [iText-questions] question Hi, Do you have commercial license itext version? Thanks! John

Re: [iText-questions] question

2005-12-02 Thread Leonard Rosenthol
At 02:47 PM 12/2/2005, John Li wrote: Do you have commercial license itext version? If you need a commercial license, as well as support maintenance, then my company, PDF Sages (http://www.pdfsages.com) has made arrangements with Paulo and Bruno to offer you such. Just

[iText-questions] Question on the PDFWriter

2005-11-23 Thread Ambareesh Kulkarni
Is there a way we can specify the users printer to be used for printing (without opening the windows print dialog box) instead of always printing to the default printer? regards Ambareesh Kulkarni Director, e.Services Actuate Corporation Tel: (732)744 7503 (work), (732)233 3740

Re: [iText-questions] Question on the PDFWriter

2005-11-23 Thread Leonard Rosenthol
At 10:51 AM 11/23/2005, Ambareesh Kulkarni wrote: Is there a way we can specify the user's printer to be used for printing (without opening the windows print dialog box) instead of always printing to the default printer? Yes, via JavaScript and a custom Print button. Leonard

Re: [iText-questions] Question on the PDFWriter

2005-11-23 Thread Bruno Lowagie
Ambareesh Kulkarni wrote: Is there a way we can specify the user’s printer to be used for printing (without opening the windows print dialog box) instead of always printing to the default printer? I don't understand. How are you starting the printing process? You are not looking for a way

Re: [iText-questions] Question on the PDFWriter

2005-11-23 Thread Bruno Lowagie
Leonard Rosenthol wrote: At 10:51 AM 11/23/2005, Ambareesh Kulkarni wrote: Is there a way we can specify the user's printer to be used for printing (without opening the windows print dialog box) instead of always printing to the default printer? Yes, via JavaScript and a custom

RE: [iText-questions] Question on the PDFWriter

2005-11-23 Thread Ambareesh Kulkarni
@lists.sourceforge.net Subject: Re: [iText-questions] Question on the PDFWriter At 10:51 AM 11/23/2005, Ambareesh Kulkarni wrote: Is there a way we can specify the user's printer to be used for printing (without opening the windows print dialog box) instead of always printing to the default printer? Yes

RE: [iText-questions] Question on the PDFWriter

2005-11-23 Thread Leonard Rosenthol
At 12:01 PM 11/23/2005, Ambareesh Kulkarni wrote: Do you have an example that you can share? Fully documented in the Adobe Acrobat SDK. Does the itext PDFWriter have a method that I can use to set the printer? You use the methods in iText to 1) Create a push button on

Re: [iText-questions] question

2005-10-29 Thread Paulo Soares
1:13 AM Subject: Re: [iText-questions] question no, actually datos is byte array which I pass to the image object, to get it printed on the generated PDF, datos keeps the byte data from the BLOB image, i dont try to save it into a file, i am just trying to retrieve the BLOB column

[iText-questions] question

2005-10-28 Thread Kyrna Margarita Quintanilla Machado
l am trying to retrieve a BLOB column from a Oracle table, the colums contains TIFF image, and i am trying to render this Image from the DB to a PDF, this is my code, and i get this java.io.IOException: Could not find a recognized imageformat. if (rs.next()) { ImagenBlob = rs.getBlob(1);

Re: [iText-questions] question

2005-10-28 Thread Paulo Soares
The question here is if saving datos to a file you are able to open it with a graphics program. - Original Message - From: Kyrna Margarita Quintanilla Machado [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Friday, October 28, 2005 11:23 PM Subject: [iText-questions

[iText-questions] question

2005-10-19 Thread sudhir
Hi. I'm using iText with JFreeChart to draw charts in pdf documents. I'd like to be able to popup a tooltip when the mouse is over certain regions in the chart. Is this possible in a pdf document? Sudhir --- This SF.Net email is sponsored by:

Re: [iText-questions] question

2005-10-19 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: Hi. I'm using iText with JFreeChart to draw charts in pdf documents. That's possible I'd like to be able to popup a tooltip when the mouse is over certain regions in the chart. Is this possible in a pdf document? Tooltips in PDF are possible. Combining both

[iText-questions] Question on PDF Header/Footer [csharp]

2005-10-19 Thread Roland Müller
Hi, i have a footer and a header in my pdf document. I know how i can change the font, but the text is NOT in the vertical middle (in the footer). There is more space to the bottom border than to the top border. Is this a generel problem? I use buy: HeaderFooter footer = new

[iText-questions] Question:

2005-10-18 Thread Krishna Chaitanya
Hi All, I am creating pdf report and the report also nees to contain pie charts. Can someone please let me know if they have implemented this and would be interested in mailing me the sample code to do this. Thanks Krishna Beri.__Do You

RE: [iText-questions] Question:

2005-10-18 Thread Bill Ensley
@lists.sourceforge.netSubject: [iText-questions] Question: Hi All, I am creating pdf report and the report also nees to contain pie charts. Can someone please let me know if they have implemented this and would be interested in mailing me the sample code to do this. Thanks Krishna Beri

RE: [iText-questions] Question:

2005-10-18 Thread Bill Ensley
never asked a question before looking in the archives. ; ) From: Krishna Chaitanya [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 4:18 PMTo: Bill EnsleySubject: RE: [iText-questions] Question: Can you pass on some sample code for that.I am really stuck with that now and not able

[iText-questions] Question about JavaScript to Sum

2005-10-13 Thread wang yun
Dear Paulo, I try to add the js code into text 4 to get the sum value of the other 3 fileds. I try to use the JS code by Adobe acrobat. But, it didn't work: String code = AFSimple_Calculate(\SUM\, new Array (\Text 1\, \Text 2\, \Text 3\));; Please give me advise. Thanks yun Document

[iText-questions] Question about filling form with Thai character

2005-10-09 Thread windwalk software
Dear sir, Iam usingitext in my university project to fill pdf form from xml data I got from user.It works very well in English.ButI can't use itext to fill thai character tomy form. I have already checked the mail archieve. I understand that itext doesn't support unicode.But I want to make sure

Re: [iText-questions] Question about filling form with Thai character

2005-10-09 Thread Bruno Lowagie
windwalk software wrote: Dear sir, I am using itext in my university project to fill pdf form from xml data I got from user.It works very well in English.But I can't use itext to fill thai character to my form. I have already checked the mail archieve. I understand that itext doesn't support

Re: [iText-questions] Question about filling form with Thai character

2005-10-09 Thread Paulo Soares
Thai really needs Unicode support and iText can't do it. It's far from trivial to add support in iText for this. - Original Message - From: windwalk software [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Sunday, October 09, 2005 4:59 PM Subject: [iText-questions

RE: [iText-questions] Question about Unicode support for PDF Form Field

2005-10-06 Thread Paulo Soares
@lists.sourceforge.net Subject: [iText-questions] Question about Unicode support for PDF Form Field Dear Paulo, I need to create some Chinese Fill-out Forms. It will be nice if itext can create Unicode PDF Form Field. Please advise me how to do that right now. Thanks, yun

RE: [iText-questions] Question about Unicode support for PDF Form Field

2005-10-06 Thread Paulo Soares
To: Paulo Soares Subject: RE: [iText-questions] Question about Unicode support for PDF Form Field Paulo, How can I use the fonts under Windows/Fonts for New Form Fields? Thanks yun --- Paulo Soares [EMAIL PROTECTED] wrote: You'll have to create the fields with these fonts: http

[iText-questions] Question on PDF Signature

2005-10-05 Thread Florian
Hy ! intro I´ve got a basic question to the logic that underlies PDF. I do so here, because I didn´t get the answer in PDF Reference: /intro question Where is the digest belonging to ByteRange - Field of Signature Dictionary saved (in terms of PDF - logic/fields)? /question annotation

[iText-questions] Question about Unicode support for PDF Form Field

2005-10-05 Thread wang yun
Dear Paulo, I need to create some Chinese Fill-out Forms. It will be nice if itext can create Unicode PDF Form Field. Please advise me how to do that right now. Thanks, yun --- This SF.Net email is sponsored by: Power Architecture Resource

Re: [iText-questions] Question

2005-10-03 Thread Mark Hall
On Monday 03 October 2005 12:59, Ridwan Nizam wrote: Could you pls give some info about generating RTF . I mean when it finished . RTF generation works. Please read the tutorial http://itextdocs.lowagie.com/tutorial/ Greetings, Mark -- A vivid and creative mind characterizes you. My GPG

[iText-questions] Question

2005-10-03 Thread Ridwan Nizam
Hi Could you pls give some info aboutgenerating RTF . I mean when it finished . Thanks Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort.

[iText-questions] Question about shrinking forms

2005-09-12 Thread Ellixson Marita A GS-12 96 CG/SCTOA
I have a problem with one of the forms that I am creating, that has text that can "roll over" to other pages. The rollover is pretty much handled, but if the form information is very brief (especially if some fields are left blank), the form "shrinks" to display about an inch of white

[iText-questions] question re: AcroForms and Lotus Domino

2005-09-08 Thread Ginni P Machamer
Hi! I am using iText to produce PDFs from Lotus Domino web pages via a java agent. I would like to come up with a way to make this an engine that I can simply specify parameters for and call rather than hard-coding in the formatting and data mapping. I see that AcroForm seems to be a fit for

Re: [iText-questions] question re: AcroForms and Lotus Domino

2005-09-08 Thread Paulo Soares
iText doesn't support forms created with Designer 7. - Original Message - From: Ginni P Machamer [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Thursday, September 08, 2005 9:34 PM Subject: [iText-questions] question re: AcroForms and Lotus Domino Hi! I am using

Re: [iText-questions] question

2005-08-17 Thread Paulo Soares
Onderwerp: Re: [iText-questions] question Yes, what's the problem? - Original Message - From: Patrick Janssen [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Tuesday, August 16, 2005 7:06 PM Subject: [iText-questions] question Hi, I'm been playing

RE: [iText-questions] question

2005-08-17 Thread Paulo Soares
, 2005 2:55 PM To: Paulo Soares Subject: RE: [iText-questions] question Sorry again, Maybe I've not been clearly enough. The code with the jpg-files functions well. What I really want to do is to put an external pdf-file (like c://temp/photo + i++ +.pdf In a pdfcell Greetz

[iText-questions] Question About Picture and Acro Form

2005-08-17 Thread daniel ardiwinata
I have PDF with acro form in place through out PDF document! I would like to put a Signature picture in JPEG format to one of this acro form location! Is it possible to do this? I try to look at the messege posted by Ceily, but It was different because she needs an absolute position while I need a

<    1   2   3   4   5   6   7   >