Re: [iText-questions] Show us your itext pdf!

2009-03-14 Thread FlyingBuzz
But those are just basic examples to show functions. I would like to see how creative you guys are in making a pdf using all the itext functions. -- View this message in context: http://www.nabble.com/Show-us-your-itext-pdf%21-tp22487714p22501444.html Sent from the iText - General mailing list a

[iText-questions] Show us your itext pdf!

2009-03-13 Thread FlyingBuzz
I am very interested in what people are creating with iText because the pdf I created with itext is quite complex. I not sure if itext did a showcase of differnet people creations of pdf yet. -- View this message in context: http://www.nabble.com/Show-us-your-itext-pdf%21-tp22487714p22487714.htm

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

2008-12-12 Thread FlyingBuzz
sing itext. Here was the old pdf link i posted: http://www.nabble.com/file/p17809870/DomesticApprovalS13371.pdf the layout changes depending on how much data is there for a cap. Alexis Pigeon wrote: > > Hi FlyingBuzz, > > On 11/12/2008, FlyingBuzz wrote: >> >> >&

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

2008-12-11 Thread FlyingBuzz
iText have so many nice features and yet most pdf I seen are still quite simple and not really styled. I guess it is to make file size small but I would think some companies out there are trying to impress their customers with generated pdf that looks great. -- View this message in context: http

Re: [iText-questions] how come itext pdf are a lot better than if i resave them in adobe?

2008-07-07 Thread FlyingBuzz
well now that i check to make sure same images are not repeated. The file size became smaller and the save as file size is about the same. However if I use pdf optimizer and just do the clean up checked where it does not change image and stuff. The file size becames smaller From 1.88 MB (1,981,

Re: [iText-questions] how come itext pdf are a lot better than if i resave them in adobe?

2008-07-07 Thread FlyingBuzz
the pdf causing size difference. FlyingBuzz wrote: > > Well how can i use pdfsmartcopy? > I don't want to copy the page but I do have some images that get used over > again. I made the header into a global function so it generates only once > now but for other parts the

Re: [iText-questions] how come itext pdf are a lot better than if i resave them in adobe?

2008-07-07 Thread FlyingBuzz
i use pdfsmartcopy to insert images that might be the same. or do i need to insert images to like a crc checker ? 1T3XT info wrote: > > FlyingBuzz wrote: >> Is there a way to make itext output the data into like a buffer stream >> and > > iText can write PDF syntax to any Outp

Re: [iText-questions] how come itext pdf are a lot better than if i resave them in adobe?

2008-07-07 Thread FlyingBuzz
well i dont think there was any lost in quality becuase i not doing the reduce file size i am just using save as. for adobe to just resave it bisoa wrote: > > > FlyingBuzz wrote: >> >> Smaller files saves more space and faster to email to customer. So wonder &

Re: [iText-questions] how come itext pdf are a lot better than if i resave them in adobe?

2008-07-06 Thread FlyingBuzz
Is there a way to make itext output the data into like a buffer stream and when it finish it loads the buffer stream and compress it than and make a output stream of the compressed pdf? 1T3XT info wrote: > > FlyingBuzz wrote: >> how come itext pdf are a lot better than if i re

[iText-questions] how come itext pdf are a lot better than if i resave them in adobe?

2008-07-06 Thread FlyingBuzz
how come itext pdf are a lot better than if i resave them in adobe? i am wondering becuase itext said the pdf suppose to be auto compressed. so I am not sure if itext is really compressing that well or does adobe have better methods of byte code to make it smaller? -- View this message in contex

Re: [iText-questions] itext pdf getting blocked by comcast?

2008-07-03 Thread FlyingBuzz
can send by itself too. So somehow the solid background png with itext in a pdf file can't send. Still i think it is a comcast filtering problem Paulo Soares wrote: > > > - Original Message ----- > From: "FlyingBuzz" <[EMAIL PROTECTED]> > To: >

[iText-questions] itext pdf getting blocked by comcast?

2008-07-02 Thread FlyingBuzz
the itext pdf i am trying to send is getting blocked. not sure why. I think comcast think it is spam. Our mail server is hosted by comcast. major problem! -- View this message in context: http://www.nabble.com/itext-pdf-getting-blocked-by-comcast--tp18244332p18244332.html Sent from the iText

Re: [iText-questions] Is it possible to have a img as a background while text on top?

2008-07-01 Thread FlyingBuzz
well i figure it out. i forgot my table cell needed 2 cells after adding a blank cell it showed up and worked correctly -- View this message in context: http://www.nabble.com/Is-it-possible-to-have-a-img-as-a-background-while-text-on-top--tp18197747p18207899.html Sent from the iText - General

Re: [iText-questions] Is it possible to have a img as a background while text on top?

2008-06-30 Thread FlyingBuzz
Well I tried making the last cell have a cellevent the cellevent i wanted to draw the preview image but I couldnt get it to show up class OverseasPreview implements PdfPCellEvent { Image previewimage; public void setImage(Image previewimage) { this.previewimage =

[iText-questions] Is it possible to have a img as a background while text on top?

2008-06-30 Thread FlyingBuzz
I want to make a table where the image layout is like ___ ___| | |_| the text is where the empty part is and can be as long. So the image will be on the bottom of the table as a background image I guess. Is that possible though? -- View this message in context: http://www.nab

Re: [iText-questions] Big problem in deteterming height when page breaks

2008-06-17 Thread FlyingBuzz
Well I think i should have drawn the drawing more complex. because it isnt as simple as that.cant just extend the last row because thats the signature part. need to extend a middle row that is in one of the blcoks Bruno Lowagie (iText) wrote: > > FlyingBuzz wrote: >> Well, here

Re: [iText-questions] Big problem in deteterming height when page breaks

2008-06-16 Thread FlyingBuzz
FlyingBuzz wrote: > > Well, here is a drawing on what I am trying to do. > > Hope this makes it clear. > > http://www.nabble.com/file/p17867501/Untitled.gif > also look at the sample pdfs I posted in the share examples of pdfs for idea how the red table of ite

Re: [iText-questions] Big problem in deteterming height when page breaks

2008-06-16 Thread FlyingBuzz
Well, here is a drawing on what I am trying to do. Hope this makes it clear. http://www.nabble.com/file/p17867501/Untitled.gif -- View this message in context: http://www.nabble.com/Big-problem-in-deteterming-height-when-page-breaks-tp17833515p17867501.html Sent from the iText - General maili

Re: [iText-questions] Big problem in deteterming height when page breaks

2008-06-15 Thread FlyingBuzz
df in what I am trying to get it to do. I will post a response on monday with examples of what I am trying to ask for. 1T3XT info wrote: > > FlyingBuzz wrote: >> so what i need is a way to get the height of table including all the >> extra >> page headers and subheaders.

Re: [iText-questions] Big problem in deteterming height when page breaks

2008-06-14 Thread FlyingBuzz
wrote: > > FlyingBuzz wrote: >> I have a big problem figureing the height of a table when a page breaks. > > I don't know if I understand the question, but whenever I need > more control over tables, I wrap them in a ColumnText object, > as is done here: > http:

[iText-questions] Big problem in deteterming height when page breaks

2008-06-13 Thread FlyingBuzz
I have a big problem figureing the height of a table when a page breaks. When I getTotalHeight it only counts header and stuff once but when a page breaks the headers will be added again also the subheaders of the broken table. I need to know the height of the stuff is on the last page so far.

Re: [iText-questions] Share examples of pdfs created with iText!

2008-06-13 Thread FlyingBuzz
--- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > FlyingBuzz > Sent: Thursday, June 12, 2008 4:17 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Share examples of pdfs created with iText! > > > Lets see what y

Re: [iText-questions] Share examples of pdfs created with iText!

2008-06-13 Thread FlyingBuzz
. Bruno Lowagie (iText) wrote: > > FlyingBuzz wrote: >> Lets see what you are using iText for and how nicely a generated PDF >> could >> look. > > Those are some very nice examples! Thanks for sharing them. > > I used to have a directory named 'gallery'

[iText-questions] Share examples of pdfs created with iText!

2008-06-12 Thread FlyingBuzz
Lets see what you are using iText for and how nicely a generated PDF could look. Example 1: http://www.nabble.com/file/p17809870/DomesticApprovalS13371.pdf DomesticApprovalS13371.pdf Example 2: http://www.nabble.com/file/p17809870/DomesticApprovalS13371%25282%2529.pdf DomesticApprovalS13371%282

Re: [iText-questions] is this possible in iText?

2008-06-09 Thread FlyingBuzz
Paulo Soares wrote: > > It's possible to know the height of a PdfPTable. See the tutorial or the > book. > > Paulo > > - Original Message - > From: "FlyingBuzz" <[EMAIL PROTECTED]> > To: > Sent: Friday, June 06, 2008 8:49 PM >

[iText-questions] is this possible in iText?

2008-06-06 Thread FlyingBuzz
Is it possible to make itext determine if a table will fit on the remaining page and if not it will use a total different table layout? If that isn't possible I guess another method is to generate both pdfs and see which one size is smaller but this will waste a lot more time in generating I wou

Re: [iText-questions] Hyperlink in a PdfPCell ?

2008-06-04 Thread FlyingBuzz
FlyingBuzz wrote: > > Hi, I am wondering how could I create a hyperlink into a PdfPCell where > the name of the link is not the link itself. > > > http://www.google.com Go TO GOOGLE! > > like that is a html code but hope do I make something like that into >

Re: [iText-questions] Hyperlink in a PdfPCell ?

2008-06-03 Thread FlyingBuzz
Well I fixed the font size but I still could not get it to popup into a new window Here is my test : Anchor anchor = new Anchor("Product Preview Link",cellfontbold); anchor.setReference("http://www.lowagie.com/iText/";); anchor.setName("previewlin

Re: [iText-questions] Hyperlink in a PdfPCell ?

2008-06-03 Thread FlyingBuzz
I just tried something liek this Anchor anchor = new Anchor("Product Preview Link"); anchor.setReference("http://www.lowagie.com/iText/";); anchor.setName("previewlink" + item); anchor.setFont(cellfontbold); Phrase m

[iText-questions] Hyperlink in a PdfPCell ?

2008-06-03 Thread FlyingBuzz
Hi, I am wondering how could I create a hyperlink into a PdfPCell where the name of the link is not the link itself. http://www.google.com Go TO GOOGLE! like that is a html code but hope do I make something like that into PdfPCell ? -- View this message in context: http://www.nabble.com/Hype

Re: [iText-questions] Color In Png not correct

2008-06-02 Thread FlyingBuzz
well i am using adobe pdf 8.1 so it wont be that case bisoa wrote: > > > FlyingBuzz wrote: >> >> I realized the color when outputting a png is not correct. >> The color is a bit off becuase it did not match the background color of >> the banner. >> When

Re: [iText-questions] Color In Png not correct

2008-06-02 Thread FlyingBuzz
lean). > > Paulo > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On >> Behalf Of FlyingBuzz >> Sent: Monday, June 02, 2008 4:57 PM >> To: itext-questions@lists.sourceforge.net >> Subject: [iText-questions] Color

[iText-questions] Color In Png not correct

2008-06-02 Thread FlyingBuzz
I realized the color when outputting a png is not correct. The color is a bit off becuase it did not match the background color of the banner. When i save the png in photoshop to bmp than show that, the image color is correct. -- View this message in context: http://www.nabble.com/Color-In-Pn

Re: [iText-questions] BaseFont Problem

2008-05-29 Thread FlyingBuzz
I just did this helv = FontFactory.getFont("c:/windows/fonts/arialnb.ttf", BaseFont.IDENTITY_H, BaseFont.EMBEDDED).getBaseFont(); and this works. It is weird though the font is not as narrow as arialn and than bold that in the other part where I had to just use Font -- View thi

Re: [iText-questions] BaseFont Problem

2008-05-29 Thread FlyingBuzz
well I just tried helv = FontFactory.getFont("c:/windows/fonts/arialnb.ttf",9).getBaseFont(); helv = FontFactory.getFont("c:/windows/fonts/arialnb.ttf",9,Font.BOLD).getBaseFont(); Those still didnt make the font bolld. -- View this message in context: http://www.nabble.com/BaseFont-Problem-tp17

Re: [iText-questions] BaseFont Problem

2008-05-29 Thread FlyingBuzz
se FontFactory you should register the fonts and call the fonts by > name, the right font will be found. > > Paulo > > - Original Message - > From: "FlyingBuzz" <[EMAIL PROTECTED]> > To: > Sent: Thursday, May 29, 2008 12:56 AM > Subject:

[iText-questions] BaseFont Problem

2008-05-28 Thread FlyingBuzz
public BaseFont helv; helv = FontFactory.getFont("c:/windows/fonts/arialn.ttf",9,Font.BOLD).getBaseFont(); the base font when i do this is not bold. Not sure what I did wrong here. public void onEndPage(PdfWriter writer, Document document) { PdfContentByte cb = writer.getDirectC

Re: [iText-questions] Does iText have round corners for tables?

2008-05-27 Thread FlyingBuzz
never mind I found the source code of the example. This is causing some little problems but I guess I will try to figure that out. -- View this message in context: http://www.nabble.com/Does-iText-have-round-corners-for-tables--tp17495954p17500496.html Sent from the iText - General mailing list

Re: [iText-questions] Does iText have round corners for tables?

2008-05-27 Thread FlyingBuzz
I dont have the book though. so How do I do it :) -- View this message in context: http://www.nabble.com/Does-iText-have-round-corners-for-tables--tp17495954p17500213.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] Does iText have round corners for tables?

2008-05-27 Thread FlyingBuzz
Hi, I am wondering does iText have round corners for tables? Like the border of the table are round? If there is such a method. please post how. -- View this message in context: http://www.nabble.com/Does-iText-have-round-corners-for-tables--tp17495954p17495954.html Sent from the iText - G