Re: [iText-questions] embedded media issue

2011-10-05 Thread Manoj Karnavat
I am now writing the text by using the PdfContentByte object. But I am unable to put all the pieces together... how do i connect the above PdfContentByte and the dictionary object - i dont see any method to link these 2 objects PdfContentByte canv = canvas[PdfPTable.TEXTCANVAS];

Re: [iText-questions] Meaning of Rups icon

2011-10-05 Thread 1T3XT BVBA
On 6/10/2011 8:15, William Bell wrote: Can you please let me know what this Rups icon represents...     On a general note - do you have a document listing all Rups icons? As you can see: it means that you have a "

[iText-questions] Meaning of Rups icon

2011-10-05 Thread William Bell
Good morning Bruno, Can you please let me know what this Rups icon represents... On a general note - do you have a document listing all Rups icons? Kind regards William From: 1T3XT BVBA [mailto:i...@1t3xt.info] Sent: 05 October 2011 16:33 To: Post all your questions about iTe

Re: [iText-questions] watermark text print issue with iText-5.0.5

2011-10-05 Thread sacssp
Hi Prakash, Did you fixed this issue? I am having the same issue on HP Laser printer. Really appreciate if you can help me. Thanks -- View this message in context: http://itext-general.2136553.n4.nabble.com/watermark-text-print-issue-with-iText-5-0-5-tp3056703p3877111.html Sent from the iText -

Re: [iText-questions] horizontal scrolling in pdf

2011-10-05 Thread 1T3XT BVBA
On 5/10/2011 20:23, stelang wrote: > Hi, > I have horizontal scrolling in my JPanel. The pdf generated from this panel > ignores the scrolling setup and only displays partial data. Please advise. > To generate pdf, I am using JTextPaneToPdf.java (one of the older samples > from this forum) as ref

[iText-questions] horizontal scrolling in pdf

2011-10-05 Thread stelang
Hi, I have horizontal scrolling in my JPanel. The pdf generated from this panel ignores the scrolling setup and only displays partial data. Please advise. To generate pdf, I am using JTextPaneToPdf.java (one of the older samples from this forum) as reference. thanks in advance -- View this messag

Re: [iText-questions] Catalog dictionary not specified in pdf spec document

2011-10-05 Thread William Bell
Thanks Leonard. Kind regards William T: 07795 463646 E: wrb...@btinternet.com -Original Message- From: Leonard Rosenthol Date: Wed, 5 Oct 2011 08:41:31 To: Post here Reply-To: Post all your questions about iText here Subject: Re: [iText-questions] Catalog dictionary not specifi

Re: [iText-questions] Catalog dictionary not specified in pdf spec document

2011-10-05 Thread William Bell
Thanks Bruno. Kind regards William T: 07795 463646 E: wrb...@btinternet.com -Original Message- From: 1T3XT BVBA Date: Wed, 05 Oct 2011 17:32:38 To: Post all your questions about iText here Reply-To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Catalog dictionary

Re: [iText-questions] acroform text field does not get hiden injavascript

2011-10-05 Thread Mark Storer
Ah... a suggestion. If the field annotation itself is big enough, setting its background color & text color both to white and setting it read only will have the same effect. You can adjust the size of an annotation in iText easily enough... say expand the field by N points in every direction whe

Re: [iText-questions] acroform text field does not get hiden injavascript

2011-10-05 Thread Mark Storer
I suspect the fields are only part field, and part page content. In other words, the Actual Field Annotation has no borders or background. What you see "around" the field is actually part of the page, not the field. So you cannot make it invisible... at least not without some Very Fancy Coding

[iText-questions] Help saving full pdf to file server

2011-10-05 Thread Gustavo Jimenez
I need help saving pdf forms that are embeded in my webform to my webserver. I cant get it to work, i need to save the full pdf because it has signatures. try { //save to web servers file system var output = new FileStream(Se

Re: [iText-questions] Catalog dictionary not specified in pdf spec document

2011-10-05 Thread 1T3XT BVBA
On 5/10/2011 17:16, William Bell wrote:   and  mean? The dollar sign means you have a String entry. The info sign means you have a Name entry. -- All the data con

[iText-questions] Hanging indents bug report

2011-10-05 Thread jansorby
Using setFirstLineIndent() and adding a tabulator Chunk to create a hanging indent causes the first line to wrap to early. I think the bug is caused by a missing line in PdfLine.setExtraIndent(float extra). This is how I think it should be. void setExtraIndent(float extra) { left += ext

Re: [iText-questions] embedded media issue

2011-10-05 Thread 1T3XT BVBA
On 5/10/2011 13:04, Manoj Karnavat wrote: > PdfDictionary appear = new PdfDictionary(); > appear.put(PdfName.AC, str); What's this? Is str a (Pdf)String object? That's not an appearance, is it? If you want an appearance, you need to create the PDF syntaxt to draw it using methods s

Re: [iText-questions] embedded media issue

2011-10-05 Thread Manoj Karnavat
Thanks a lot for that pointer. I have gone thr' the docs pertaining to the screen annotation and its appearance details. I have tried with the foll snippet to have some text displayed when the media is played, but without much success. Can you please guide if i am doing something wrong here? PdfFi

Re: [iText-questions] ClassCastException when additing bookmarks

2011-10-05 Thread mkl
Chris Ulbright, Chris Ulbright wrote: > I have run into an issue when adding bookmarks to an existing PDF. This > particular code has been working for some time so I¹m not sure what is > different in this case. The PDF file is attached. Your sample PDF is flawed: Its catalog: 2 0 obj << /Type /

Re: [iText-questions] ItextSharp 5.x and some methods removed

2011-10-05 Thread 1T3XT BVBA
On 5/10/2011 8:59, victor raton wrote: > thank you for the information. > I think that the documentation you have send me is in java, isn,t it? > Is there support for .net? XML Worker has been ported to C#, but you'll have to adapt the code of the examples to .NET lingo.