Re: [iText-questions] Trying to align absoultely positioned text

2006-07-12 Thread bruno
Backer, Lisa H. wrote: >1) how I force the alignment to be within coordinates I specifiy > You see you get the coordinates of a box (rectangle) from the database. I think ColumnText would be the ideal way to fit the text inside this rectangle. Create a ColumnText object with writer.getDirectConte

[iText-questions] PDF concatenation without page break

2006-07-12 Thread Aymeric Alibert
I need to concatenate 2 small PDF documents on the same page. PdfCopy will only do a page by page concatenation. Is it possible to concatenate PDF with iText without a page break between them. Thanks, Aymeric - Using Tomcat

[iText-questions] thnks man - u realy helped

2006-07-12 Thread haim magen
 thank u.         You're in the good path. Just calldatatable.RunDirection = PdfWriter.RUN_DIRECTION_RTLA link to the examples:http://itextdocs.lowagie.com/tutorial/fonts/styles/index.html#directionThe examples are in Jave but it's trivial to modify them to C# or VB.NET.Paulo- Original Me

[iText-questions] need help heb

2006-07-12 Thread haim magen
 thank u for your answeri'll check it outand let u know if my problem solvedp.s.great job in this pdf- Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]>To: "Post all your questions about iText here" Sent: Wednesday, July 12, 2006 2:22

Re: [iText-questions] need help

2006-07-12 Thread haim magen
thank u for your answer i'll check it out and let u know if my problem solved p.s. great job in this pdf - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Wednesday, July 12, 2006 2:22 PM Subject: Re: [iText-questions] ne

Re: [iText-questions] PDF file creation with iText

2006-07-12 Thread Paulo Soares
- Original Message - From: "Leone-Thiel, Pat" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 12, 2006 10:50 PM Subject: [iText-questions] PDF file creation with iText > Good day to iText users/authors, > I have some very rudimentary questions about your product. We use it in > our compa

Re: [iText-questions] need help

2006-07-12 Thread Paulo Soares
You're in the good path. Just call datatable.RunDirection = PdfWriter.RUN_DIRECTION_RTL A link to the examples: http://itextdocs.lowagie.com/tutorial/fonts/styles/index.html#direction The examples are in Jave but it's trivial to modify them to C# or VB.NET. Paulo - Original Message - Fr

[iText-questions] PDF file creation with iText

2006-07-12 Thread Leone-Thiel, Pat
Good day to iText users/authors, I have some very rudimentary questions about your product. We use it in our company to generate PDF files, and our needs are changing...I am not a programmer or direct user. Does iText use the "infamous" PDFWriter driver that came out years ago with one of the firs

[iText-questions] Question

2006-07-12 Thread Jonathan Barber
Hello,   I was wondering something.  I have code using iTextSharp that searches existing PDF documents for keywords entered by a user.  I would like to know if there is a way, once I get those results back noting what page they appear on.   Lets say I search for a word and it appears on pa

Re: [iText-questions] check for margins and colour space of PDF

2006-07-12 Thread Helix Yz
On 7/12/06, bruno <[EMAIL PROTECTED]> wrote: > Antoine wrote: > >... have a look at pdfbox if iText doesn't do what you want. While > >iText does a lot of what pdfbox does, and a whole lot more, there are > >some areas where pdfbox fills some iText holes (i.e., things the iText > >devs are not inte

Re: [iText-questions] need help

2006-07-12 Thread haim magen
my code: Dim arial As BaseFont = BaseFont.CreateFont(windir & "\Fonts\arial.TTF", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED) Dim fontArial As Font = New Font(arial, 11, Font.NORMAL) datatable.AddCell(New Phrase(" גכגכ sdsds ", fontArial)) can u give me link i downloaded samples from source

Re: [iText-questions] need help

2006-07-12 Thread haim magen
my code: Dim arial As BaseFont = BaseFont.CreateFont(windir & "\Fonts\arial.TTF", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED) Dim fontArial As Font = New Font(arial, 11, Font.NORMAL) datatable.AddCell(New Phrase(" sdsds ", fontArial)) can u give me link i downloaded samples from source

Re: [iText-questions] need help

2006-07-12 Thread haim magen
my code: Dim arial As BaseFont = BaseFont.CreateFont(windir & "\Fonts\arial.TTF", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED) Dim fontArial As Font = New Font(arial, 11, Font.NORMAL) datatable.AddCell(New Phrase(" sdsds ", fontArial)) can u give me link i downloaded samples from source

Re: [iText-questions] check for margins and colour space of PDF

2006-07-12 Thread Leonard Rosenthol
At 03:51 PM 7/12/2006, Helix Yz wrote: >I've looked at it. It's a pretty elaborate library, too. As a quick >start I found out about a tool in ExtractImages.java (in PDFBox) that >has code that can be easily modified to check for colour space of >images rather than writing them to disk. Y

Re: [iText-questions] need help

2006-07-12 Thread haim magen
my code: Dim arial As BaseFont = BaseFont.CreateFont(windir & "\Fonts\arial.TTF", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED) Dim fontArial As Font = New Font(arial, 11, Font.NORMAL) datatable.AddCell(New Phrase(" sdsds ", fontArial)) can u give me link i downloaded samples from source

[iText-questions] Fw: need help

2006-07-12 Thread haim magen
my code: Dim arial As BaseFont = BaseFont.CreateFont(windir & "\Fonts\arial.TTF", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED) Dim fontArial As Font = New Font(arial, 11, Font.NORMAL) datatable.AddCell(New Phrase(" sdsds ", fontArial)) my code: Dim arial As BaseFont = BaseFont.CreateF

[iText-questions] need help

2006-07-12 Thread haim magen
my code: Dim arial As BaseFont = BaseFont.CreateFont(windir & "\Fonts\arial.TTF", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED) Dim fontArial As Font = New Font(arial, 11, Font.NORMAL) datatable.AddCell(New Phrase(" גכגכ sdsds ", fontArial)) can u give me link i downloaded samples from sourc

Re: [iText-questions] need help

2006-07-12 Thread haim magen
can u give me link i downloaded samples fro sourceforge didn't see there but i'll check again - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Wednesday, July 12, 2006 9:02 AM Subject: Re: [iText-questions] need help T

Re: [iText-questions] Adding a signature to an encryptedpdfdocument.

2006-07-12 Thread David Saier
Hi,  I found out that getting the newest version of iTextSharp (3.1.2 when I had 3.1.1 originally) as well as then making the change you suggested in your first reply to me fixed my problems.   Thank you for all the help. DavidPaulo Soares <[EMAIL PROTECTED]> wrote: I need to know the place in

Re: [iText-questions] Getting PDF from a revision

2006-07-12 Thread Wahaj Khan
Never mind, I have got the answer. Its the revisioned pdf. Thanks for the help. Regards, Wahaj "Wahaj Khan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks Paulo, > > I believe I need to get the content from each extracted pdf ( from the > revision) rather than from the main

Re: [iText-questions] Merging XFDF and PDF files with Unicodesupport

2006-07-12 Thread Josh Adams
After changing the encoding to BaseFont.CP1252 the characters are no longer showing up-- I just get a blank spot. If I stop the form from flattening, then the characters will show up if I try to select characters in the field. But, being able to flatten the form is one of the main reasons we'r

Re: [iText-questions] need help

2006-07-12 Thread Paulo Soares
There are examples in the tutorial for Arabic and Hebrew. Bidi re-ordering will only work with ColunText and PdfPTable. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of haim magen > Sent: Thursday, July 13, 2006 3:01 AM > To: itext-questio

[iText-questions] Trying to align absoultely positioned text

2006-07-12 Thread Backer, Lisa H.
Hello, I have text that I'm getting from a database with absolute coordinates as well as rotation and alignment information. I trying to use iText to create a PDF that uses this information. I am able to position the text with the rotation and fonts that I desire using the PdfContentByte, how

Re: [iText-questions] Merging XFDF and PDF files with Unicodesupport

2006-07-12 Thread Paulo Soares
Use the encoding "Cp1252". Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Josh Adams > Sent: Wednesday, July 12, 2006 5:31 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Merging XFDF and PDF files > with

Re: [iText-questions] Getting PDF from a revision

2006-07-12 Thread Wahaj Khan
Thanks Paulo, I believe I need to get the content from each extracted pdf ( from the revision) rather than from the main pdf. Regards, Wahaj "Paulo Soares" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Have a look at the source of AcroFields.updateByteRange(). > > Paulo > > > --

Re: [iText-questions] Merging XFDF and PDF files with Unicodesupport

2006-07-12 Thread Josh Adams
Thanks! That seems to have solved the problem with getting the correct characters to display. I have one other question, though, that's pretty closely related. We're wanting to use a font called RequiemTextHTFItalic, but it's a .PFM font and not a .TTF. When I try to use the following line

Re: [iText-questions] Adding a signature to an encryptedpdfdocument.

2006-07-12 Thread Paulo Soares
I need to know the place inside iTextSharp where the exception is thrown. If possible use the CVS version. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of David Saier > Sent: Wednesday, July 12, 2006 5:19 PM > To: Post all your questions

Re: [iText-questions] Getting PDF from a revision

2006-07-12 Thread Wahaj Khan
Thanks Paulo, I believe I need to get the content from each extracted pdf ( from the revision) rather than from the main pdf. Regards, Wahaj "Paulo Soares" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Have a look at the source of AcroFields.updateByteRange(). > > Paulo > > > --

Re: [iText-questions] Adding a signature to an encrypted pdfdocument.

2006-07-12 Thread David Saier
Thanks again for the reply. After making that change I am getting a new exception:   System.InvalidCastException was unhandled  Message="Unable to cast object of type 'iTextSharp.text.pdf.PdfNull' to type 'iTextSharp.text.pdf.PdfIndirectReference'."  Source="iTextSharpSign"  StackTrace:   at

Re: [iText-questions] Merging XFDF and PDF files with Unicodesupport

2006-07-12 Thread Paulo Soares
You see the Chinese characters because Acrobat 7 is finding them in your machine in some font and does the courtesy of showing them. If you try it with Acrobat 6 you'll see nothing. You can get around this in iText with a substitution font. Call AcroFields.addSubstitutionFont() with some font with

Re: [iText-questions] Soft-Mask Dictionaries

2006-07-12 Thread Leonard Rosenthol
At 11:47 AM 7/12/2006, Michael J. Mueller wrote: >Guess what? The soft clipping path moved around in Acrobat Reader but >stayed put in Acrobat Professional. First, make sure you are using the same versions of Reader and Pro, as there WILL be differences between v6 and v7. Secon

Re: [iText-questions] Adding a signature to an encrypted pdfdocument.

2006-07-12 Thread Paulo Soares
It's a porting bug. In PdfEncryption.cs replace: public PdfEncryption(PdfEncryption enc) : base() { with public PdfEncryption(PdfEncryption enc) : this() { Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of David Saier > Sent: Wednesday,

Re: [iText-questions] Table content is not properly placed

2006-07-12 Thread Cathrine Tan
I finally found the culprit, it was on our end (not itext's problem). Thanks for all your help. -Cathy- Paulo Soares writes: > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of bruno >> Sent: Wednesday, July 12, 2006 3:01 PM >> To:

Re: [iText-questions] Merging XFDF and PDF files with Unicodesupport

2006-07-12 Thread Josh Adams
Sorry, try www.neromir.net/PDFDir/certFront.xfdf and www.neromir.net/PDFDir/certFrontTextFields.pdf respectively. Apparently there's a setting on my server here that's not showing the directory listing for that directory... -Josh Adams From: "Paulo Soares" <[EMAIL PROTECTED]> Reply-T

Re: [iText-questions] Merging XFDF and PDF files with Unicodesupport

2006-07-12 Thread Paulo Soares
That URL gives me a page not found. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Josh Adams > Sent: Wednesday, July 12, 2006 3:59 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Merging XFDF and PDF files

[iText-questions] need help

2006-07-12 Thread haim magen
i can display hebrew chars but the text is not in the right order the are 'left to right' insted of 'right to left' how can ifix it can u help ? - Using Tomcat but need to do more? Need to support web services, security?

Re: [iText-questions] Merging XFDF and PDF files with Unicodesupport

2006-07-12 Thread Josh Adams
I posted the pdf and the xfdf file at www.neromir.net/PDFDir. The files are certFront.xfdf and certFrontTextFields.pdf. -Josh Adams >From: "Paulo Soares" <[EMAIL PROTECTED]> >Reply-To: Post all your questions about iText here > >To: "Post all your questions about iText here" > >Subjec

Re: [iText-questions] Table content is not properly placed

2006-07-12 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of bruno > Sent: Wednesday, July 12, 2006 3:01 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Table content is not properly placed > > Cathrine Tan wrote: > > >

Re: [iText-questions] Adding a signature to an encrypted pdf document.

2006-07-12 Thread David Saier
Hi,   Thanks for the reply, this is the stack trace I get from the exception: System.NullReferenceException was unhandled Message="Object reference not set to an instance of an object." Source="iTextSharpSign" StackTrace: at iTextSharpSign.PDFSigner.Sign(String SigReason, String SigContact,

Re: [iText-questions] Table content is not properly placed

2006-07-12 Thread bruno
Cathrine Tan wrote: > Bruno, the "hundreds of miles on a gallon of gas." and the "New Mexico > has joined the Chicago ..." are the same cell. The "New Mexico has > joined the Chicago...". Oops, I thought it were two different cells. > There's indeed an empty line between them, but that new lin

Re: [iText-questions] Turkish character problem

2006-07-12 Thread Paulo Soares
Try: BaseFont bf =BaseFont.createFont ("/CLRNDNL.TTF","Identity-H",BaseFont.EMBEDDED); Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Ferhat Degirmenci > Sent: Wednesday, July 12, 2006 2:52 PM > To: Post all your questions about iText

Re: [iText-questions] Turkish character problem

2006-07-12 Thread Ferhat Degirmenci
our code is that. And there is no setFullCompression Document document = new Document(PageSize.A4, 0, 0, 0, 0); try { // step 2: // we create a writer that listens to the

Re: [iText-questions] Turkish character problem

2006-07-12 Thread bruno
Ferhat Degirmenci wrote: > Sorry I forgot to say version. At version 5 we could not see, And At >version 6 and 7 we can see > >>Let's give it a try: are you using full encryption? >> I stick to what I guessed in my previous mail: Search your code for setFullCompression. If you find it, remove i

Re: [iText-questions] Table content is not properly placed

2006-07-12 Thread bruno
Cathrine Tan wrote: > Thanks Bruno. > That works but there's just one more little problem. > The pdf somehow have this thin rectangle on top of page 3. > How do I remove this rectangle ? It's not supposed to appear on the page. > In some cases, we have seen a stack of 2 or 3 of these thin rectangl

Re: [iText-questions] Turkish character problem

2006-07-12 Thread Ferhat Degirmenci
Sorry I forgot to say version. At version 5 we could not see, And At version 6 and 7 we can see Quoting bruno <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: > > > Yes, you're right. We use adobe acrobat, and when we use oldest version we > > >cannot see fonts. > > > That was a very lucky

Re: [iText-questions] Using Table in a PDF template

2006-07-12 Thread bruno
Mair, Paul wrote: > The text that comes after the table should be moved dynamically with > the length of the table. It is hard to explain, but if you knew more about PDF, you would know that what you ask is impossible. If you are stamping new content on an existing PDF document, you can't 'edit'

Re: [iText-questions] Turkish character problem

2006-07-12 Thread bruno
[EMAIL PROTECTED] wrote: > Yes, you're right. We use adobe acrobat, and when we use oldest version we >cannot see fonts. > That was a very lucky guess! It's a pity you are not telling us what version number of Adobe Reader causes the problem, or what new functionality you could possibly be using

Re: [iText-questions] Turkish character problem

2006-07-12 Thread
Yes, you're right. We use adobe acrobat, and when we use oldest version we cannot see fonts. Quoting bruno <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: > > > Yes, because in other case, characters cannat be seem > > > It is perfectly possible NOT to embed the Turkish characters, > AND

Re: [iText-questions] Turkish character problem

2006-07-12 Thread
When we take this pdf from test server and our real server at our company, we see our font is embeded, but when we take this pdf from our real server at our seller, we see our font is'nt embeded. Quoting bruno <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: > > >Hi, > >We have a tw

[iText-questions] Using Table in a PDF template

2006-07-12 Thread Mair, Paul
Hi, I’m using iText to fill fields of a PDF template (prepared with Acrobat Professional). I’m using the following method:     PdfReader pdf = new PdfReader("c:/PDFTest.pdf");     PdfStamper stp = new PdfStamper(pdf, new F

Re: [iText-questions] check for margins and colour space of PDF

2006-07-12 Thread bruno
Antoine wrote: >>If your advice leads to solving the problem, I'd be willing to share >>the full code for this function with the mailing list. Any help would >>be greatly appreciated. >> >> > >... have a look at pdfbox if iText doesn't do what you want. While >iText does a lot of what pdfbox d

Re: [iText-questions] Table content is not properly placed

2006-07-12 Thread bruno
Cathrine Tan wrote: >Hi Bruno, >If we use PdfPTable, I have noticed that if the PdfPCell content is too long >to fit on the previous page, the entire row will be printed on the next >page. Sometimes this means we'll see big empty space on the previous page. >We would prefer to have a portion of

Re: [iText-questions] check for margins and colour space of PDF

2006-07-12 Thread Antoine
> If your advice leads to solving the problem, I'd be willing to share > the full code for this function with the mailing list. Any help would > be greatly appreciated. ... have a look at pdfbox if iText doesn't do what you want. While iText does a lot of what pdfbox does, and a whole lot more, th

Re: [iText-questions] Table content is not properly placed

2006-07-12 Thread Cathrine Tan
Hi Bruno, If we use PdfPTable, I have noticed that if the PdfPCell content is too long to fit on the previous page, the entire row will be printed on the next page. Sometimes this means we'll see big empty space on the previous page. We would prefer to have a portion of the long PdfPCell to be o

Re: [iText-questions] Table content is not properly placed

2006-07-12 Thread bruno
Dirk Ulrich wrote: > When generating a PDF document with iText a problem occurs during > placing more than one table per page. The table is generated well but > the cell's content are displaced. the content is not placed into a > table's cell constraints. > If I do a newPage() after each genera

Re: [iText-questions] Turkish character problem

2006-07-12 Thread bruno
[EMAIL PROTECTED] wrote: > Yes, because in other case, characters cannat be seem > It is perfectly possible NOT to embed the Turkish characters, AND see them rendered correctly in Adobe Reader. If you expect an answer, you will have to give us some more information about what is happening. For n

[iText-questions] Table content is not properly placed

2006-07-12 Thread Dirk Ulrich
When generating a PDF document with iText a problem occurs during placing more than one table per page. The table is generated well but the cell's content are displaced. the content is not placed into a table's cell constraints.If I do a newPage() after each generated table every

Re: [iText-questions] RTF Headers/Footers

2006-07-12 Thread Daniel Platon
Hello,Thanks for the reply.The final header should look like:   righ-aligned   centered-- Kind regards,Daniel PLATON On 7/12/06, Mark Hall <[EMAIL PROTECTED]> wrote: On Tuesday 11 July 2006 18:11, Daniel Platon wrote:> Is it possible to have text with different align

Re: [iText-questions] RTF Two chapters on the same page

2006-07-12 Thread Mark Hall
On Tuesday 11 July 2006 21:20, Alin Popa wrote: > Is there possible to write 2 chapters on the same page (RTF) ? > I've tried to do that, but, when I'm adding new Chapter, it will be placed > on the next page. > (The only way that I've succeded is to put a section to a chapter, but this > is not wh

Re: [iText-questions] RTF Headers/Footers

2006-07-12 Thread Mark Hall
On Tuesday 11 July 2006 18:11, Daniel Platon wrote: > Is it possible to have text with different alignments in a RTFHeaderFooter > object ? I tried to put two paragraphs - one aligned to the right and one > aligned to the left - in a document's footer and it didn't work. Is there > some sort of wor

Re: [iText-questions] RTF Hyperlink & TOC problems

2006-07-12 Thread Mark Hall
On Tuesday 11 July 2006 15:09, Alin Popa wrote: > Now, I want to press on the "Anchor 2" and move the cursor to the "Anchor > 1", and this is not happening, in fact it's moving the cursor to the START > of the document. > > What I'm doing wrong ? Nothing :-). The RTF output does not support interna

Re: [iText-questions] Turkish character problem

2006-07-12 Thread bruno
[EMAIL PROTECTED] wrote: >Hi, >We have a two weblogic server, one of them for test, the other for >customers. >We create a bill by using itext through servlet. We use embeded Turkish >character set in pdf. When we get pdf from servers its normal, we can see >Turkish characters, but

Re: [iText-questions] Turkish character problem

2006-07-12 Thread
Yes, because in other case, characters cannat be seem Quoting Paulo Soares <[EMAIL PROTECTED]>: > Are you embedding the external fonts with the Turkish characters? > > Paulo > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, Jul

Re: [iText-questions] Getting PDF from a revision

2006-07-12 Thread Paulo Soares
Have a look at the source of AcroFields.updateByteRange(). Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Wahaj Khan > Sent: Tuesday, July 11, 2006 6:20 PM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Gett

Re: [iText-questions] Turkish character problem

2006-07-12 Thread Paulo Soares
Are you embedding the external fonts with the Turkish characters? Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 12, 2006 12:12 PM > Subject: [iText-questions] Turkish character problem > > Hi, > We have a two weblogic

[iText-questions] Turkish character problem

2006-07-12 Thread
Hi, We have a two weblogic server, one of them for test, the other for customers. We create a bill by using itext through servlet. We use embeded Turkish character set in pdf. When we get pdf from servers its normal, we can see Turkish characters, but when users try to take bill pdf,

Re: [iText-questions] Merging XFDF and PDF files with Unicode support

2006-07-12 Thread Paulo Soares
Show us the xpdf and the pdf. Paulo - Original Message - From: "Josh Adams" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 12, 2006 6:18 AM Subject: [iText-questions] Merging XFDF and PDF files with Unicode support > Hi, > > I'm new to iText. I have a PHP script running on my webserve

Re: [iText-questions] Getting PDF from a revision

2006-07-12 Thread Wahaj Khan
Thanks Paulo, I have got it working now but I was expecting that when I get the revision pdf I will get the actual PDF which was signed without signature rather than the pdf with the signature. My question is can I get the pdf contents which was actually signed excluding the Content area i.e. the