Re: [iText-questions] Up-to-date version of iTextAsia.jar?

2011-02-22 Thread 1T3XT BVBA
Op 23/02/2011 7:13, bengt.ging...@seb.se schreef: Hello, here can I download the latest version of iTextAsia.jar? The version on SourceForge is an old version. https://itext.svn.sourceforge.net/svnroot/itext/book/lib/ -

[iText-questions] Up-to-date version of iTextAsia.jar?

2011-02-22 Thread bengt.gingsjo
Hello, here can I download the latest version of iTextAsia.jar? The version on SourceForge is an old version. Mvh/Regards Bengan -- Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Tim

Re: [iText-questions] PNG transparency problem

2011-02-22 Thread Gerry Harris
Okay, So loading the png from the drive directly retains the transparency. But I can load the png into the button by using: Button1.Image = My.Resources.Exclamation And it retains the transparency with no problem. So the problem isn’t s

Re: [iText-questions] Viewing table attributes

2011-02-22 Thread Mark Storer
Sounds like you also need to read chapter 7 (particularly 7.3, "Objects"). That should clear things up a bit. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; From: Lychee W [mailto:lyc

Re: [iText-questions] Signing PDF with Belgian EID card: issuing certificates missing from path

2011-02-22 Thread kuehne
Hi Bram, take a look at the sample 'SignWithBC.java' of chapter 12. This should match your use case well ... Greetings Andreas - original Nachricht Betreff: Re: [iText-questions] Signing PDF with Belgian EID card: issuing certificates missing from path Gesendet: Mo, 21. Feb 2011 V

Re: [iText-questions] Editiable PDF

2011-02-22 Thread 1T3XT BVBA
Op 22/02/2011 16:19, Howard Falcon schreef: Looks like I'm registered. Yes, but now you've send a mail to 1T3XT (a company) instead of to the mailing list (the community). 1.Yes I used Acrobat 9 Pro I am using AcroForm. 2.The PDF is selected and we take data from a SQL DB to fill out most

Re: [iText-questions] ITextSharp question

2011-02-22 Thread Paulo Soares
This question is a repost that was already answered. Paulo From: 1T3XT BVBA [mailto:i...@1t3xt.info] Sent: Tuesday, February 22, 2011 1:42 PM To: Post all your questions about iText here Subject: Re: [iText-questions] ITextSharp question Op 22/02/2011 14:27, Bria

Re: [iText-questions] ITextSharp question

2011-02-22 Thread 1T3XT BVBA
Op 22/02/2011 14:27, Brian English schreef: Hi, I posted to the itextsharp mailing list and got a response that it had been closed, and to use the itext mailing list. Maybe someone can help me with this? You should walk before you run: can you get it working in a standalone environment?

[iText-questions] ITextSharp question

2011-02-22 Thread Brian English
Hi, I posted to the itextsharp mailing list and got a response that it had been closed, and to use the itext mailing list. Maybe someone can help me with this? We currently have a site which will have a pdf which will post the FDF to a url. The idea is, once the FDF posts to the url, we h

Re: [iText-questions] PNG transparency problem

2011-02-22 Thread Paulo Soares
imageFile most probably doesn't have transparency anymore. Load the image directly with iTextSharp.text.Image.GetInstance("c:\\exclamation.png"). Paulo From: Gerry Harris [mailto:gsaint...@shawbiz.ca] Sent: Monday, February 21, 2011 9:53 PM To: 'Post all your que

Re: [iText-questions] PdfReader peblem

2011-02-22 Thread 1T3XT BVBA
Op 22/02/2011 12:28, Sergii Iefimov schreef: Could you tell me what can be wrong with my pdf file. No, you forgot to attach the PDF. Chances are that the cross-reference tree is corrupt. -- Index, Search & Analyze Logs

Re: [iText-questions] PdfReader peblem

2011-02-22 Thread Paulo Soares
Probably. Paulo From: Sergii Iefimov [mailto:sergii_iefi...@epam.com] Sent: Tuesday, February 22, 2011 11:29 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PdfReader peblem Hello, I have some problem when I have tried to open pdf document

[iText-questions] PdfReader peblem

2011-02-22 Thread Sergii Iefimov
Hello, I have some problem when I have tried to open pdf document using PdfReader class, At first when pdf document is trying to be read I have exception with message (ReadXref): "xref subsection not found" Then after RebuildXref and ReadPages I have another exception "Object reference not set t

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 93

2011-02-22 Thread Balder
Hi On 22/02/2011 11:49, lasanthapw wrote: hi all how can i achieve this. what is the best way. No pun intended but the best way is to provide a working *standalone *example. And wait for a reply see rule #2 at http://www.lowagie.com/rule1 (and while you are reading it, take a note of rule #4

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 93

2011-02-22 Thread lasanthapw
hi all how can i achieve this. what is the best way. thanks - Lasantha SE(.net) http://mycodingerrors.blogspot.com/ My Coding Issues -- View this message in context: http://itext-general.2136553.n4.nabble.com/Re-iText-questions-Digest-Vol-57-Issue-93-tp3318805p3318931.html Sent from the

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 93

2011-02-22 Thread 1T3XT BVBA
Op 22/02/2011 10:05, Lasantha Peththawadu schreef: hi here my code Snippet 1: a regular PdfReader/PdfStamper app using setField() to fill out fields in an existing PDF. Snippet 2: an app that creates a new document from scratch using HTMLWorker. and my requirement is how can we add a gridv

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 93

2011-02-22 Thread Lasantha Peththawadu
hi here my code public void getPDF() { try { string pdfTemplate = System.Web.HttpContext.Current.Server.MapPath("~/Admin/doc/invoice/1.pdf"); PdfReader pdfReader = null; // Create the form filler

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 92

2011-02-22 Thread 1T3XT BVBA
Op 22/02/2011 9:44, mkl schreef: > > 1T3XT BVBA wrote: >> I can't help you because I don't understand you. >> DEFINE gridview! > I think the OP is referring to the GridView .net class in the > System.Web.UI.WebControls; if there was something in the iTextSharp like the > Java Graphics2D integration

Re: [iText-questions] Mixing national characters - What version of iText do I need?

2011-02-22 Thread Alexis Pigeon
Hi Bengan, On 22 February 2011 09:14, wrote: > I need to create a PDF document where I need to be able to show Chinese, > Polish, Swedish etc. characters in the same document. Using the FontSelector > seems to be the correct way of doing this, but, what version of iText do I > need to do this.

Re: [iText-questions] Mixing national characters - What version of iText do I need?

2011-02-22 Thread 1T3XT BVBA
Op 22/02/2011 9:14, bengt.ging...@seb.se schreef: I need to create a PDF document where I need to be able to show Chinese, Polish, Swedish etc. characters in the same document. Using the FontSelector seems to be the correct way of doing this, but, what version of iText do I need to do this. Tod

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 92

2011-02-22 Thread 1T3XT BVBA
Op 22/02/2011 9:34, Lasantha Peththawadu schreef: hi i have a gridview with data in my aspx page. What i need is add this gridview data to the existing PDF (with AcroFeilds). You are repeating a question that was unclear. I've asked you for clarification, but you're creating more noise instead

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 92

2011-02-22 Thread mkl
1T3XT BVBA wrote: > I can't help you because I don't understand you. > DEFINE gridview! I think the OP is referring to the GridView .net class in the System.Web.UI.WebControls; if there was something in the iTextSharp like the Java Graphics2D integration, the OP might be helped onto terrain she

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 92

2011-02-22 Thread Lasantha Peththawadu
hi i have a gridview with data in my aspx page. What i need is add this gridview data to the existing PDF (with AcroFeilds). thanks > From: itext-questions-requ...@lists.sourceforge.net > Subject: iText-questions Digest, Vol 57, Issue 92 > To: itext-questions@lists.sourceforge.net > Date: Tue,

[iText-questions] Mixing national characters - What version of iText do I need?

2011-02-22 Thread bengt.gingsjo
I need to create a PDF document where I need to be able to show Chinese, Polish, Swedish etc. characters in the same document. Using the FontSelector seems to be the correct way of doing this, but, what version of iText do I need to do this. Today I am using version 1.3, but I suppose I need to

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 92

2011-02-22 Thread 1T3XT BVBA
Op 22/02/2011 9:13, Lasantha Peththawadu schreef: hi i have a gridview in my aspx page. I assume that you have an HTML page with labels and input fields. I need to add that grid to the pdf. ??? You sound as if you want to fill out an existing PDF. The labels and the fields on the existing P

Re: [iText-questions] iText-questions Digest, Vol 57, Issue 92

2011-02-22 Thread Lasantha Peththawadu
hi i have a gridview in my aspx page. I need to add that grid to the pdf. I'm using a PDF template with TextFeilds. currently i added data to predefined TextFeilds sucessfully. but coudn't add the gridview. We can't push the gridview like we adding text to textfeilds. what can i do. > From: it

Re: [iText-questions] iTextSharp

2011-02-22 Thread 1T3XT BVBA
Op 22/02/2011 8:41, Lasantha Peththawadu schreef: hi all, I have existing PDF File with AcroFeilds. currently i can push data to above PDF from code behind. My requirement is i want to add a gridview to that page. How i achieve this. I'm using C#. Define gridview. Do you want to add horizont