Re: [iText-questions] PAdES-LTV implementation

2011-10-17 Thread mkl
Paulo, Paulo Soares-3 wrote: > Today I'll commit code for the timestamp and the rest until the end of the > week. As the rest has now been committed, I just took a glance at it... some C#ishness in it... ;) Looks simple enough for easy use. But is there a reason why only OCSP responses or CRLs f

[iText-questions] text position according barcode

2011-10-17 Thread zipzap
Hi i have this code : PdfContentByte cb = writer.getDirectContent(); BaseFont bf = BaseFont.createFont("src/Ocrb.ttf", BaseFont.WINANSI,BaseFont.EMBEDDED); SimpleDateFormat sdf = new SimpleDateFormat(DATE_FORMAT_NOW); String time=sdf.format(cal.getTime()); cb.setColorF

[iText-questions] Is possible load .fnt fonts?

2011-10-17 Thread apcuevas
Hi, I created a pdf file using iText but I have problems loading the fonts. The problem is that I should load the fonts from a resource folder that only containing bitmap fonts (.Fnt .Fon) and I don't know how to do it because all the documentation I find is about .ttf. Please could someone help m

Re: [iText-questions] Changing Page Rotation

2011-10-17 Thread Jason Berk
simple google search: http://itext-general.2136553.n4.nabble.com/How-to-change-only-one-page-orientation-inside-a-multi-page-document-td2171022.html -Original Message- From: Hugh McLaughlin [mailto:h...@kmcnetwork.com] Sent: Mon 10/17/2011 8:21 PM To: itext-questions@lists.sourceforge.ne

[iText-questions] Changing Page Rotation

2011-10-17 Thread Hugh McLaughlin
Hello Everyone and thanks for your help in advance. I am building an application that generates a PDF from a database. I need to be able to change the rotation of the pages back and forth. I see documentation on setting the initial orientation on when the document is instantiated and also when

Re: [iText-questions] Autofitting Table cells

2011-10-17 Thread Hugh McLaughlin
Actually that didn't work. Seems like the documentation says it should, but it didn't From: Jason Berk [mailto:jb...@purduefed.com] Sent: Monday, October 17, 2011 1:42 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Autofitting Table cells In java you could do:

Re: [iText-questions] Autofitting Table cells

2011-10-17 Thread Jason Berk
In java you could do: Dim cell As PdfPCell = New PdfPCell(New Phrase("Report\nDate", georgiablack)) Not sure about #1 Jason From: Hugh McLaughlin [mailto:h...@kmcnetwork.com] Sent: Monday, October 17, 2011 12:18 PM To: itext-questions@lists.sourceforge.net Subject: [iText-quest

[iText-questions] Autofitting Table cells

2011-10-17 Thread Hugh McLaughlin
Hello Everyone and thanks for your help in advance. I am new to iTextSharp and am creating an application that utilizes tables. I would like to accomplish two things that I can't seem to find clearly addressed in the documentation: 1.Resize the columns based on text inside the columns

Re: [iText-questions] Concatenating multiple PDF's using Servlet

2011-10-17 Thread Tim Troy
Hi Balder, Ed and All, I'm sorry for the poorly worded request for help. I was looking for advise on the general approach I should/could use. Not looking for example code. Just wanted to be pointed in the right direction. I tried it the way I thought it should work and that is not the way to

Re: [iText-questions] Subject: Inserting external PDF documents

2011-10-17 Thread Hugh McLaughlin
Thanks for the response. Once I figured out how to create the document in memory, I passed it from subroutine to subroutine. I appreciate the help. From: McGee, Edwin F. Sr. [mailto:edwin.f.mcgee...@saic.com] Sent: Friday, October 14, 2011 10:04 AM To: itext-questions@lists.sourceforge.ne

Re: [iText-questions] Concatenating multiple PDF's using Servlet

2011-10-17 Thread McGee, Edwin F. Sr.
You are on the right track referring to the text, but there is also a plethora of examples on the iText web site and a simple Google search will also reveal some ideas. You can also search the archives for this list. Basically, you need to gather all of your documents from the database like you

Re: [iText-questions] extracting xml attachment

2011-10-17 Thread Mester József
2011.10.11. 14:39 keltezéssel, 1T3XT BVBA írta: > On 11/10/2011 10:59, Mester József wrote: >> Hello members >> >> How can I extract xml attachment from pdf? >> I read kubrick's dvd example and I tried this example for my pdf. >> if (PdfName.FILEATTACHMENT.equals(annot.getAsName(PdfName.SUBTY

Re: [iText-questions] to open pdf

2011-10-17 Thread Alexis Pigeon
Hi Naveen, On 17 October 2011 08:32, wrote: > Hi, > > ** ** > > We are using java in our application. > > ** ** > > Our application is in Weblogic application server. We have placed some pdf > files in one of the paths in our application. > > ** ** > > We need to open those pdf file