Re: [iText-questions] My plan to shut down the mailing-list

2012-10-09 Thread Bill Ensley
does happen). Just my $0.02 -Bill Ensley www.bearprinting.com On 10/8/2012 11:43 PM, Bruno Lowagie wrote: > Maybe we should > think of a pre-canned answer that isn't offensive. A > one-answer-fits-many-questions solution for the questions that should be > posted on

Re: [iText-questions] My plan to shut down the mailing-list

2012-10-08 Thread Bill Ensley
+1 On 10/8/2012 8:02 AM, McGee, Edwin F. Sr. wrote: I would agree with those wishing to keep the mailing list open and selectively responding/posting the questions which meet mailing list criteria. As mentioned by another member of the mailing list, simply because I submit a question doesn't

Re: [iText-questions] Strange image colors - Problem with iText or System.Drawing?

2012-06-06 Thread Bill Ensley
How were these JPEGs created? Is it the same PDF reader/Computer for local as well as web? -Bill Ensley www.bearpinting.com On 6/6/2012 2:21 AM, Christoph Schramm wrote: Hi, I have a problem inserting an image in PDF. Local everything works fine, the image looks pretty good. Online - same

Re: [iText-questions] text color changes when adding PNG image

2012-05-25 Thread Bill Ensley
You have answered your own question, you need to get the PNG fixed first. -Bill Ensley www.bearprinting.com On 5/25/2012 12:53 PM, newbie2itext wrote: > Thanks for the reply. > > So what I'm doing is > 1. use PdfStamper to read an existing pdf and add some formfields onto it &g

Re: [iText-questions] text color changes when adding PNG image

2012-05-25 Thread Bill Ensley
are trying to achieve elsewhere in your PDF. -Bill Ensley www.bearprinting.com On 5/25/2012 12:31 AM, Alexis Pigeon wrote: Hi newbie2itext, On 25 May 2012 00:48, newbie2itext <mailto:newbie2c...@hotmail.com>> wrote: Basically just a repost of this, but the codes in last po

Re: [iText-questions] Scaling imported Swing Elements

2012-05-17 Thread Bill Ensley
Im sorry, my text correct messed up your name. - bill - Original Message - From: Bill Ensley To: Post all your questions about iText here Sent: Thu, 17 May 2012 08:41:25 -0700 (PDT) Subject: Re: [iText-questions] Scaling imported Swing Elements Hi Banjos For starters you are mixing

Re: [iText-questions] Scaling imported Swing Elements

2012-05-17 Thread Bill Ensley
* .75) Otherwise, you will need yo figure out the value that gets you to 72. (Points per inch) - Bill Ensley www.bearprinting.com - Original Message - From: bor...@avienthas.com To: itext-questions@lists.sourceforge.net Sent: Thu, 17 May 2012 03:54:35 -0700 (PDT) Subject: [iText-questions

Re: [iText-questions] Track PDF views?

2012-05-14 Thread Bill Ensley
Not sure what the official iText answer will be but from a security standpoint this is not a very good idea. There likely is no way to do what you want and even if there were, you would be smart to ask yourself if you should. -Bill Ensley www.bearprinting.com On 5/14/2012 4:48 PM, Andrew

Re: [iText-questions] Using PdfGraphics2D for making CMYK-Pdf

2012-04-18 Thread Bill Ensley
Yes, you need to actually specify the CMYKColor class, the default Color classes will all be RGB. -Bill Ensley www.bearprinting.com On 4/18/2012 4:09 AM, Муму Герасим wrote: > Hello, > > i have some java swing components, that can be drawn in Graphics2D and i want > to draw the

Re: [iText-questions] SVG Support in itext 5.2.0

2012-03-28 Thread Bill Ensley
Easiest solution is to use Batik and its transcoder matrix to write to a PDFGraphics2D object. I could probably dig up some old code it you cannot find it on their site. -Bill Ensley www.bearprinting.com On 3/28/2012 5:11 AM, iText Info wrote: > Op 28/03/2012 13:22, Thomas Kübler schr

[iText-questions] Licensing Question (not sure if appropriate for sales or not)

2012-03-14 Thread Bill Ensley
the newer versions of iText. We have always provided links on our site to iText and to the best of my knowledge followed the rules. I am wondering what we would need to change if we were to upgrade our version of iText. Thank you for a wonderful product, -Bill Ensley www.bearprinting.com

Re: [iText-questions] jpanel to itext pdf

2012-01-29 Thread Bill Ensley
iText can reformat your JPanel content to fit a certain page, then the answer is no. It will have to work the other way around, you will have to format your JPanel to fit the PDF page you are painting into. -Bill Ensley www.bearprinting.com On 1/29/2012 8:18 PM, bijal vadher wrote: I know you a

Re: [iText-questions] jpanel to itext pdf

2012-01-29 Thread Bill Ensley
There is a section of the iText in Action book that covers this question in detail. There are also many examples in the iText archives related to this. I tell you this to teach you to fish instead of providing your meal for you. -Bill Ensley www.bearprinting.com On 1/29/2012 12:33 AM

Re: [iText-questions] Washed out (transparent) image

2012-01-18 Thread Bill Ensley
Ensley www.bearprinting.com On 1/18/2012 3:59 PM, Bill Ensley wrote: Email me the PDF - bill@bearprinting dot com -Bill On 1/18/2012 3:55 PM, Craig Edwards wrote: Thanks for the feedback. There must be something I am missing though... the raw image properties are 1891 x 1335 pixels. Ultimately

Re: [iText-questions] Washed out (transparent) image

2012-01-18 Thread Bill Ensley
re you can look at the images individually... in there, it looks just like it should. It just doesn't display as it should when drawn on the page. I thought it might be my Acrobat Reader (v9) but it also looks washed out on my mac using Preview. I'm stymied... any other thoughts?

Re: [iText-questions] Washed out (transparent) image

2012-01-18 Thread Bill Ensley
mes your bounding box for you pixels. Hope this helps, -Bill Ensley www.bearprinting.com On 1/18/2012 5:59 AM, Leonard Rosenthol wrote: Downsampling is the term for reducing the resolution of an image. From: Craig Edwards <mailto:craig_edwa...@amp.com.au>> Reply-To:

Re: [iText-questions] Seeing guidance on PDF images

2011-10-03 Thread Bill Ensley
You probably need to add the actual iText.jar to your classpath as well. -Bill Ensley www.bearprinting.com On 10/3/2011 8:19 AM, New Developer wrote: correct the exe won't run I have tried java -jar itext-rups-1.0.0.jar Exception in thread "AWT-EventQueue-0" java.lang.NoCla

Re: [iText-questions] Fwd: FW: Retrieving settings from PDF files using iText

2011-08-09 Thread Bill Ensley
the extra mile for you, but the rest of us are just going to ignore you and you will lose a HUGE body of expertise with iText to answer your questions. Sincerely, -Bill Ensley www.bearprinting.com Loyal iText developer since 2001. On 8/9/2011 11:03 AM, John Renfrew wrote: William As a fel

Re: [iText-questions] image vs background: color difference in CMYK

2011-08-05 Thread Bill Ensley
in different ways. Most of these RIPs have options to turn off this color channel rendering, I would look for settings like that. -Bill Ensley www.bearprinting.com On 8/5/2011 3:14 AM, Wim Lambrechts wrote: Hello, I create a PDF page with background CMYK = 0,0,0,255 (full black). Next I

Re: [iText-questions] Graphics2D and ContentByte.addTemplate together

2011-08-05 Thread Bill Ensley
Hi Bruno, Thanks for the suggestion, but that is how I'm doing it now. Getting the content from the g2d and then adding the PdfImportedPage to it. -Bill Ensley www.bearprinting.com On 8/4/2011 11:35 PM, 1T3XT BVBA wrote: > On 1/08/2011 2:54, Bill Ensley wrote: >> Is there an

[iText-questions] Graphics2D and ContentByte.addTemplate together

2011-08-04 Thread Bill Ensley
cb.addTemplate() to write on the same timeline as the Graphics2D content? Thanks, -Bill Ensley www.bearprinting.com -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect

Re: [iText-questions] PDF -> PNG

2011-06-07 Thread Bill Ensley
Not with iText. There are quite a few libraries out there, some cost, some don't. We use JPedal and are mostly pleased with it. BFO renders better, but at a cost. -Bill Ensley www.bearprinting.com On 6/7/2011 7:34 PM, David Thielen wrote: Hi all; Is there a way to generate a bitmap of

Re: [iText-questions] Design Advice

2011-05-10 Thread Bill Ensley
One good option would be to output your final JSP page as formatted XHTML. That way you could just use the HTMLWorker or XMLWorker to parse that into a PDF on demand. This would likely be your smallest learning curve. -Bill Ensley www.bearprinting.com On 5/9/2011 11:08 PM, 1T3XT BVBA wrote

Re: [iText-questions] the position of the image in the graphics2D

2011-04-18 Thread Bill Ensley
. Which is it that you need? -Bill Ensley www.bearprinting.com On 4/18/2011 2:30 PM, curt wrote: > I want to created a pdf that contain images from a flash application. > the benchmark in the flash application is 1/1 pixel that is not the > same in the pdf. > I need to know the co

Re: [iText-questions] JFreeChart and IText integration problem

2011-04-12 Thread Bill Ensley
Must the Chart stay Vector in the finished PDF? If not, you can get the BufferedImage from JFreeChart using: BufferedImage image = chart.createBufferedImage(width, height); and add that to the PDF instead. -Bill Ensley www.bearprinting.com On 4/12/2011 11:36 AM, Mark Storer wrote: I'm

Re: [iText-questions] RE?? RE??Re: Re??Re:_Re??Re:__save_all_objects_in_JTextpane_in_one_go

2011-04-05 Thread Bill Ensley
p;& (alloc.height > 0)) { alloc.x = alloc.y = 0; Insets insets = ta.getInsets(); alloc.x += insets.left; alloc.y += insets.top; alloc.width -= insets.left + insets.right; alloc.height -= insets.top + insets.bottom; return alloc; } return null; } -Bill Ensley www.bearprinting.com On 4/5/2011 7:18

Re: [iText-questions] Question about PdfGraphics2D for saving pdf file

2011-04-03 Thread Bill Ensley
and alloc a Rectangle, you can do: >> ta.getUI().getRootView(ta).paint(g2, alloc); not ta.paint(g2) or ta.print(g2) Neither of those will work. FYI, I am the author of that original example. You can definitely to what you want to do here, you just have to follow the rules. -Bill Ensl

Re: [iText-questions] Imposing - is it possible?

2011-03-02 Thread Bill Ensley
Definitely. This is covered in depth in the book iText in Action by Manning. Chapter 6 A must have if you are going to be working with iText. -Bill Ensley www.bearprinting.com On 3/1/2011 12:48 PM, Roman Sokolyuk wrote: Hi, I am trying iText out for the first time. Can I do the

Re: [iText-questions] PNG transparency problem

2011-02-19 Thread Bill Ensley
Try viewing the finished PDF on a different system with a different version of Reader. I found myself in an embarrassing situation where my Reader was not properly updated and transparencies were not rendering correctly. -Bill Ensley www.bearprinting.com On 2/19/2011 1:28 AM, Paulo Soares

Re: [iText-questions] Error in N-Up Example

2011-02-16 Thread Bill Ensley
harassment. It pleases me greatly to see such class not only still here, but growing. Thank you, -Bill Ensley www.bearprinting.com On 2/14/2011 7:47 AM, Joe Danziger wrote: There appears to be an error in the example found on Page 171 of the 2E book. This is also found online at http

Re: [iText-questions] iText Document to Graphics2D

2009-06-17 Thread Bill Ensley
version. They seem to be a good company to work with. -Bill Ensley www.bearprinting.com -Original Message- From: Bruno Lowagie [mailto:br...@lowagie.com] Sent: Wednesday, June 17, 2009 1:21 AM To: Post all your questions about iText here Subject: Re: [iText-questions] iText Document to

Re: [iText-questions] iText programmer wanted - Good pay - Simple straighforward project

2009-02-02 Thread Bill Ensley
This is great to see! -Bill Ensley www.bearprinting.com > -Original Message- > From: kpenner [mailto:jaype...@yahoo.com] > Sent: Sunday, February 01, 2009 7:48 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] iText programmer wanted - Go

Re: [iText-questions] Using PdfGraphics2D and compressing non-JPEG images

2008-12-21 Thread Bill Ensley
y suggestions for improving this approach then I am > > interested in your suggestions. > > Thank you very much for your code contribution! > Either I or Paulo will have a look at it as soon as we have time. [Bill Ensley] Is there someplace, either on 1T3XT.com or lowagie.com where

Re: [iText-questions] SVG and iText

2008-12-16 Thread Bill Ensley
Please post a sample of the SVG and a snippet of testable code so that we can recreate the issue. -Bill Ensley www.bearprinting.com From: Laisne Stéphane [mailto:s.lai...@lectra.com] Sent: Tuesday, December 16, 2008 7:46 AM To: itext-questions@lists.sourceforge.net Subject: [iText

Re: [iText-questions] Come On, Share Your iText Generated PDF Examples

2008-12-11 Thread Bill Ensley
If you are just looking for PDF Samples, see www.bearprinting.com and click "demo" There are over 500 templates that you can preview as a PDF using the iText library. -Bill Ensley www.bearprinting.com iText have so many nice features and yet most pdf I seen are s

[iText-questions] PdfGraphics2D Patch

2008-08-20 Thread Bill Ensley
); strokeGState[alpha] = gs; } cb.setGState(gs); } cb.setColorStroke(color); restoreTextRenderingMode = true; } } If there is a better / safer way to accomplish this, please let me know and I will update my branch. -Bill Ensley

Re: [iText-questions] Converting Swing JTextPane to HTML with iText

2008-08-18 Thread Bill Ensley
It is however possible if you write your own Graphics2D implementation That outputs HTML. -Bill Ensley www.bearprinting.com >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On >Behalf Of ssinai >Sent: Sunday, August 17, 2008 2:38 PM >T

Re: [iText-questions] Reduce PDF Trime Size

2008-08-14 Thread Bill Ensley
do you crop the page to a smaller size without scaling. -Bill Ensley www.bearprinting.com - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with

Re: [iText-questions] Include SVN in PDF

2008-05-09 Thread Bill Ensley
>Now we (and everyone) needs to look at >PDF in a wider context... Makes sense to me. So, vendors creating PDF's need to do the parsing and content transfer into a PDF. This is what is recommended for iText using Batik anyway. -Bill Ensley www.bearp

Re: [iText-questions] Include SVN in PDF

2008-05-09 Thread Bill Ensley
"failed" format? -Bill Ensley www.bearprintnig.com - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save

Re: [iText-questions] ITEXT

2008-05-03 Thread Bill Ensley
), so the first thing we'd have > to do before your tool can be distributed would be to remove PD4ML. xhtmlrenderer is a compatible html to PDF renderer that already uses iText. perhaps it can be used in replacement of pd

Re: [iText-questions] Portrait and Landscape pages inside one PDF Document

2008-04-25 Thread Bill Ensley
her possibilities, Archives, google, tutorial, book etc before posting a Question on the page where a newbie signs up for the list? If there were, and I know asking the user to read is a lot, Perhaps these posts would slow. -Bill

Re: [iText-questions] SVG -> EMF or PNG?

2008-04-19 Thread Bill Ensley
I believe that Batik can do it. -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Thielen Sent: Saturday, April 19, 2008 8:24 AM To: itext Subject: [iText-questions] SVG -> EMF or PNG? Hi; Is there a program out there that

Re: [iText-questions] Registration Black

2008-04-18 Thread Bill Ensley
> No, it isn't.CMYK [1 1 1 1] is a process color, while > Registration is a Spot color. > > Leonard OK, you are right, that is the correct way. I have used the CMYK version for simple 4 color seps requiring Crops to show on all pages. -Bill Ensley www

Re: [iText-questions] Registration Black

2008-04-18 Thread Bill Ensley
Registration Black is simply cmyk 100,100,100,100 -Bill Ensley www.bearprinting.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Neal Johnson > Sent: Friday, April 18, 2008 4:23 AM > To: itext-questions@lists.sourcef

Re: [iText-questions] Saving images at greater than 72dpi

2008-04-14 Thread Bill Ensley
inch x 1 inch. A 300x300 pixel image is 100DPI when sized to 3 inch x 3 inch. A 3 inch x 3 inch placement will need to be a 900 x 900 pixel image To have 300DPI. Pixels / inches = DPI. It really is that simple. -Bill Ensley www.bearprinting.com > -Original Message- > From:

[iText-questions] Testing

2008-04-06 Thread Bill Ensley
testing, please ignore. -Bill Ensley www.bearprinting.com - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code

[iText-questions] testing

2008-04-06 Thread Bill Ensley
testing, please ignore - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk

Re: [iText-questions] Fw: imposition inquisition

2008-03-25 Thread Bill Ensley
feel free to use and improve this code and give it back again to the community. If anyone has any questions, please feel free to ask -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, March 25, 2008 9:25

Re: [iText-questions] imposition inquisition

2008-03-24 Thread Bill Ensley
I have a whole chunk of code that I can share. I am currently in disneyland and won't be able to send it until tonight. : ) -Original Message- From: [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: 3/24/08 11:42 AM Subject: [iText-questions] Imposition inquisition Does a

Re: [iText-questions] Imposition inquisition

2008-03-24 Thread Bill Ensley
I have a whole chunk of code that I can share. I am currently in disneyland and won't be able to send it until tonight. : ) -Original Message- From: [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: 3/24/08 11:42 AM Subject: [iText-questions] Imposition inquisition Does a

Re: [iText-questions] Question on Swing component to PDF using iText

2008-03-04 Thread Bill Ensley
2 suggestions: 1) try table.getUI().paint(g) 2) try table.paint(g) instead of table.print(g) -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kiran Kodimela Sent: Tuesday, March 04, 2008 2:41 PM To: Post all your questions about

Re: [iText-questions] Question on Swing component to PDF using iText

2008-03-04 Thread Bill Ensley
What is the code you are using to paint the JTable to the PDF? -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kiran Kodimela Sent: Tuesday, March 04, 2008 1:16 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions

Re: [iText-questions] [personal message] some bad news

2008-02-22 Thread Bill Ensley
Bruno, Are you financially stable for this treatment? Is insurance covering everything? I would be willing to give back some support to you for all of your Help on iText, my company has benefited greatly from it. -Bill Ensley www.bearprinting.com > -Original Message- > From:

Re: [iText-questions] [personal message] some bad news

2008-02-22 Thread Bill Ensley
Bruno, All our thoughts are with you. My own 7 week old baby is in the ICU as we speak, so I feel greatly for you. We will carry on here for you and all will be well when you return. Go eat some chocolate ice cream. It won't cure anything, but it makes you feel better. Good luck,

Re: [iText-questions] Color in PDF

2008-02-21 Thread Bill Ensley
I am afraid your question is a bit vague. Any way you could elaborate? -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of murthy gandikota Sent: Thursday, February 21, 2008 11:08 AM To: itext-questions@lists.sourceforge.net Subject

Re: [iText-questions] iText web page

2008-02-01 Thread Bill Ensley
t. It is designed for display on a screen, any screen, anywhere. Printing is far more specialized and restricted. -Bill Ensley www.bearprinting.com - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft

Re: [iText-questions] OFF_TOPIC - was iText web page

2008-02-01 Thread Bill Ensley
ences between the digital and the virtual world in a way that allows our customers to enjoy the best of both sides. -Bill Ensley - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual

Re: [iText-questions] iText web page

2008-01-30 Thread Bill Ensley
nd which is directly competitive with the Work." > > I hope your question didn't imply that you want me to violate > that contract. > br, > Bruno ; ) -Bill Ensley www.bearprinting.com - This SF.

Re: [iText-questions] QUESTION - Flash in PDF document

2007-11-01 Thread Bill Ensley
,"application/x-shockwave-flash",true)); -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andre-Pierre Fillion Sent: Thursday, November 01, 2007 8:04 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions

Re: [iText-questions] QUESTION - Flash in PDF document

2007-11-01 Thread Bill Ensley
Yes, you place it as an annotation. -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andre-Pierre Fillion Sent: Thursday, November 01, 2007 8:04 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] QUESTION - Flash

Re: [iText-questions] PDF to image

2007-10-18 Thread Bill Ensley
JPedal. -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Euler Melo Jr Sent: Thursday, October 18, 2007 10:43 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF to image Hi, how to convert a pdf file (one

Re: [iText-questions] problem in printing pdf file created with Itext

2007-09-26 Thread Bill Ensley
Does your printer understand PDF? Not all printers support the same inputs, some are PCL, most are Postscript and few new ones understand native PDF. -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of love dream Sent: Wednesday

Re: [iText-questions] Is it possible to use iText for PDF to TIFFconversion

2007-09-25 Thread Bill Ensley
No, you want JPedal. -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Val Bumbu Sent: Tuesday, September 25, 2007 2:39 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Is it possible to use iText for PDF to

Re: [iText-questions] PDF's are equal or not ?

2007-09-24 Thread Bill Ensley
Byte size, hex compare? -Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Mitch Freed > Sent: Monday, September 24, 2007 3:02 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] PDF's are equal or not ? > > T

Re: [iText-questions] adding hi-res images

2007-09-24 Thread Bill Ensley
t as is. My impression is that iText would > adjust the size per the dpi. Also, if I scale it manually, > how is this going to affect the print quality? > > On 9/24/07, Bill Ensley <[EMAIL PROTECTED]> wrote: > > Are you placing the image at 7.5"x1.04" ? O

Re: [iText-questions] adding hi-res images

2007-09-24 Thread Bill Ensley
Are you placing the image at 7.5"x1.04" ? Or just dumping it in as is? -Bill Ensley www.bearprinting.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Iyad Jabri > Sent: Monday, September 24, 2007 9:58

Re: [iText-questions] dpi and colorspace xtremely confused

2007-09-21 Thread Bill Ensley
20 x 20 cm (which is roughly 8 inches) @ 180 dpi, then the image needs to be 1440 x 1440 pixels with your image size set in the PDF being 20 x 20cm. -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Idees Absurdes Sent: Friday, September

Re: [iText-questions] Custom resolution

2007-09-18 Thread Bill Ensley
I chose 96 dpi, but it was several years ago, I think that Adobe's choice of 110 may indeed be more "future proof". The reason I chose 96 is that at the time it was more or Less a default dpi for most monitors. -Bill Ensley www.bearprinting.com > -Original Message--

Re: [iText-questions] Custom resolution

2007-09-17 Thread Bill Ensley
In my own rendering app, I also use a fixed resolution. It does actually make sense. -Bill Ensley www.bearprinting.com > It turns out that for Acrobat 8, for performance reasons, we > switched > from "use screen resolution" to a fixed resolution. The reason for > 1

Re: [iText-questions] Custom resolution

2007-09-17 Thread Bill Ensley
So, Java gives you 96 and Acrobat gives you 110? Very interesting indeed. I think this is a question for Leonard ? -Bill Ensley www.bearprinting > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Olivier Lefevre > Sent: Monda

Re: [iText-questions] Custom resolution

2007-08-26 Thread Bill Ensley
have seen some that use 110dpi. -Bill Ensley www.bearprinting.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Olivier Lefevre > Sent: Sunday, August 26, 2007 8:23 AM > To: itext-questions@lists.sourceforge.net > Subject:

Re: [iText-questions] Colors in PdfGraphics2D

2007-08-25 Thread Bill Ensley
x27;s screen rendering. You can turn this off in the preferences and see the exact same color on the screen As you see in Java. When you print however, you will get a different color as RGB does not map accurately To CMYK. -Bill Ensley www.bearprinting.com > -Original Message- > F

Re: [iText-questions] PdfGraphics2D.drawString() simulating bold, italic or bold-italic fonts.

2007-08-15 Thread Bill Ensley
A few months ago this message was posted to the list. I have just got around to implementing it in my branch of iText. The fix seems to work quite well, my question: Is there a reason why this hasn't been integrated into the main Trunk that I should be aware of when using it? -Bill E

Re: [iText-questions] IText servlet printing garbage

2007-08-01 Thread Bill Ensley
If you are sometimes able to get a good print of a document, then the problem is likely not iText. Have you tried this on many different printers? The question posed about the memory on your printers is very valid, I would pursue this. -Bill Ensley www.bearprinting.com _ From: [EMAIL

Re: [iText-questions] IText servlet printing garbage

2007-07-31 Thread Bill Ensley
I'm afraid I don't quite understand... is your printer actually spitting out trash? -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of harsha ravindra Sent: Tuesday, July 31, 2007 10:00 PM To: itext-questions@lists.sourc

Re: [iText-questions] Itext font size vs Java swing font size

2007-07-16 Thread Bill Ensley
Java measures font in Pixels, iText measures them in Points (pixel * .75) will give you the proper Point size. Ie: 34 * .75 = 25.5 points. Conversely, Point / .75 will give you proper Pixel size. These measurements are based on 96ppi which is not always the case, but it is very common. -Bill

Re: [iText-questions] PDF with 3D stream

2007-07-02 Thread Bill Ensley
I suspect that this user is doing 3D rendering to the screen in Java and wants to Output some finished product to PDF. I recommend creating a BufferedImage to the paint method (if this applies to Java3D) And then writing that image to PDF. -Bill Ensley www.bearprinting.com > -Origi

[iText-questions] iText domain name

2007-06-22 Thread Bill Ensley
eem to be using the domain at this time. Sincerely, Bill Ensley Phone: 503.244.4738 Fax: 503.244.5235 <http://www.bearprinting.com> _ P.S. If you aren't able to open the photo proof, you may not have Adobe Acrobat <http://www.adobe.com/products/acrobat/readstep2.html

[iText-questions] JPEG Image Update for PdfGraphics2D

2007-06-19 Thread Bill Ensley
led = null; image = com.lowagie.text.Image.getInstance(baos.toByteArray()); baos.flush(); baos.close(); Sincerely, Bill Ensley Phone: 503.244.4738 Fax: 503.244.5235 <http://www.bearprinting.com> P.S. If you aren't able to open the photo pr

Re: [iText-questions] Not using com.sun.* classes

2007-05-30 Thread Bill Ensley
I made an effort instead of >just complaining :) Sorry, I didn't read far enough into your post, I looked at your patch, and it will work, but it doesn't make use of the jpegQuality parameter. I will try to come up with a solution shortly. -Bi

Re: [iText-questions] Not using com.sun.* classes

2007-05-30 Thread Bill Ensley
ctor and is ignored if The required classes are not present. Ideally there would be an implementation of the JPEG classes that does not rely on _any_ JRE or version thereof. It would not be hard to update this to use ImageIO, I will look into it and post a fix. -Bill Ensley w

Re: [iText-questions] working example of a JTable2Pdf?

2007-05-22 Thread Bill Ensley
n't you loop through your Jtable and populate a PdfPTable and them place that? -Bill Ensley www.bearprinting.com - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express an

Re: [iText-questions] working example of a JTable2Pdf?

2007-05-22 Thread Bill Ensley
I'd like someone to write my program for me too. -Bill Ensley www.bearprinting.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of chandrajeet Sent: Tuesday, May 22, 2007 12:57 PM To: itext-questions@lists.sourceforge.net Subject: [iText-ques

Re: [iText-questions] iText to PostScript?

2007-05-15 Thread Bill Ensley
Isn't that like converting your Lexus to use a carburator? -bill ensley www.bearprinting.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Landry Sent: Tuesday, May 15, 2007 5:45 PM To: itext-questions@lists.sourceforge.net Subject: [

Re: [iText-questions] photometric 6 is not supported

2007-04-20 Thread Bill Ensley
Perhaps it can be opened by JAI and then passed to iText as a Java Image. -Bill Ensley www.bearprinting.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Friday, April 20, 2007 10:41 AM To: Post all your questions about iText here

Re: [iText-questions] Overlay a transparent gif on another image

2007-03-21 Thread Bill Ensley
Why not just put the images together into one using Java, and then place that one dynamically? -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sverre Moe Sent: Wednesday, March 21, 2007 3:39 AM To: Post all your questions about iText

Re: [iText-questions] Color looks different after drawing particular image types

2007-03-17 Thread Bill Ensley
gif and png offer transparency, jpg and bmp do not, your color mode in Graphics2D is affected by whether or not you have transparency. This affects all elements, not just the transparent ones. -Bill ensley www.bearprinting.com Peter van Raamsdonk wrote: Hi, I don't know if this is

Re: [iText-questions] convert PDF to JPEG

2007-03-15 Thread Bill Ensley
Dig deeper into JPedal, Specifically PDFDecoder, I use it every day to render PDF 's in any size I want. -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Michell Sent: Thursday, March 15, 2007 8:34 AM To: Post all your ques

Re: [iText-questions] PDF to TIFF

2007-03-04 Thread Bill Ensley
You will need a 3rd party product for that. Try JPedal or PDFBox, they will create a very good image of the pdf, you will then need to use JAI to turn it into a Tiff. -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Roen Sent

Re: [iText-questions] XML to PDF

2007-03-03 Thread Bill Ensley
Have you mapped the lotus xml to itext xml or are you just expecting itext to "know" what kind of XML you are sending it? XML is not a language, it is a data storage and transfer mechanism. You probably need to create a custom SaxHandler to parse the lotus xml. -B

Re: [iText-questions] XML to PDF

2007-03-02 Thread Bill Ensley
One word: Tutorial. Xml to PDF is simple and well documented. If you have specific questions once you get started, please ask again. -Bill Ensley www.bearprinting.com I would be very interested if someone found a way to convert XML to PDF Michael D Marcavage Re Date: Fri, 02 Mar

Re: [iText-questions] graphics2d/pdfmark...

2007-03-02 Thread Bill Ensley
instead of a generic Graphics object. I think this would also be a good open discussion on the forum. I would be willing to help out on this if there is agreement that it could be useful to others. -Bill Ensley www.bearprinting.com > -Original Message- > From: [EMAIL PROTECTED] >

Re: [iText-questions] Pdf File request

2007-02-26 Thread Bill Ensley
?? -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Chhun Sent: Monday, February 26, 2007 11:01 AM To: Post all your questions about iText here Subject: [iText-questions] Pdf File request Does anyone

Re: [iText-questions] [Fwd: Using iText-classes in a webapplication]

2007-02-15 Thread Bill Ensley
Is the iText jar in your classpath? A missing jar can sometimes cause tomkat to just ignore code. -Bill Ensley www.bearprinting.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Bruno Lowagie (iText) > Sent: Thursday, Febru

Re: [iText-questions] PDF to BMP

2007-02-13 Thread Bill Ensley
Also, look at Jpedal, I am having great success with the latest version. -Bill Ensley www.bearprinting.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Stuart Jansen > Sent: Tuesday, February 13, 2007 3:29 PM > To: Post

Re: [iText-questions] Commercial iText license

2007-02-12 Thread Bill Ensley
e and helpful mailing list That I subscribe to. I have little doubt that anything you could come up with Could be handled here. -Bill Ensley www.bearprinting.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Eugene R > Sent: Monday,

Re: [iText-questions] Setting DPI

2007-02-06 Thread Bill Ensley
DPI and PageSize have nothing to do with eachother. Bruno is right, i suspect that you are not properly setting your page size to be the size that you want. When you open your document in Acrobat, what are the dimesions of the document? -Bill Ensley www.bearprinting.com _ From

Re: [iText-questions] loading images

2007-02-05 Thread Bill Ensley
Also don't forget Image.getInstance(fileObject.toURL()); If you have a file, just pass it as a URL. -Bill Ensley www.bearprinting.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Arif Abbasi > Sent: Monday, February 0

Re: [iText-questions] Convert BLOB to PDF

2007-02-03 Thread Bill Ensley
The same way I convert chicken to chocolate. Bill Ensley www.bearprinting.com P.S. Really though, is the BLOB an image? Data? We need more info. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jeff > Sent: Saturday, Februar

  1   2   3   >