Re: [iText-questions] Converting .doc/.rtf to .pdf

2008-10-21 Thread Paulo Soares
- Original Message - From: "nitin nitin" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 21, 2008 11:07 PM Subject: [iText-questions] Converting .doc/.rtf to .pdf > Hi All, > > Please telme ASAP (iTextSharp) as i want to convert a > document/rft to pdf and i want insert thet

[iText-questions] Converting .doc/.rtf to .pdf

2008-10-21 Thread nitin nitin
Hi All,   Please telme ASAP  (iTextSharp) as i want to convert a document/rft   to pdf and i want insert thet data in to pdf which alread has header and footer image and i need to use a pdf wtih header n footer as a  template and is must repeat for every page of word/rtf file or pages.  

[iText-questions] PdfGraphics2D bug fix: not propigating RenderingHints during create()

2008-10-21 Thread Mark Storer
Add the following line to PdfGraphics2D.create() (insert before line 904, though the exact position doesn't really matter): g2.rhints.putAll( this.rhints ); While I was at it, I noticed several other members aren't copied: currentFillGState currentStrokeGState underline paintFill paintStroke al

Re: [iText-questions] Acrobat 9 attachment Pin (Needle) issue

2008-10-21 Thread Leonard Rosenthol
Thanks for the PDF - I would NEVER had gotten the right answer w/o seeing it. You are running into a "feature" of Acrobat 9 related to annotations and digital signatures. In order to close a potential security hole in the area, Acrobat 9 (unlike its predecessors) will regenerate the appea

Re: [iText-questions] query

2008-10-21 Thread 1T3XT info
saurabh [EMAIL PROTECTED] wrote: > sir, > creating pdf code is attached > but i have to change font of table colum data. > what i have to do for using different font in different row/column. Create a Phrase that is constructed using a different font. Use that Phrase to create a cell. Or create a P

Re: [iText-questions] Problem with interesting Image XObjects

2008-10-21 Thread Nathan ALDRIDGE
Ok - stack trace with the JIT compiler switched off (sorry for the last trace)... ExceptionConverter: java.io.IOException: Unexpected end of file at file pointer 89 at com.lowagie.text.pdf.PRTokeniser.throwError(PRTokeniser.java:193) at com.lowagie.text.pdf.PRTokeniser.nextValidTok

Re: [iText-questions] Problem with interesting Image XObjects

2008-10-21 Thread Paulo Soares
As Mark says without the PDF and some code to show it failling this thread can't advance. Paulo > -Original Message- > From: Mark Storer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 21, 2008 1:12 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Prob

Re: [iText-questions] Acrobat 9 attachment Pin (Needle) issue

2008-10-21 Thread Pathy
Hello Leonard, Attached one such file here. http://www.nabble.com/file/p20091800/Dev_smtp-_Einschreiben_Versand_Quittung_20081021%255B1%255D.pdf Dev_smtp-_Einschreiben_Versand_Quittung_20081021%5B1%5D.pdf Left side of the text "Original E-Mail", a link to the attached file. Best regards Bhoop

[iText-questions] query

2008-10-21 Thread saurabh [EMAIL PROTECTED]
sir, creating pdf code is attached but i have to change font of table colum data. what i have to do for using different font in different row/column. thanks. Saurabh Gupta Software Developer WIT INNOVATION bangalore India ph=+919986906031 create_pdf.jsp Description: Binary data --

Re: [iText-questions] Acrobat 9 attachment Pin (Needle) issue

2008-10-21 Thread Leonard Rosenthol
How about a PDF that demonstrates the problem? Leonard On Oct 21, 2008, at 4:56 AM, Pathy wrote: > > Hello there, > We are using itext to generate PDF from our application. We have some > additional files and provided a link over a picture to open them. > Attached > the code extract in http

Re: [iText-questions] PdfAction created using CellEvent stops working when page is imported

2008-10-21 Thread Paulo Soares
You need PdfCopy to keep the links. Paulo > -Original Message- > From: Phil Newman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 21, 2008 12:07 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] PdfAction created using CellEvent > stops working when page i

[iText-questions] improving itext

2008-10-21 Thread kevin . leclerc
Hello, will be it possible to add a method for delete the current page to the library ? Because i had difficulties to find a method for this process. I have found the method writer.getDirectContent().reset(); but it is not easy to find it. the method has added to the library is : public void

Re: [iText-questions] Strange (lack of) behavior when attempting to place text

2008-10-21 Thread Phil Newman
You need to set the font and size before writing any text. Sorry, my code is in VB and i've just stuck it into yours... ... ... Font = New Font(Font.HELVETICA, 8, Font.NORMAL, New Color(0, 0, 0)) BF = Font.GetCalculatedBaseFont(False) cb.beginText(); cb.SetFontAndSize(BF, 8) cb.showTextAligned(P

[iText-questions] PdfAction created using CellEvent stops working when page is imported

2008-10-21 Thread Phil Newman
Hi. I have a catalogue page which contains a table of products. I use the CellEvent to overlay pdfactions to take the user to the relevant product page on the website. This works fine - a user can open the pdf, see the table and click the cell to take them to the website. However I need to import

[iText-questions] Acrobat 9 attachment Pin (Needle) issue

2008-10-21 Thread Pathy
Hello there, We are using itext to generate PDF from our application. We have some additional files and provided a link over a picture to open them. Attached the code extract in http://www.nabble.com/file/p20086101/code.txt code.txt file. This works as expected in Acrobat 8 and earlier version

[iText-questions] Acrobat 9 attachment Pin (Needle) issue

2008-10-21 Thread bhoopathy . murugaswamy
Hello there, We are using itext to generate PDF from our application. We have some additional files and provided a link over a picture to open them. Attached the code extract in code.txt file. This works as expected in Acrobat 8 and earlier versions, but in Acrobat 9 and we have an additional nee

Re: [iText-questions] SQL Server 2008 - Reporting Services PDFExport

2008-10-21 Thread Fabrizio Accatino
FYI: Microsoft "closed" the bug. They do not consider it a true bug... but they'll fix it in the next sql major release. Uh! Details: http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=373767 Fabrizio On Wed, Oct 8, 2008 at 2:35 PM, Fabrizio Accatino <[EMAIL PROT