Hi,

Not like that. I have received PDF files from Client to increase or Decrease
Page Size. I have done several jar file to run different Page Size usign
iText.

But I want any mathmatical condition to apply my code is using One Jar file
to run any type of page size.  It is not possible to create jar files for
different Page size. When that .jar file will be run it should be ask to
user to type page size. After that it will calculate inside the program and
come to out put.

I hope you understand. Let me know if you have any doubt.

Thanks and Regards,
Byomokesh

>What String do you need to be converted?
>Does anyone understand this question?
>Because I don't.

>Unless I'm overlooking the obvious.
>In which case "6.58x8.15" is the String.
>But... that's not an iText related question, is it?
>It's just plain old Java String parsing.
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

Byomokesh Sahoo wrote:
>> Dear All,
>>
>> Anyone suggest me how translate string to rectangle. Example i need Page
>> Size 6.58x8.15. How it will convert to rectangle. How i will write my
>> program
>>
>>Rectangle pageSize = new Rectangle(536, 698);
>>            Document document = new Document(pageSize);
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to