|
Victor Mote wrote: I appreciate that! Unfortunately, I have implemented what I needed by doing a custom URL. I had actually never done this with Java before, but it wasn't bad. So, I "register" my own URLConnection type with Java, and then when FOP hits that URL for the image, my code gets instantiated. I can then dynamically generate the image and return the InputStream to it. It works great and I don't have to mess with the FOP code. As a "side effect" I can use that same strategy with our library outside the FOP code.Irv Salisbury III wrote:It seemed like most of the readers would read the image into memory. So, one thought on an "enhancement" might be to always read the bytes in from the URL and then just hand that off instead of opening the URL again. I hope to get some time at some point to give back to FOP. I have given back to most of the other open source projects I have used. We are on such a tight deadline with a few different projects that it won't be for awhile. However, I am hoping our current project will be a nice addition to the success stories of FOP. We are going to be printing about 3 million pages per month with a major company, right at the heart of its business. Once it is further along, I can discuss more, but I am hoping it will be a huge success for both FOP and open source. I am sure this won't be the last question I have! By the way, I found out the technology I had to integrate had a public URL. So, you can see it at: http://www.parc.com/research/istl/projects/dataglyphs/ So, we are using FOP to print the pages with the dataglyphs encoded within. Irv --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] |
- Re: Image callback for each page? The Web Maestro
- RE: Image callback for each page? Victor Mote
- RE: Image callback for each page? irv
- RE: Image callback for each page? irv
- Re: Image callback for each page? J.Pietschmann
- Re: Image callback for each page? Irv Salisbury III
- Re: Image callback for each page? J.Pietschmann
- RE: Image callback for each page? Victor Mote
- RE: Image callback for each page? Victor Mote
- Re: Image callback for each page? Irv Salisbury III
