Re: [iText-questions] API documentation for 2.1.7

2011-07-06 Thread 1T3XT BVBA
On 6/07/2011 23:28, Steinberg, Dan wrote: Where can I find API documentation for iText 2.1.7? There's no reason why you'd want to use that old version. It's 2 years old. Imagine the number of bugs that have been fixed in the meantime. Imagine the new functionality that has been added. It will

Re: [iText-questions] Import Annotated Comment from Pdf

2011-07-06 Thread SASEKUMAR1984
How to convert PdfDictionary to PdfAnnotation cast? PdfDictionary pageDict = editorPdfReader.GetPageN(1); PdfArray annotArray = pageDict.GetAsArray(PdfName.ANNOTS); if (annotArray != null) { for (int i = 0; i < annotArray.Size; +

Re: [iText-questions] Import Annotated Comment from Pdf

2011-07-06 Thread SASEKUMAR1984
How to convert PdfDictionary to PdfAnnotation cast? PdfDictionary pageDict = editorPdfReader.GetPageN(1); PdfArray annotArray = pageDict.GetAsArray(PdfName.ANNOTS); if (annotArray != null) { for (int i = 0; i < annotArray.Size; +

Re: [iText-questions] API documentation for 2.1.7

2011-07-06 Thread Mark Storer
You don't. You'd have to generate it yourself from source. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; From: Steinberg, Dan [mailto:daniel.steinb...@cengage.com] Sent: Wed

[iText-questions] API documentation for 2.1.7

2011-07-06 Thread Steinberg, Dan
Where can I find API documentation for iText 2.1.7? -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulen

Re: [iText-questions] How to display HTML content in PDF ?

2011-07-06 Thread Balder
from the API documentation: Paragraph public*Paragraph*(String string) Constructs a |Paragraph| with a certain |String|. *Parameters:* |string| - a |String| This does not state that html is converted. Where

[iText-questions] How to display HTML content in PDF ?

2011-07-06 Thread Ankit Desai
Hello, I am using following code to display HTML content in PDF. Functionality is to generate a PDF on a button click. Data is coming from database in string format. Code is a below. response.setContentType("application/pdf"); response.setHeader("Content-disposition","inline; filename=Report.pdf

Re: [iText-questions] (no subject)

2011-07-06 Thread 1T3XT BVBA
On 6/07/2011 12:07, Yevgeniy Cherniak wrote: Is any way to update Tags tree text if I want to insert there any change without changing my pdf? Yes, in section 13.3 "Exploring the root of a PDF file", you learn how to inspect the different elements in the Catalog dictionary. The "StructTre

Re: [iText-questions] Annotation writing

2011-07-06 Thread 1T3XT BVBA
On 6/07/2011 13:37, Jasveer wrote: I want to write AP Dictionary for the annotation while writing the pdf file. Can you tel me how can I write that. What you are trying to do is possible, but it would take several hours for me to make an example. I don't have that time right now. Do you have a

Re: [iText-questions] Import Annotated Comment from Pdf

2011-07-06 Thread 1T3XT BVBA
On 6/07/2011 15:40, SASEKUMAR1984 wrote: > Hi All, > > I have two set of pdfs where both the files are annotated by different users > and looking for the automation possibilities to imports comments from > another pdf. Samples available for add comments and how to import comments > from another pdf

Re: [iText-questions] which iText version is that?

2011-07-06 Thread TvT
Yeah i thought so. I think that old PDF was generated with pdftk version 1.12 Thanks for the hint, Tom 2011/7/6 1T3XT BVBA > ** > On 6/07/2011 16:05, TvT wrote: > > hi, > > i get real old pdf into my hands and the creator is: > itext-paulo (lowagie.com)[JDK1.1] - build 132 > > Which iText vers

Re: [iText-questions] which iText version is that?

2011-07-06 Thread 1T3XT BVBA
On 6/07/2011 16:05, TvT wrote: hi, i get real old pdf into my hands and the creator is: itext-paulo (lowagie.com )[JDK1.1] - build 132 Which iText version was that? itextsharp? If so (roughly) equivalent to which java iText was that? All itext-paulo versions were experimen

Re: [iText-questions] encoding

2011-07-06 Thread Balder
Isn't it IDENTITY-H ? On 6/07/2011 14:11, Yevgeniy Cherniak wrote: What should I pass as encoding parameter when creating Hebrew pdfstring? -- All of the data generated in your IT infrastructure is seriously valuable

[iText-questions] Import Annotated Comment from Pdf

2011-07-06 Thread SASEKUMAR1984
Hi All, I have two set of pdfs where both the files are annotated by different users and looking for the automation possibilities to imports comments from another pdf. Samples available for add comments and how to import comments from another pdf? Thanks -- View this message in context: http:

Re: [iText-questions] Invalid schema name executing filmfestival.script

2011-07-06 Thread Roberto
Balder wrote: > > it works for me in eclipse with hsqldb 1.8.0.7 > Not found 1.8.0.7. Found and tried 1.8.0.10. It works. I hope to reciprocate. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Invalid-schema-name-executing-filmfestival-script-tp3648190p3648635.h

Re: [iText-questions] Invalid schema name executing filmfestival.script

2011-07-06 Thread Balder
it works for me in eclipse with hsqldb 1.8.0.7 hsqldb hsqldb 1.8.0.7 jar runtime are you using maven to setup your project? or do you do it manually? On 6/07/2011 11:56, Roberto wrote: Running DatabaseTest (folder part1.chapter02) from Eclipse, I get an SQLException (invalid schema name) on

[iText-questions] Invalid schema name executing filmfestival.script

2011-07-06 Thread Roberto
Running DatabaseTest (folder part1.chapter02) from Eclipse, I get an SQLException (invalid schema name) on the execution of the filmfestival script. hsqldb.jar is among the Referenced Libraries filmfestival.script is in the resources.db folder Below is the exception thrown: Exception in threa

Re: [iText-questions] missing spaces

2011-07-06 Thread 1T3XT BVBA
On 6/07/2011 10:13, Yevgeniy Cherniak wrote: Here is the function, and I lose spaces horizontally at the end of rows: So, you create a Chunk with content text. This text is a String with spaces at the end. You then create a ColumnText object. You are going to use this object in text mode and y

Re: [iText-questions] missing spaces

2011-07-06 Thread 1T3XT BVBA
On 6/07/2011 9:36, Yevgeniy Cherniak wrote: I do work with text which I render to pdf file via Column object and Go function. But I I see what I lose spaces at the end of row. How can I prevent it from happening, and keep the spaces at the end of row? I'm not sure what you mean. Do you mean