[iText-questions] Html to pdf question around bullet points in Itext 5.2.2

2012-04-11 Thread Patrick Donnelly
Hi , I've downloaded the latest version of itext and built it ie 5.2.2 and have an issue with bullet points and ordered lists in pdf document generation. I have a html document which I generate a pdf from using the HTMLWorker to parse the html. sample html : This is in bold Arial.

Re: [iText-questions] Company stationery

2011-01-20 Thread Patrick Dürsteler
, Jan 20, 2011 at 11:28 AM, Patrick Dürsteler wrote: > Hello > > Thanks for your help! My Question was more if there is an function in iText > to remove a such a pattern. I'm really new to iText and Java. > I'm more common with PostScript and PDF Syntax. > If you think

Re: [iText-questions] Company stationery

2011-01-19 Thread Patrick Dürsteler
Hello schreef The Position is correct,I've verified with getOverContent and the content get to the right position! Especially documents form google docs make problems, so no scanns! And I think this PDF's were made with iText!? Regards Patrick On Wed, Jan 19, 2011 at 4:36 PM, 1T

[iText-questions] Multiple pages per sheet

2010-02-07 Thread Patrick Dethioux
iginal 1/2 letter size pages to one sheet) Is there an easy way to do so with the addPage method? Thanks a lot Patrick -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enter

[iText-questions] White text

2010-01-29 Thread Patrick Guillebert, Novapost
and it is there. Do you have any clue ? Here is my code: private void buildPDFDocument() throws Exception { File pdfFile = new File ("/home/patrick/Bureau/compo/bulletin" + this.documentCount + ".pdf"); File backgroundFile = new File ("/home

Re: [iText-questions] PdfStamper modifies XmpMetadata

2009-11-17 Thread Patrick Hartmann
Sorry about that. I attached the target.pdf. The target.pdf will also be generated, if you execute my test program. Thanks! >>> Leonard Rosenthol 17.11.2009 13:42 >>> Can you please post a target.pdf? -Original Message- From: Patrick Hartmann [mailto:patrick.hartm..

[iText-questions] License agreement

2009-08-10 Thread Patrick Dethioux
).  Could you please inform me on this matter? Thank you.   Best Regards,   Patrick -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and

Re: [iText-questions] Strange behavior of some GIF images

2009-05-08 Thread Patrick Valsecchi
On Tuesday 28 April 2009 08.23:11 Patrick Valsecchi wrote: > Hi, > > The attached code produces some strange results. It writes some text and > draws a GIF with some transparent pixels over it. If you look at it on the > screen, it looks good. If you print it, you get a big b

Re: [iText-questions] Is this possible to call java method from Pdf push button?

2009-05-05 Thread Patrick Valsecchi
https://lists.sourceforge.net/lists/listinfo/itext-questions > >> > >> > >> > >> Buy the iText book: http://www.1t3xt.com/docs/book.php > >> > >> Check the site with examples before you ask questions: > >> http://www.1t3xt.info/examples/ >

[iText-questions] Strange behavior of some GIF images

2009-04-27 Thread Patrick Valsecchi
versions 8 and 9 and both are showing the same behavior. But with kpdf, the printed results are correct. I'm using iText version 2.1.5. Do you guys have any idea on what may be wrong? My guess: Acrobat, but what can we do? Thanks. -- Patrick Valsecchi Senior Software Engineer Campt

[iText-questions] PNG rendering bug, the return of the vengence

2009-01-28 Thread Patrick Valsecchi
d=2543141&group_id=15255&atid=115255 Thanks a bunch. -- Patrick Valsecchi Senior Software Engineer Camptocamp Suisse SA http://www.camptocamp.com +41 21 619 1030 -- This SF.net email is sponsored by: SourcForge Comm

Re: [iText-questions] Another problem with PNG images

2008-12-17 Thread Patrick Valsecchi
OK, I've fixed the bug. Please look at the patch attached to the bug report. On Monday 17 November 2008 13.51:40 Patrick Valsecchi wrote: > Hi, > > I have created a bug report: > https://sourceforge.net/tracker/index.php?func=detail&aid=2305344&group_id= >15255&am

Re: [iText-questions] Another problem with PNG images

2008-11-17 Thread Patrick Valsecchi
Hi, I have created a bug report: https://sourceforge.net/tracker/index.php?func=detail&aid=2305344&group_id=15255&atid=115255 Thanks. On Wednesday 05 November 2008 09.03:05 Paulo Soares wrote: > I'll have a look next week. > > Paulo > > - Original Message

[iText-questions] Another problem with PNG images

2008-11-04 Thread Patrick Valsecchi
with both kpdf 0.5.8 and acroread 8.1.2. Looks like a bug in iText. Thanks. -- Patrick Valsecchi import com.lowagie.text.Document; import com.lowagie.text.DocumentException; import com.lowagie.text.Image; import com.lowagie.text.pdf.PdfWriter; import java.io.FileOutputStream; i

[iText-questions] Image.getInstance(URL) loading the image twice

2008-10-08 Thread Patrick Valsecchi
, but it does the trick. There is nothing critical with this... I just wanted to give you guys a heads up. Thanks for the nice work. -- Patrick Valsecchi - This SF.Net email is sponsored by the Moblin Your Move Develo

Re: [iText-questions] onGenericTag called way too early

2008-09-12 Thread Patrick Valsecchi
Have a nice weekend. -- Patrick Valsecchi Senior Software Engineer Camptocamp Suisse SA http://www.camptocamp.com +41 21 619 1030 - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest

Re: [iText-questions] onGenericTag called way too early

2008-09-12 Thread Patrick Valsecchi
On Friday 12 September 2008 16.39:29 Paulo Soares wrote: > PdfPTable can't be added to any element. But the comment in the code? I don't do it just for fun, I do it for being able to display the total page number of my PDF document in the middle of a phrase. The phrase can be inside a table and

Re: [iText-questions] onGenericTag called way too early

2008-09-12 Thread Patrick Valsecchi
Hi, On Friday 12 September 2008 11.44:39 Paulo Soares wrote: > There are lots of layers when using complex objects. You should draw your > background with PdfPCellEvent, probably. Works great, but not when the PdfPTable is added into a Phrase. It acts like the table was never added... but if I l

Re: [iText-questions] onGenericTag called way too early

2008-09-12 Thread Patrick Valsecchi
On Friday 12 September 2008 11.44:39 Paulo Soares wrote: > There are lots of layers when using complex objects. You should draw your > background with PdfPCellEvent, probably. That is a good workaround. I didn't read the whole book, but maybe I should have... Thanks. ---

[iText-questions] onGenericTag called way too early

2008-09-11 Thread Patrick Valsecchi
unctionalities: - it would be cool to have an event sent after the chunk is drawn - it would be cool to have the setGenericTag method on the Element class instead of only the Chunk class. CU and thanks -- Patrick Valsecchi Senior Software Engineer Camptocamp Suisse SA http://www.cam

Re: [iText-questions] How to report bugs?

2008-06-23 Thread Patrick Valsecchi
Hi, On Monday 23 June 2008 15.19:56 Paulo Soares wrote: > I'm aware of the SF trackers but I forgot about this. I think that there > is/was a problem with Acrobat with 1 bit indexed images. Does it happen > in Acrobat 8? I doubt it's a reader problem. Bug visible with all those linux viewers:

[iText-questions] How to report bugs?

2008-06-23 Thread Patrick Valsecchi
Hi, I tried to report a bug [1] on SF, the only place I found to report bugs for iText. But I got no answer. What is the official way to report bugs for iText? I found nothing in the FAQ. Thanks. [1] http://sourceforge.net/tracker/index.php?func=detail&aid=1995715&group_id=15255&atid=115255

[iText-questions] Reading PDF documents

2007-08-30 Thread Patrick O. Thurman
and cancelled by user." + newline); } } } This will burst the source PDF file into 152 PDF files of one page each. I need to name them properly. Pat, Patrick O. Thurman Stephen F. Austin State

[iText-questions] Header spacing

2007-06-21 Thread Patrick Mugabe
Hi all, I have an image for my header and footer. The problem I am having is that there is no spacing between the start of the page and the image. I have tried using header.setSpacingBefore() for the PdfPTable that I am using to attach header but I don't seem to get it (see attached

[iText-questions] Error message

2007-06-08 Thread Patrick Mugabe
I am getting the following error message: com.lowagie.text.DocumentException: Table 'name' does not exist in C:\pdfFonts\ARIALN.TTF And it originates failing on: File fArialNarrow = new File("C:\pdfFonts\ARIALN.TTF "); BaseFont baseFont = BaseFont.createFont(fArialNarrow.

[iText-questions] Text going into the footer area

2007-05-29 Thread Patrick Mugabe
How can I prevent text from going into the footer area? I have a footer and I am adding data from the Database which varies in length so when there is too much info, some of it goes into the footer are and not to the next page

Re: [iText-questions] remove/edit annotation

2007-05-16 Thread Patrick Hartmann
I still have this "problem". Has nobody an idea? Thanks Patrick Hartmann - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No li

[iText-questions] remove/edit annotation

2007-05-08 Thread Patrick Hartmann
Hi I create a new PDF either with PdfWriter or PdfStamper and add an annotation/PdfAnnotation. Is it afterwards possible, to either remove or edit this annotation? Thanks Patrick Hartmann - This SF.net email is sponsored

[iText-questions] Adding text to existing PDF

2007-04-18 Thread Patrick Mugabe
Hi, Is there a way of adding text to an existing PDF. If for instance the existing PDF has a blank field for student Name and I want to add text to that. e.g Student name: ___ Address: ___ Any other text --

[iText-questions] importRtfDocument.

2007-03-21 Thread Patrick Mugabe
I am struggling to add documents using RTF. Can someone please provide a basic example on how to merge documents using importRtfDocument. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay

[iText-questions] adding documents to RTF created doc

2007-03-20 Thread Patrick Mugabe
Hi, I can create a PDF document and then add other PDF documents and make it one document (i.e. consolidate the documents). Now I am using RTF, is there a way I can do the same thing. Any ideas? - Take Surveys. Earn Ca

[iText-questions] xml to pdf acroforms SAXiTextHandler question

2007-03-02 Thread Patrick Schweizer
transformation that supports forms? (apache fop does not) Thanks for your answers! If I extend the SAXiTextHandler I can make the code available if someone is interessted in it. Greeting Patrick ___ Viren-Scan für Ihren PC

Re: [iText-questions] Alignment of footer Text

2006-12-04 Thread Patrick Mugabe
iText here Subject: Re: [iText-questions] Alignment of footer Text Patrick Mugabe wrote: > I am using the folllowing code to add a header and footer. It works fine > except that I am failing to align the text on the footer even after > using setAlignment(Element.ALIGN_MIDDLE); There'

[iText-questions] Alignment of footer Text

2006-12-03 Thread Patrick Mugabe
I am using the folllowing code to add a header and footer. It works fine except that I am failing to align the text on the footer even after using setAlignment(Element.ALIGN_MIDDLE); Is there something I am missing? Please assist public void onEndPage(PdfWriter writer, Document documen

[iText-questions] Alignment of footer Text

2006-11-30 Thread Patrick Mugabe
I am using the folllowing code to add a header and footer. It works fine except that I am failing to align the text on the footer even after using setAlignment(Element.ALIGN_MIDDLE); Is there something I am missing? Please assist public void onEndPage(PdfWriter writer, Document documen

Re: [iText-questions] Font size in a table

2006-11-27 Thread Patrick Mugabe
dCell(cell); Hope that answers your question Kind Regards, ______ Patrick Mugabe From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jose Gutierrez Sent: Monday, November 27, 2006 8:34 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Font size in a ta

Re: [iText-questions] always space after bold phrase (even on a new line)

2006-11-27 Thread Patrick Kaegi
ok! me again! i think now we have the solution: it's the font size which makes the problem. try this code: public class PdfTest { public static void main(String[] args) { Document document = new Document(); try { PdfWriter.getInstance(document, new FileOutpu

Re: [iText-questions] [iText] Problem in adding text watermark on a PDF

2006-11-27 Thread Patrick Kaegi
e this with these fonts you can reproduce the 'bug'. should I send you also the font files? thanks for you help patrick - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay

Re: [iText-questions] always space after bold phrase (even on a new line)

2006-11-24 Thread Patrick Kaegi
the code looks like this: Paragraph paragraph = new Paragraph(); paragraph.add(new Phrase("foo ", normalFont); paragraph.add(new Phrase("bold", boldFont); paragraph.add(new Phrase(" bar", normalFont); document.add(paragraph); and the text looks like this if "bar" begins on a new line: foo bold

[iText-questions] always space after bold phrase (even on a new line)

2006-11-24 Thread Patrick Kaegi
patrick - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and

Re: [iText-questions] what causes the NullPointerException

2006-11-10 Thread Patrick O. Thurman
on se) { > System.err.println(se.getMessage()); > } > document.close(); >return(blob); > } > } > > > > Pat, > > > > > > > > > Patrick O. Thurman > Stephen F. Austin State University > Information Technology Services > Data Base Administrator > Phon

[iText-questions] what causes the NullPointerException

2006-11-10 Thread Patrick O. Thurman
System.err.println(de.getMessage()); } catch (SQLException se) { System.err.println(se.getMessage()); } document.close(); return(blob); } } Pat, Patrick O. Thurman Stephen F. Austin State University Information

[iText-questions] How to create oracle.sql.BLOB PDF from incoming String[]

2006-11-10 Thread Patrick O. Thurman
= cb.createTemplate(25, 25); . . . . document.add(new Paragraph(11, lineText[i], fontDefFont)); . . . . document.close(); . . . . try { vBytes = vRetBlob.setBytes(0, baosPDF.toByteArray()); } catch (SQLException se) { System.out.println("generatePDFDocumentBytes >> " + se); } Return(vRetBlob

[iText-questions] java.lang.NullPointerException on writer = PdfWriter.getInstance(document, new FileOutputStream(outFile));

2006-11-03 Thread Patrick O. Thurman
4: we grab the ContentByte and do some stuff with it PdfContentByte cb = writer.getDirectContent(); // // we create a PdfTemplate PdfTemplate template = cb.createTemplate(25, 25); // if (createCoverPage) { //genCoverPage; System.out.println(sdf.format(new java.util.Da

Re: [iText-questions] java.io.IOException: yourFileName not found asfile or resource.

2006-11-02 Thread Patrick O. Thurman
Does: new RandomAccessFile("PORA$DATA:[PORADATA.PDF]GuestVpnTemplate.pdf") work? Does: new File("PORA$DATA:[PORADATA.PDF]GuestVpnTemplate.pdf").isFile() return true? Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]

[iText-questions] java.io.IOException: yourFileName not found as file or resource.

2006-11-02 Thread Patrick O. Thurman
tracking down the error or what is causing it. Pat, Patrick O. Thurman DBAIII Stephen F. Austin State University [EMAIL PROTECTED] - Using Tomcat but need to do more? Need to support web services, security? Get stuff done q

[iText-questions] How do I get rid of the Book Marks window?

2006-10-31 Thread Patrick O. Thurman
tion e) { System.out.println("33 " + e); } catch (FileNotFoundException e) { System.out.println("4 " + e); } return true; } Pat Patrick O. Thurman Stephen F. A

Re: [iText-questions] java.io.IOException when tring to read PDFtemplate file

2006-10-31 Thread Patrick O. Thurman
ht place and the OS security > is correct. > > > pat > > >> You may produce your PdfReader from a byte array and output the result >> to a ByteArrayOutputStream. > > Paulo > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[E

Re: [iText-questions] java.io.IOException when tring to read PDFtemplate file

2006-10-31 Thread Patrick O. Thurman
-Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Patrick O. Thurman > Sent: Tuesday, October 31, 2006 4:20 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] java.io.IOException when tring to > read PDFtemplate

[iText-questions] java.io.IOException when tring to read PDF template file

2006-10-31 Thread Patrick O. Thurman
ocedure within the database. I believe that this is a Oracle DB problem, but I cannot find the difference between test and prod to solve the problem. I believe this in NOT a security/priviledge problem, but some thing different, maybe file type or..

Re: [iText-questions] How to make the text inside Table cell Bold

2006-10-26 Thread Patrick Mugabe
aseFont, 8); Cell cell = new Cell(new Phrase("Make me bold", colfont)); table.addCell(cell); Kind Regards, ______ Patrick Mugabe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sachit dahal Sent: Thursday, October 26, 2006 1:09 PM

[iText-questions] Header problem

2006-10-24 Thread Patrick Mugabe
I am adding a header and footer to my PDF document. When it rolls to the next page the footer is added but the header isn't. The header is an image and it appears on the first page. On the next page it adds double lines with text in it. I don't know what's causing that. It displays the following ch

Re: [iText-questions] Positioning

2006-10-24 Thread Patrick Mugabe
Thanks Bruno, it works. I enjoy using iText. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie (iText) Sent: Tuesday, October 24, 2006 11:52 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Positioning Patrick

[iText-questions] Positioning

2006-10-24 Thread Patrick Mugabe
Below is a sample of my code. I want to position this image at the top of the page and I can't seem to get it right. It positions it t the bottom of the page. How do I resolve this. Image img = Image.getInstance("c:\\iText\\logo.jpg"); img.setAbsolutePosition(0,0); P

Re: [iText-questions] Urgent Help Requited Images in PDF HeaderandFooter

2006-10-23 Thread Patrick Mugabe
Phrase(cb + "", FontFactory.getFont(FontFactory.TIMES_ROMAN, 7, Font.NORMAL)); HeaderFooter footer = new HeaderFooter(frPhraseImg, true); document.setFooter(footer); }catch(Exception ex){ } } Kind Regards, ______ Patr

[iText-questions] PDFCopy Question

2006-10-16 Thread Patrick
Hi,I am using PDFCopy to attach selected documents to the cover page I generate from my database data. The documents I am attaching are standard but then I need to add a footer to these documents that matches my cover page. Any idea how I would go about this. Please assist.-- Kind Regards,Patrick

[iText-questions] Bug? com.lowagie.text.ImgPostscript and EPS rectstroke

2006-10-10 Thread Patrick Middleton
Eps.main(TestEps.java:13) =-=-=-=-=-=-= build/test script =-=-=-=-=-=-= #!/bin/sh javac -cp itext-1.4.5.jar TestEps.java java -Djava.awt.headless=true -Dcom.apple.backgroundOnly=true -cp itext-1.4.5.jar:. TestEps =-=-=-=-=-=-=-=-=-=-=-=-=-= -- Patrick Middleton OneStep Solutions plc 351 London R

Re: [iText-questions] Help a newbie

2006-09-25 Thread Patrick O. Thurman
I can produce PDF files on the OS file system with no problems and they appear in the directory that I can read and write to from java or Oracle's UTL_FILE PLSQL package. I have placed my images in that directory and I they do not appear in the PDF file. The idea of loading the images into the

Re: [iText-questions] Help a newbie

2006-09-25 Thread Patrick O. Thurman
Hello all, More info hoping for more help. I have loaded the iText.jar into my Oracle 10g Database. I am also running my java class as a stored procedure from within the database. To read and write to the OS file system from java I must place files in a directory defined to Oracle. I placed t

Re: [iText-questions] Help a newbie

2006-09-25 Thread Patrick O. Thurman
p a newbie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Patrick O. Thurman > Sent: Monday, September 25, 2006 5:06 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Help a newbie > > >

[iText-questions] Help a newbie

2006-09-25 Thread Patrick O. Thurman
Hello all,      I need an image in my PDF.  I have all the code, but I do not know where to place the images(on disk)   Can someone please help?     Thanks in advance,   Pat,   Patrick O. Thurman Stephen F. Austin State University Information Technology Services Data

[iText-questions] iText Question

2006-09-19 Thread Patrick
Hi,I am using iText for creating PDF files. How do I set the font for the table cells or for the whole document.I have no problem with paragraphs-- Kind Regards,Patrick M - Take Surveys. Earn Cash. Influence the Future of IT

[iText-questions] image pdf print problem

2006-09-08 Thread Patrick Ngok
; is shown when the pdf is shown, and such pdf file can't be printed by printer. Such image is retrieved from oracle database as jfiff format, and can't be save as a .jpg file.   So, what can i do, thanks a lot for your kindly at

[iText-questions] Image footer

2006-09-05 Thread Patrick
Hi,I want to add an image footer to my document. How do I do that with iText. I have gone through the documentation and I can't seem to find a way. - Using Tomcat but need to do more? Need to support web services, security? Get

Re: [iText-questions] PdfStamper.close() and ZipOutputStream

2006-08-27 Thread Patrick Herber
It works very well! Thanks a lot Regards, Patrick > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Paulo Soares > Sent: Sunday, 27 August 2006 17:52 > To: Post all your questions about iText here > Subject: Re: [iText-questi

[iText-questions] PdfStamper.close() and ZipOutputStream

2006-08-27 Thread Patrick Herber
document without closing the outputstream? Thanks a lot for any suggestion. Regards, Patrick - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated techno

[iText-questions] Form field tab order for PDF-1.6

2006-08-04 Thread Patrick Nash
I created a form using Adobe Live Cycle Designer 7. The PDF that it creates is %PDF-1.6. iTextSharp is not returning the correct the tab order of the form fields in this PDF, however. I see that AcroFields.cs is setting an item's tab order simply from its index position in the annots.ArrayList

[iText-questions] (no subject)

2006-03-16 Thread Patrick Lee
I've forgotten my password, used to signup to list. Is there any way I can either unsubscribe, or change to daily digest? thanks __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[iText-questions] "Attempted to read past the end of the stream." - Tiff file

2006-01-23 Thread Whenham Patrick (Centric)
lean, and I would prefer to avoid:   Dim oBitmap As New Bitmap(sTiffPath)oBitmap.Save(sTiffPath & ".tif")oImage = iTextSharp.text.Image.GetInstance(sTiffPath & ".tif")   Do you have any Idea how I can identify & fix what, in the Tiff file, is generating this er

Re: [iText-questions] document level javascript function

2005-10-04 Thread Patrick Lee
Got a workaround anyway... just added String currentJavascript = stamp.getReader().getJavaScript(); StringBuffer sb = new StringBuffer(currentJavascript); To get around overwriting the javascript functions embedded in the form, bit naff though. -patrick

[iText-questions] How to properly set leading

2005-09-21 Thread Patrick O. Thurman
change the command   From document.add(new Paragraph(12, line, fontDefFont)); To document.add(new Paragraph(10 line, fontDefFont));   It will all fit on one page but the font is also smaller.  How do you set the leading parm When you allow variable font sizes?   Patrick O. Thurman

[iText-questions] is it possible to use tables in combination wth layers?

2005-08-26 Thread Patrick Janssen
Hi,   I have created a nice PDF-document that contains multiple large table.   I now want the users to be able to hide/display these tables separatably.   Is this possible with Itext?   Should I use Layers?    P.J.    

[iText-questions] mail

2005-08-24 Thread Patrick Janssen
Help     Is it possible to add a 'mailto:' ‘link’ with Itext   I added some email-adresses in a table. I want the user to be able to click on them, after wich the email-client is started.    Regards  Patrick Janssen  

[iText-questions] Problem: image is cut

2005-08-18 Thread Patrick Chauviaux
ment). I have also tried with a getResouceAsStream but it is worse: the whole image is replaced by a black square. Can someone help me please? Thanks. Patrick ItextImageProblem.GIF Description: GIF image

[iText-questions] question

2005-08-16 Thread Patrick Janssen
Hi,       I’m been playing with images inside a table (mostly jpg-format)   Now I want to put a pdf-image inside a pdf-cell.   Is this possble??     Greetz       P; Janssen

[iText-questions] IE adobe caching form data

2005-08-10 Thread Patrick Lee
the IText api? Any pointers, greatly appreciated. Thanks -patrick Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs --- SF.Net email is Sponsored b

Re: [iText-questions] Add submit button to writer.

2005-06-27 Thread Patrick Lee
I had a similar problem. Here's the high level code of how I got around it... we're serving the pdfs out through a bog standard servlet. ServletOutputStream out = resp.getOutputStream(); ByteArrayOutputStream baos = new ByteArrayOutputStream(); PdfReader inputPDF = new PdfReader(docBytes);

[iText-questions] Help for a newbie

2005-03-31 Thread Patrick O. Thurman
Hello all,    I am new to iText.   I have used other Java Libs for generating PDF files.   I want to convert ASCII Printed report files to PDF and maintain paging, spacing, and fonts.   Any samples or info would be great. Here is a sample of the input file.   Thanks for your ti

[iText-questions] iText, XML-Template and iteration

2005-01-05 Thread Patrick
efine the placeholder for an iteration in the xml-file and how I have to fill this element in the servlet. Regards Patrick --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt

[iText-questions] setTextRise in RTF files

2005-01-05 Thread patrick dooley
" else more.", new Font(Font.HELVETICA, 12))); doc.add(phc); cell.add(phc); thanks, patrick --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from Think

RE: [iText-questions] How do I determine where I am in the document?

2004-12-10 Thread Patrick DeZenzio
ay to just showText() without setting the alignment or positioning? If I do have to supply the positioning, then my guess is top-most left-most part of the page is (0,0)? Then I'll have to take in account the margins and the full text width of a line minus the margin size. This cou

[iText-questions] (no subject)

2004-11-02 Thread Patrick Lee
the PdfDictionary it's getting null. PdfDictionary appDic = (PdfDictionary)PdfReader.getPdfObject(merged.get(PdfName.AP)); This does not happen when the call to partialFormFlattening is omitted. Any help greatly appreciated, thanks -patrick P.S. Here's my whole code snippet. p

[iText-questions] create link of type Visible Rectangle with iText ?

2004-09-24 Thread Whenham Patrick (Gecotec)
getDirectContent(); // draw a rectangle cb.setRGBColorStroke(0x00, 0x00, 0xFF); cb.rectangle(100, 700, 100, 100); cb.stroke(); // create the annotation on top of the rectangle Annotation annot = new Annotation(100f, 700f, 200f, 800f, "http://www.lowagie.com"); document.add(annot); T

[iText-questions] hidden text

2004-06-07 Thread Whenham Patrick (Gecotec)
CR 'image + hidden text' on image pdfs, text that does not display, but allows searching and copy & paste ). The output must be a no-longer-searchable pdf file with no means of selecting & copying text.   Is there any function in iText that allows this ? Thanks, Patrick Patrick W

FW: [iText-questions] online comments folder creation algorithm

2004-04-22 Thread Whenham Patrick (Gecotec)
Acrobat to build the folder name ? Thanks, Patrick - Legal Notice: This electronic mail and its attachments are intended solely for the person(s) to whom they are addressed and contain information which is confidential or otherwise protected

[iText-questions] online comments folder creation algorithm

2004-04-21 Thread Whenham Patrick (Gecotec)
algorithm and exact parameters used by Acrobat to build the folder name ? Thanks, Patrick - Legal Notice: This electronic mail and its attachments are intended solely for the person(s) to whom they are addressed and contain information which is

[iText-questions] Problem specifying width of columns in iText Table

2004-01-27 Thread Patrick Craston
the API the method is Table.addCell(Cell,int Row,int Column); (this part works fine anyway) The problem lies with the setWidths() methods. It seems to always create errors if a table has more than 2 columns.. Anyone have similar problems? Any help is greatly

[iText-questions] Re: Table setWidths()

2004-01-27 Thread Patrick Craston
column. But according to the API the method is Table.addCell(Cell,int Row,int Column); My code also works perfectly if I take the setWidths() part away. Any further ideas? Thanks a lot! Patrick --- The SF.Net email is sponsored by Eclipse

[iText-questions] Table setWidths() "Wrong number of columns"

2004-01-27 Thread Patrick Craston
ll("RECHNUNGSBETRAG"); Cell bruttoCell = new Cell(Double.toString(totalBrutto)); bruttoCell.setBorderWidth(0); items.addCell(bruttoCell,4,3); document.add(items); But everytime I run it I get the error message "Wrong number of columns".

[iText-questions] formatting of page number in PDF footer

2003-09-24 Thread Hancke Patrick
mber X keeps its (default?) font and size. The result is that it looks quite ugly: "Page" in size 8 while the number X has size 10. Is there a way to change this? Regards, Patrick Hancke --- This sf.net email is sponsored by:Thi

[iText-questions] PDF printing

2002-07-24 Thread Patrick DeZenzio
ter off write C code from scratch since it requires so many things just to print one document. Any suggestions are greatly appreciated!! Thanks, Patrick Dezenzio --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven