Re: [iText-questions] Basic Question

2011-07-07 Thread Rhino
On 2011-07-07 09:45, Balder wrote: > > > On 7/07/2011 15:34, Rhino wrote: >> 1. Am I correct in believing that iText can generate PDF and RTF >>documents but _not_ Word .DOC or .DOCX files? > Only PDF, RTF has not been supported for a long time. I see. I worke

[iText-questions] Basic Question

2011-07-07 Thread Rhino
1. Am I correct in believing that iText can generate PDF and RTF documents but _not_ Word .DOC or .DOCX files? I saw an article yesterday which seemed to be claiming that iText can now generate Word DOC files. That article was mistaken, right? --

[iText-questions] Test

2011-07-07 Thread Rhino
I just need to see if I can post questions here. Sorry! -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, f

Re: [iText-questions] Antwort: Re: Setting Up iText and BouncyCastle

2010-01-19 Thread Rhino
ounds plausible that this missing policy file in JDK 1.6 is the problem. I have certainly not downloaded any such policy file, although possibly Eclipse already has it installed somewhere. I'll give this a try and check back here if it doesn't solve my problem. Thanks again, -- Rhino Benj

Re: [iText-questions] Setting Up iText and BouncyCastle

2010-01-19 Thread Rhino
compile cleanly and also that any project you created that used iText would see the necessary source and jar files? -- Rhino 1T3XT info wrote: > Rhino wrote: > >> I know nothing about crypto beyond the fact that it codes information. >> What is a policy file? Where prec

Re: [iText-questions] Setting Up iText and BouncyCastle

2010-01-19 Thread Rhino
I know nothing about crypto beyond the fact that it codes information. What is a policy file? Where precisely do I get it? How do I know exactly which policy file I need? Where do I install it in Eclipse to make sure the iText and BouncyCastle classes compile correctly? -- Rhino Paulo Soares

[iText-questions] Setting Up iText and BouncyCastle

2010-01-18 Thread Rhino
ave a few classes that have red X's on them and the error messages always look like the one I've cited. Can someone please remind me how to get this all working correctly? -- Rhino -- Throughout its 18-year

[iText-questions] Question about fitsPage()

2010-01-18 Thread Rhino
o a new page if it isn't going to fit.) Also, in 1.2, I see that you could set the color of a Font when you instantiate it but now the constructor does not allow you to specify the color. How is that done now? -- Rhino -

[iText-questions] Setting up iText and BouncyCastle in Eclipse

2010-01-18 Thread Rhino
ave a few classes that have red X's on them and the error messages always look like the one I've cited. Can someone please remind me how to get this all working correctly? -- Rhino -- Throughout its 18-year

Re: [iText-questions] Are Lists within Table cells possible?

2006-01-24 Thread Rhino
You're right; PdfPCell.addElement() works fine. I missed that one when I was looking through the documentation/API.... Rhino - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Rhino" <[EMAIL PROTECTED]>; "itext" Sent

[iText-questions] Are Lists within Table cells possible?

2006-01-24 Thread Rhino
le or not? If yes, how do I do it? Either a brief description of the technique or a code fragment would be very helpful. If Lists simply aren't allowed within tables, can anyone suggest a workaround that would get me something that _looks_ more or less like a bulleted list within a single

Re: [iText-questions] Suppressing coloured background when printing PDF?

2005-01-14 Thread Rhino
Thank you! Rhino - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Rhino" <[EMAIL PROTECTED]>; "itext" Sent: Thursday, January 13, 2005 5:42 PM Subject: Re: [iText-questions] Suppressing coloured background when printing P

Re: [iText-questions] Suppressing coloured background when printing PDF?

2005-01-13 Thread Rhino
Yes, please send that example! Rhino - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Rhino" <[EMAIL PROTECTED]>; "itext" Sent: Thursday, January 13, 2005 12:55 PM Subject: RE: [iText-questions] Suppressing coloured backgro

[iText-questions] Suppressing coloured background when printing PDF?

2005-01-13 Thread Rhino
dn't be wild about that solution because, in fact, both versions would be printable; it's just that one would consume less ink. Or would it be best to make the background colour white and not even attempt to have a coloured background in the resume? I'm trying to find the most profe

[iText-questions] Revised Example for Problem with RTF Spacing in iText 1.2

2005-01-13 Thread Rhino
text.Table; import com.lowagie.text.rtf.RtfWriter2; /** * Class SimpleRtf is a batch program that creates a simple RTF document. * * @author Rhino * @version 1.0 * */ public class SimplerRtf implements ResumeConstants { /** * If true, causes document to contain additional spaces be

Re: [iText-questions] Spacing problems in RTF documents with iText 1.2

2005-01-12 Thread Rhino
Would it help if I reposted the complete sample program for you? It was truncated by the mailing list program. I could trim some of the duplication out and make it somewhat smaller Rhino - Original Message - From: "Mark Hall" <[EMAIL PROTECTED]> To: Cc: "Rhi

[iText-questions] Spacing problems in RTF documents with iText 1.2

2005-01-12 Thread Rhino
hrase; import com.lowagie.text.Rectangle; import com.lowagie.text.Table; import com.lowagie.text.rtf.RtfWriter2; /** * Class SimpleRft is a batch program that creates a simple RTF document. * * @author Rhino * @version 1.0 * */ public class SimpleRft implements ResumeConstants { /**