Re: [iText-questions] Absolute positioning of Chapter?

2011-03-23 Thread edbras
Ok, clear, thanks. - Ed -- View this message in context: http://itext-general.2136553.n4.nabble.com/Absolute-positioning-of-Chapter-tp3397657p3398856.html Sent from the iText - General mailing list archive at Nabble.com. ---

Re: [iText-questions] Absolute positioning of Chapter?

2011-03-22 Thread 1T3XT BVBA
Op 22/03/2011 21:28, edbras schreef: > I like the "power" of the Chapter/Section object (like bookmarks) but like to > absolute positioning them. How is this possible or how should I do this? The "power" of Chapter/Section comes with a disadvantage: you can't use it in ColumnText to put it on an

[iText-questions] Absolute positioning of Chapter?

2011-03-22 Thread edbras
I like the "power" of the Chapter/Section object (like bookmarks) but like to absolute positioning them. How is this possible or how should I do this? Ed -- View this message in context: http://itext-general.2136553.n4.nabble.com/Absolute-positioning-of-Chapter-tp3397657p3397657.html Sent from t

Re: [iText-questions] Absolute positioning

2007-05-02 Thread Ruskin Dantra
t; #include typedef std::Disclaimer DisCard; -Original Message- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] Behalf Of *Ruskin Dantra *Sent:* Wednesday, May 02, 2007 1:56 PM *To:* [email protected] *Subject:* [iText-questions] Absolute positioning Hi All, I am

Re: [iText-questions] Absolute positioning

2007-05-02 Thread Mark Storer
To: [email protected] Subject: [iText-questions] Absolute positioning Hi All, I am new to this list and new to using iText. I just want to do a simple thing and set the absolute position of an Image to top left, so I call .setAbsolutePosition(0,0)surprisingly this puts my imag

[iText-questions] Absolute positioning

2007-05-02 Thread Ruskin Dantra
Hi All, I am new to this list and new to using iText. I just want to do a simple thing and set the absolute position of an Image to top left, so I call .setAbsolutePosition(0,0)surprisingly this puts my image on the bottom left, and same with text. Looks like my pdf is behaving from bottom t

Re: [iText-questions] absolute positioning

2005-08-09 Thread Paulo Soares
TECTED]> To: Sent: Monday, August 08, 2005 5:52 PM Subject: [iText-questions] absolute positioning Hi! I'm trying to absolute positioning objects. I read the examples, but i have problems. Example: I want to print a line, 22 mm from the left side of the page. 1mm = 2.83 pixel, so it'

[iText-questions] absolute positioning

2005-08-08 Thread ddccpp ...
Hi! I'm trying to absolute positioning objects. I read the examples, but i have problems. Example: I want to print a line, 22 mm from the left side of the page. 1mm = 2.83 pixel, so it's 62,26 = 62 pixel I use this function: cb.showTextAligned(PdfContentByte.ALIGN_LEFT, (String) mezok.element

Re: [iText-questions] Absolute positioning of elements ?

2005-06-22 Thread Pankaj Bhatnagar
Hi, >You say you want to specify the absolute height for the table. >What do you want to happen if the content doesn't fit this height? >Should the content be transferred to the next page? >There are some examples here, but I don't know if they answer your question: >http://itextdocs.lowagie.com/

Re: [iText-questions] Absolute positioning of elements ?

2005-06-22 Thread bruno
Pankaj Bhatnagar wrote: Hi, I think I didn't explain what I am trying to do properly last time. >>I'm creating a library for generating PDF documents using iText version 1.3. My requirement is limited to only a few elements such as tables, images and text. >> >But the source of the conte

Re: [iText-questions] Absolute positioning of elements ?

2005-06-22 Thread bruno
Pankaj Bhatnagar wrote: Hi I'm creating a library for generating PDF documents using iText version 1.3. My requirement is limited to only a few elements such as tables, images and text. But the source of the content is XML. The problem is that I need to position these elements at exact p

[iText-questions] Absolute positioning of elements ?

2005-06-22 Thread Pankaj Bhatnagar
Hi I'm creating a library for generating PDF documents using iText version 1.3. My requirement is limited to only a few elements such as tables, images and text. The problem is that I need to position these elements at exact positions with an exact size. Something I achieve with the "positioning:

[iText-questions] Absolute Positioning

2005-06-15 Thread o strassen
Hi I need to position a few things absolutely on a page. Like, Author is font x, centered and in the middle of the page. Title is font y, centered and at 20% from top. The problem comes with scaling. What I need are like relative positions, so it will be (if the original was A4) bigger and at the

RE: [iText-questions] Absolute positioning of lists

2004-11-12 Thread Paulo Soares
OTECTED] > Subject: [iText-questions] Absolute positioning of lists > > Hello, > > is it possible to position a list absolutly on a page? > I tried it this way: > > List->Paragraph->PdfPCell->PdfPTable > > and positioned the table, but this doesn'

[iText-questions] Absolute positioning of lists

2004-11-12 Thread Martin Resch (adaptions GmbH)
Hello, is it possible to position a list absolutly on a page? I tried it this way: List->Paragraph->PdfPCell->PdfPTable and positioned the table, but this doesn't work, the content of the ListItems are placed in one line without a ListSymbol. Thanks a lot, Martin --

Re: [iText-questions] Absolute positioning using pdf-lib

2004-08-09 Thread Paulo Soares
Use the methods in BaseFont to get the metrics. ColumnText can also be used for more complex texts. Best Regards, Paulo Soares - Original Message - From: "Markus Oley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 11:37 Subject: [iTe

[iText-questions] Absolute positioning using pdf-lib

2004-08-09 Thread Markus Oley
Hello 2 everyone, I want to use iText to generate a layouted pdf with any layout-scheme. Now I have the following problem: I want to position the text in an absolute way, such as : Add text with font XY at position A, B (where A and B are centimeter or inch-values). But to do this I need the cu

Re: [iText-questions] absolute positioning in or inch

2004-07-01 Thread Bart Allen
the measurement is in points, not pixels. There are 72 points to an inch, 2.54 cm to an inch On Thu, 2004-07-01 at 13:01, Dominik Pich wrote: > Dominik Pich wrote: > > > I need to specify the absolute position of an Image in the pdf to be > > created and I only know its position in cm. > > > > H

[iText-questions] absolute positioning in or inch

2004-07-01 Thread Dominik Pich
Dominik Pich wrote: I need to specify the absolute position of an Image in the pdf to be created and I only know its position in cm. How do I go about it? thanks, Dominik --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend

[iText-questions] absolute positioning in cm

2004-06-30 Thread Dominik Pich
I need to specify the absolute position of an Image in the pdf to be created and I only know its position in cm. How do I go about it? thanks, Dominik --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings

RE: [iText-questions] Absolute Positioning of Text

2004-04-20 Thread iText Mailing List Account
ECTED] Subject: Re: [iText-questions] Absolute Positioning of Text Word is poor starting point for this kind of project. It's better to use Acrobat or (much cheaper) FormMax to create the template, and add AcroForm fields to it. iText can then easily fill and flatten the fields to create the

RE: [iText-questions] Absolute Positioning of Text

2004-04-20 Thread Paulo Soares
[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of iText Mailing List Account > Sent: Monday, April 19, 2004 9:12 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] Absolute Positioning of Text > > Here's my situation, I've inherited this project from a

Re: [iText-questions] Absolute Positioning of Text

2004-04-19 Thread chicks
Word is poor starting point for this kind of project. It's better to use Acrobat or (much cheaper) FormMax to create the template, and add AcroForm fields to it. iText can then easily fill and flatten the fields to create the final PDF for the end user. Here's an example: http://forum.planetp

[iText-questions] Absolute Positioning of Text

2004-04-19 Thread iText Mailing List Account
Here's my situation, I've inherited this project from a previous programmer who's since left the company, so I'm stuck cleaning up the mess. I've got a form the client developed in Word, putting in a bunch of _'s to indicate where the form data was supposed to go. The want a web page that a user

RE: [iText-questions] Absolute positioning of pdf templates.

2003-02-04 Thread Paulo Soares
IL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [iText-questions] Absolute positioning of pdf templates. > > Is there an easier way to place a template onto a pdf page? Right now I > am writing a generic pdf reporter that places the page number and the > total pages on e

[iText-questions] Absolute positioning of pdf templates.

2003-02-04 Thread William S. Hayes
Is there an easier way to place a template onto a pdf page?  Right now I am writing a generic pdf reporter that places the page number and the total pages on each page of the document.  The problem is that my reporter allows the margins to change.  Thus changing where the page numbers should

Re: [iText-questions] absolute positioning text, lists and hyphenation

2002-12-10 Thread Paulo Soares
--- Friedhelm Matten <[EMAIL PROTECTED]> wrote: > Hi, > > how can I solve the following problem: > > > I have to place Text and lists to absolute position > with text and lists come from database. > > > Its for an catalog with different textlength and > lists? > > > The lists comes perfect

Re: [iText-questions] absolute positioning text, lists and hyphenation

2002-12-10 Thread Bruno
Quoting Friedhelm Matten <[EMAIL PROTECTED]>: > The lists comes perfect with phrase and document.add(phrase) > in a columntext it doesen't work? You will have to wait for Paulo's return for this question. Or look it up in the mailinglist archives. He already answered this question. > The hyp

[iText-questions] absolute positioning text, lists and hyphenation

2002-12-10 Thread Friedhelm Matten
Hi, how can I solve the following problem: I have to place Text and lists to absolute position with text and lists come from database. Its for an catalog with different textlength and lists? The lists comes perfect with phrase and document.add(phrase) in a columntext it doesen't work? T

RE: [iText-questions] Absolute positioning

2002-05-10 Thread Paulo Soares
You need to create a new PdfTemplate and PdfGraphicsd2D for each page. Best Regards. Paulo Soares > -Original Message- > From: nagi mel [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, May 09, 2002 19:29 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Absolute posi

Re: [iText-questions] Absolute Positioning

2002-04-16 Thread Bruno Lowagie
Quoting Ben Sinclair <[EMAIL PROTECTED]>: > Here's another image-related question... I want to place an image behind my > text that fills the entire page. The idea is to fill in text over a scanned > form. My problem is that the images are scaled and come out looking ugly. > It > would be great i

Re: [iText-questions] Absolute Positioning

2002-04-15 Thread Ben Sinclair
Here's another image-related question... I want to place an image behind my text that fills the entire page. The idea is to fill in text over a scanned form. My problem is that the images are scaled and come out looking ugly. It would be great if I could place another PDF behind my PDF, so it woul

RE: [iText-questions] Absolute Positioning

2002-04-15 Thread Paulo Soares
Use page events (PdfPageEvent). Best Regards, Paulo Soares > -Original Message- > From: Ben Sinclair [SMTP:[EMAIL PROTECTED]] > Sent: Monday, April 15, 2002 18:27 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Absolute Positioning > > I want to do ab

[iText-questions] Absolute Positioning

2002-04-15 Thread Ben Sinclair
I want to do absolute positioning at the same time I'm adding content normally. I can add things absolutely when I get a writer, but I don't understand how it knows what page to put things on. Ideally I would add some things normally, then add some things absolutely at the same time. -- Ben Sinc

[iText-questions] Absolute Positioning Text and Measurements Problems

2002-02-20 Thread Sergio Lopez Rodriguez
I need to position texts and lines in determined positions (measured in cms.). I have had a look on the page http://www.lowagie.com/iText/tutorial/ch01.html Margins Section, in particular about how to convert from cms into points and, for instance