Re: [iText-questions] Method Clarification needed

2008-03-13 Thread George Bilalis
expert) on this mailing list can explain more deeply. Start reading this: http://itextdocs.lowagie.com/tutorial/directcontent/graphics/index.phpFabrizio 2008/3/13 George Bilalis [EMAIL PROTECTED]: Hi all, I need clarification on the following:In com.lowagie.text.pdf library - in Class

Re: [iText-questions] Method Clarification needed

2008-03-13 Thread George Bilalis
expert) on this mailing list can explain more deeply. Start reading this: http://itextdocs.lowagie.com/tutorial/directcontent/graphics/index.phpFabrizio 2008/3/13 George Bilalis [EMAIL PROTECTED]: Hi all, I need clarification on the following:In com.lowagie.text.pdf library - in Class

Re: [iText-questions] Method Clarification needed

2008-03-13 Thread George Bilalis
so much again. George Date: Thu, 13 Mar 2008 13:19:01 +0100 From: [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Method Clarification needed George Bilalis wrote: Q: What are the exact parameters saved (- or restored by restoreState

Re: [iText-questions] Difference between itext and adobe when creating pdf's

2008-03-17 Thread George Bilalis
chrisbuch wrote: Hi, We want to create a pdf using 8 images. But when creating a pdf using itext we get a filesize of about 25 MB for one pdf. This is not so supprising if you take in consideration that we have about 8 images of about 4 MB each. But when we use adobe indesign to do

[iText-questions] How to get a reference by name of all the colors in a page?

2008-04-09 Thread George Bilalis
Hi all, I 've searched the forum and found a similar question posted a long time ago but in different context as I understand it, so please excuse me if a raise the same subject. What I have to do is: While a pdf document is open and a loop is counting to end of number_of_pages, I have to

Re: [iText-questions] How to get a reference by name of all the colors in a page?

2008-04-09 Thread George Bilalis
at specific color values ([0 0 1], [1 1 0 0], etc.)?? Leonard On Apr 9, 2008, at 3:08 PM, George Bilalis wrote: Hi all, I 've searched the forum and found a similar question posted a long time ago but in different context as I understand it, so please excuse me if a raise the same subject.What I

Re: [iText-questions] How to get a reference by name of all the colors in a page?

2008-04-10 Thread George Bilalis
George Bilalis wrote: . While a pdf document is open and a loop is counting to end of number_of_pages, I have to run a certain action and I need to know the total number of colors (RGB and/or CMYK plus Spot if used) in this page. This number defined as the sum of colors used by all

Re: [iText-questions] How to get a reference by name of all the colors in a page?

2008-04-10 Thread George Bilalis
is the name of that color? Or what about Red + Green? What about colorspaces like LAB or ICCBased? What do you want to do with DeviceN? Leonard On Apr 9, 2008, at 4:07 PM, George Bilalis wrote: Hi Leonard,Thanks for comming back. What I need is the sum of all colors used in the page

Re: [iText-questions] How to get a reference by name of all the colors in a page?

2008-04-11 Thread George Bilalis
XObjects, Patterns, or Type 3 CharProcs that they encounter. Leonard On Apr 10, 2008, at 4:31 PM, George Bilalis wrote: Hi Leonard,I had a newer post this morning with what I came to after some work. Please look at that.Further to that let's suppose: a document under examination can be using any

Re: [iText-questions] How to get a reference by name of all the colors in a page?

2008-04-11 Thread George Bilalis
a reference by name of all the colors in a page?That's what I figured you wanted - but wanted to be sure. Thanks for explaining! So my recommendation on what you have to do to implement this still applies... Leonard On Apr 11, 2008, at 11:00 AM, George Bilalis wrote: Hi Leonard,thanks for replying

Re: [iText-questions] How to get a reference by name of all the colors in a page?

2008-04-14 Thread George Bilalis
So far it's quite clear now what I need to do and it's quite a lot of work (as Leonard indicated). Thanks to all in 1T3XT BVBA for the feedback and the excellent work with iText. George -- View this message in context:

Re: [iText-questions] Registration Black

2008-04-18 Thread George Bilalis
Hi all, Registration Black has to register on all separated plates of a print job. Thus it has also to register on Spot color (or any other separated) plates besides C,M,Y,K plates. While on the subject, may I ask what might be the ColorSpace of Registration Black in this context,

Re: [iText-questions] Registration Black

2008-04-21 Thread George Bilalis
Thanks Leonard, George From: [EMAIL PROTECTED]: Fri, 18 Apr 2008 13:06:46 -0400To: [EMAIL PROTECTED]: Re: [iText-questions] Registration BlackExactly, George. The colorspace is Separation, and the name is All. Leonard On Apr 18, 2008, at 1:03 PM, George Bilalis wrote: Hi all,Registration

Re: [iText-questions] How to set page size such as A3, A5, A6 etc for pdf by using iText

2008-04-22 Thread George Bilalis
Well, from iText in Action comes the following example: // step 1: creation of a document-objectDocument document = new Document();try {// step 2: // we create a writer that listens to the document// and directs a

Re: [iText-questions] How to set page size such as A3, A5, A6 etc for pdf by using iText

2008-04-22 Thread George Bilalis
@lists.sourceforge.net Subject: Re: [iText-questions] How to set page size such as A3, A5, A6 etc for pdf by using iText George Bilalis wrote: Well, from iText in Action comes the following example: Actually that's just a snippet. You can always refer to 1t3xt.info for the complete sample

Re: [iText-questions] How to set page size such as A3, A5, A6 etc for pdf by using iText

2008-04-24 Thread George Bilalis
: [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] How to set page size such as A3, A5, A6 etc for pdf by using iText -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Bilalis Sent: Thursday

Re: [iText-questions] Respect

2009-01-16 Thread George Bilalis
I just want to express my gratitude for the excellent work done at 1t3xt, to the people there, to Bruno Lowagie, Paolo Soares, and the rest of good people supporting this forum. The support is excellent and the work done on iText great.. I once had to ask something and got almost immediately a

Re: [iText-questions] Re spect

2009-01-16 Thread George Bilalis
I just want to express my gratitude for the excellent work done at 1t3xt, to the people there, to Bruno Lowagie, Paolo Soares, and the rest of good people supporting this forum. The support is excellent and the work done on iText great.. I once had to ask something and got almost immediately a

Re: [iText-questions] How to Check if existing Pdf is of CMYK, RGB or GRAY scale type

2009-03-12 Thread George Bilalis
Hi all, hi Leonard, as I remember a similar question I asked some time ago, and got an advice, the way to go is a recursive search through the PDF. You will have to look for each one object's color space.. As I 've done that myself, it takes some doing and depending on the PDF, the resulting

Re: [iText-questions] Many thanks for Itext

2009-06-12 Thread George Bilalis
Hi all, To me iText is more of an evolution than a tool (IMO). iText has to keep up with the continuous development of PDF standards, a tremendouw work by itself just to keep reading updates from Adobe. LOL. As I've been following proceedings in this forum for over 16 months, since I first bought

Re: [iText-questions] Color Separations from PDF

2009-06-19 Thread George Bilalis
Hi all, Very interesting thread this one .. (even if Leonard said it all in the first place ..Is it easy? No! It also depends on whether you are trying to accomplish raster separations or vector separations and what you plan to do with the seps when you are done... and though this wasn't

Re: [iText-questions] Re gistration Black

2009-11-17 Thread George Bilalis
, and the name is All. Leonard On Apr 18, 2008, at 1:03 PM, George Bilalis wrote: Hi all, Registration Black has to register on all separated plates of a print job. Thus it has also to register on Spot color (or any other separated) plates besides C,M,Y,K plates. While

[iText-questions] How?: Drawing typographers marks using Registration Black

2009-11-19 Thread George Bilalis
Hi all, I posted few days ago the same question in detail: http://old.nabble.com/Registration-Black-tp16765868p26386868.html I need to know how to define the stroke (ColorSpace and Color) for a registration mark in iText so that it appears on all separated plates (CMYK plus any Spot channel

Re: [iText-questions] How?: Drawing typographers marks using Registration Black

2009-11-20 Thread George Bilalis
to the existing spot color/separation support. Leonard -Original Message- From: George Bilalis [mailto:grg_b...@hotmail.com] Sent: Thursday, November 19, 2009 9:42 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] How?: Drawing typographers marks using Registration

Re: [iText-questions] How?: Drawing typographers marks using Registration Black

2009-11-23 Thread George Bilalis
, require you to get a better understanding of color and PDF - and then of iText. Or I am sure that Bruno will be glad to offer some paid consulting services to have the work done for you. Leonard -Original Message- From: George Bilalis [mailto:grg_b...@hotmail.com] Sent: Friday

Re: [iText-questions] How?: Drawing typographers marks using Registration Black

2009-11-24 Thread George Bilalis
that takes a PdfSpotColor object? Seems like that is what you want, where you construct the PdfSpotColor object with the name All? Yes? Took me about 2 minutes searching the online docs to find it... Leonard -Original Message- From: George Bilalis [mailto:grg_b...@hotmail.com

Re: [iText-questions] How?: Drawing typographers marks using Registration Black

2009-11-24 Thread George Bilalis
can't see how to accomplish this with above API definitions. (I hope this helps you understand the nature of my question) George 1T3XT info wrote: George Bilalis wrote: Well, No. SetColorFill is for filling the interior area of shapes, while a line is an abstract of 2 points

Re: [iText-questions] How?: Drawing typographers marks using Registration Black

2009-11-24 Thread George Bilalis
registration marks once for C=1,M=1,Y=1,K=1 and one for each spot color. What do you think? 1T3XT info wrote: George Bilalis wrote: Registration (typographers) marks have to appear in ALL separated color plates of a multicolor job (CMYK plus Spot colors). What named color should I use

Re: [iText-questions] How?: Drawing typographers marks using Registration Black

2009-11-24 Thread George Bilalis
-3 wrote: Create the PdfSpotColor object using the name All - that's what you need to do. Have you tried it? What do you get and why isn't it correct? Leonard -Original Message- From: George Bilalis [mailto:grg_b...@hotmail.com] Sent: Tuesday, November 24, 2009 4:54 AM

Re: [iText-questions] How?: Drawing typographers marks using Registration Black

2009-11-24 Thread George Bilalis
Thank you all, 1T3XT info and Leonard for your nice help sofar. I will try your last suggestion and report back, hoping it will work as needed. Also I hope I didn't sound overloading while repeating about registration black :) With great appreciation George 1T3XT info wrote: George

Re: [iText-questions] How?: Drawing typographers marks using Registration Black

2009-11-25 Thread George Bilalis
. Thanks again for all George George Bilalis wrote: Thank you all, 1T3XT info and Leonard for your nice help sofar. I will try your last suggestion and report back, hoping it will work as needed. Also I hope I didn't sound overloading while repeating about registration black :) With great

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread George Bilalis
Hi, I think you are right this is not a iText directly related subject, so in this context you may check IMHO with Adobe's LiveCycle Reader Extensions technology. It does what you want off the self, and then some. 1. The forms workflow can be offline (or online) 2. The forms are always

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread George Bilalis
Mantzios --- On Thu, 11/26/09, George Bilalis wrote: From: George Bilalis Subject: Re: [iText-questions] Fillable and Saveable forms in PDF files To: itext-questions@lists.sourceforge.net Date: Thursday, November 26, 2009, 2:48 PM Hi, I think you are right this is not a iText directly

Re: [iText-questions] Fillable and Saveable forms in PDF files

2009-11-26 Thread George Bilalis
Hi, One of the best features IMHO in the LCES workflow about readerExtension Server and forms, is the functionality for the form originator to: 1. Recall (invalidate) a form that has been issued previously and a client was handed. This applies if data in the form like Unit Item Price changed! 2.

Re: [iText-questions] Silent license change?

2009-12-08 Thread George Bilalis
Hi all, Even if this isn't a voting subject and it's about a desision already made, I couldn't resist to comment the following lines from Bruno: Also the fact that some companies demanded that I solved issues for free during the year my son had Cancer. That was a hard confrontation with

Re: [iText-questions] Table lines appearing bold sometimes

2009-12-18 Thread George Bilalis
Hi, 1. It's certainly not an iText problem. 2. It's more a screen driver problem of the monitor* you are using. 3. As already stated it's cause is the physical* screen resolution and device space. (*) and this is one of the advantages old analog CRT monitors had over new LCD/TFT flat digital

Re: [iText-questions] line-height Property

2009-12-21 Thread George Bilalis
Hi, How about vertical justification, if you increase leading (line-height to you)? Isn't it the function of page layout programs like InDesign and QuarkXpres to do this? George sajeevkumar wrote: Hi, Is there anything similar to CSS line-height Property in iText, so that I can

[iText-questions] Greetings

2009-12-24 Thread George Bilalis
Best wishes, for happy holidays to all members of this list and specially to iText people.! Thank you guys for the excellent work going on. I wish good health to all! George -- View this message in context: http://old.nabble.com/Greetings-tp26914833p26914833.html Sent from the iText -

Re: [iText-questions] address that was sending SPAM has been removed

2010-02-16 Thread George Bilalis
Thanks Bruno for good housekeeping! George Date: Tue, 16 Feb 2010 16:55:51 +0100 From: i...@1t3xt.info To: itext-questions@lists.sourceforge.net Subject: [iText-questions] address that was sending SPAM has been removed Etta Shingler wrote: Stuff I'm not going to repeat. This