[iText-questions] How to: Remove Border around Cells when Table in Cell

2010-07-24 Thread William K. Goodbody
I have created a Name Tag printing function which is a table (A - PDFTable) for each name tag and a table (B - PDFCellTable) with the tag contents. I addCell the B Cell into Table A. B. Cells have border set to 0, so no lines within the name tag, but the border appears around each name tag

[iText-questions] Mailing Labels & Table Place Cards

2010-06-09 Thread William K. Goodbody
We want to create both of these. They are both similar in that they are a repeating fixed size "Cell" on a page in column (e.g 2 wide, 8 down) The table Place cards require that each cell be "split in half" with 1/2 the text rotated 180 degrees from the other so when folded in 1/2 the text is rig

Re: [iText-questions] itext --- That assembly does not allow partially trusted callers.

2010-06-07 Thread William K. Goodbody
See this Bug Report for the problem & Fix. This usually occurs in a shared hosting environment. We have used this fix for a couple of months without a problem. http://sourceforge.net/tracker/?func=detail &

Re: [iText-questions] How to implement in Visual Studio

2010-05-28 Thread William K. Goodbody
do. Also, not sure what "MEAP" is, or what format the "ebook" is in. I'd be happy with an electronic version, but preferably something in .PDF format. Jesse -Original Message- From: William K. Goodbody [mailto:bill.goodb...@comcast.net] Sent: Friday, May 28, 20

Re: [iText-questions] How to implement in Visual Studio

2010-05-28 Thread William K. Goodbody
ise? My primary goal here is to be able to be able to output name badges and labels directly in the browser for my users. Jesse -Original Message- From: William K. Goodbody [mailto:bill.goodb...@comcast.net] Sent: Friday, May 28, 2010 1:57 PM To: 'Post all your questions about iText h

Re: [iText-questions] How to implement in Visual Studio

2010-05-28 Thread William K. Goodbody
Beware that those sample are not fully compatible with the 5.0.2 code. Certainly the header/footer stuff is not. I think the big changes was in 5. Also the DLL will not work without full trust. I posted a Bug report and the fix on sourceforge - Bill -Original Message- From: j...@msdlg.c

Re: [iText-questions] How to implement in Visual Studio

2010-05-28 Thread William K. Goodbody
What I have done is added this to the top of those pages that reference the dll <%@ Import Namespace="iTextSharp.text" %> <%@ Import Namespace="iTextSharp.text.pdf" %> From: j...@msdlg.com [mailto:j...@msdlg.com] Sent: Friday, May 28, 2010 10:34 AM To: itext-questions@lists.sourceforge

[iText-questions] Calculate Vertical space left on page after adding text

2010-05-24 Thread William K. Goodbody
I have a page with some text (in Paragraphs on it). The text on the page is variable in length, sometime one line, sometimes ¾ of the page I am trying to add a table with enough rows to fill up 1 page, but not overflow the page. How can I determine how many rows to add (or vertical space availa

[iText-questions] How To: Add Rows to table, but don't go to next page

2010-05-23 Thread William K. Goodbody
I am trying to add enough rows a table to fill up 1 page, but not overflow the page. How (and where) do I detect when the page is full so I can stop? Thanks, Bill From: Cameron Laird [mailto:claird.visipr...@gmail.com] Sent: Sunday, May 23, 2010 10:52 AM To: Post all your questions abo

Re: [iText-questions] [Book]

2010-05-21 Thread William K. Goodbody
Yes, please provide vb.net examples….. The new book is very helpful and VB.Net examples would be useful - Bill From: Paulo Soares [mailto:psoa...@glintt.com] Sent: Friday, May 21, 2010 10:04 AM To: Post all your questions about iText here Subject: Re: [iText-questions] [Book]

Re: [iText-questions] itextsharp.dll V 5.0.2 fails in shared hosting environments (SOLVED)

2010-05-18 Thread William K. Goodbody
Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("5.0.2")] Also Added Reference to Project for System.Security Now It seems to work ok in shared hosting enviro

[iText-questions] itextsharp.dll V 5.0.2 fails in shared hosting environments

2010-05-18 Thread William K. Goodbody
Error Caught in Application_Error event: Handled in Application_Error: Error in: <> Error Message: That assembly does not allow partially trusted callers. Stack Trace: at ASP.includes_utils_tools_raffle_sponsorgiftreport_aspx.CreatePDFReport() at ASP.includes_utils_tools_raffle_sponsorgiftr