[iText-questions] HTML to PDF Converter

2009-03-09 Thread svattiku
Hi, We have a web application that has a download button. Currently, if we click that download button, we are downloading a html file with all the style sheets and the images to the local machine. We need to change this functionality as follows: If user clicks the download button, instead of

[iText-questions] Problem with decodePredictor(byte in[], PdfObject dicPar)

2009-03-09 Thread AoZus
Hi I am trying to decompress a stream with filter=flatedecode and decodeparms=[predictor 12 columns 4]. I decoded the stream with FlateDecode(byte in[]) first. Then the output is pass in to decodePredictor(byte in[], PdfObject dicPar). I have checked that dicPar is correct. However, the

Re: [iText-questions] HTML to PDF Converter

2009-03-09 Thread 1T3XT info
svattiku wrote: Please let me know how to implement this functionality using iText. You don't! Use something like Flying Saucer. It uses iText as PDF engine, but brings you the HTML interpreting part iText lacks. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ -

Re: [iText-questions] Need to add play/pause control buttons for flash video in pdf

2009-03-09 Thread mandar.jagtap
I am still trying for this but not yet successful. Could somebody put an example for this from where I can carry on forward? Is that possible? mandar.jagtap wrote: Hi, I have multiple number of flash videos (swf) in pdf output. I need to add the play/pause control buttons for each video

Re: [iText-questions] Need to add play/pause control buttons for flash video in pdf

2009-03-09 Thread Leonard Rosenthol
You need to start by reading the Acrobat JavaScript documentation which will give you all the information about how to write the necessary scripts to associated with the buttons on the page. I would recommend creating working buttons manually in Adobe Acrobat Professional first - and then once

Re: [iText-questions] Adobe 9 complaining about PDF/A where asAdobe 8 not

2009-03-09 Thread Wahaj
Hi, Any update on when the iTextsharp version might be getting updated with the PDF/A fix. Regards, Wahaj b...@galactic-tales.de wrote in message news:d118c12c7e9c9109b314b00b65ed1...@127.0.0.1... Let me add what I said in the other PDF/A thread: itextsharp has some issues that itext hasn't

[iText-questions] PDF with Timestamp + SunPkcs11 + applet

2009-03-09 Thread CharlesF
Hi All, I am trying to use code provider by Massimiliano (Massimiliano Ziccardi) to generate the signature along with timestamping. The only problem is that when closing the connection and removing provider, the connection to the smart card isn't released. I've even created separate thread in

[iText-questions] IText and mathemtical symbol

2009-03-09 Thread john . lamberson
Hello, I have a need to generate a square root sign programmatically and I am wandering how to do this? In fact, what is the best way to generate math symbols? Thank you, John -- This message was sent on behalf of john.lamber...@gmail.com at openSubscriber.com

Re: [iText-questions] PDF with Timestamp + SunPkcs11 + applet

2009-03-09 Thread Massimiliano Ziccardi
Hi Charles. Some time ago, I tried to use SunPKCS11 provider, but I had some problem, so I switched to IAIK PKCS#11 Wrapper, and I wrote my own provider (a small one, just to be able to sign with SHA1 and RSA). With that, I had no problem at all. Don't know if that can be an option. Regards,

Re: [iText-questions] IText and mathemtical symbol

2009-03-09 Thread Leonard Rosenthol
Use a font that has them included... Leonard -Original Message- From: john.lamber...@gmail.com [mailto:john.lamber...@gmail.com] Sent: Monday, March 09, 2009 12:08 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] IText and mathemtical symbol Hello, I have a need

[iText-questions] Paragraph not respecting bottom margin revisited

2009-03-09 Thread Steve Carrow
The title refers to the thread started by Francois Gravel in 2002 when he found that a multi-line paragraph would run over the page. To remedy that a fix was inserted in PdfDocument.java at around line 1213. In trying to get HTMLWorker happy with Images in Paragraphs, I've set up the Images in a

[iText-questions] modifed sample, question on PDF contents

2009-03-09 Thread Mike Marchywka
Hi, It turns out that itext seems to be very easy to work with and I was able to modify the examples to dump text labelled with X and Y positions. I can then sort this in bash and arrange as needed for many document layouts. For example, with a simple script I could get output like this,

[iText-questions] imgtemplate query

2009-03-09 Thread Billy Anachronism
Hi, I'm investigating possibilities for rendering a PDF to an image. I thought I'd try to convert a pdfimportedpage to an image (imgtemplate) - assuming that the conversion would give me some kind of consolidated image-like object. It seems that the imgtemplate just remains as a template wrapped

Re: [iText-questions] imgtemplate query

2009-03-09 Thread Billy Anachronism
Sorry just found that this has been asked before and there is not itext-related solution. Billy. On Tue, Mar 10, 2009 at 4:04 PM, Billy Anachronism billyanachron...@gmail.com wrote: Hi, I'm investigating possibilities for rendering a PDF to an image. I thought I'd try to convert a