[iText-questions] how to set pdf version of existing PDF file

2006-07-04 Thread abc xyz
hi all i want to change the pdf version of my existing file. can any one help me. i know we can do this by PdfWriter but it create new file. but i want to make changes in existing file is PdfStamper useful. if possible plz send me the code example   br sim How low will we go? Check out

[iText-questions] can we detect Blank pages in PDF File or pages with specific text or pattern

2006-06-08 Thread abc xyz
  hi allinfact i want to detect a blank page in my pdf file so that i can exlude it when i copying the pages to another file or do some thing other with it,similarly i want to detect/trace a specific text or pattern in file pages.can any one help me.if possible plz give me some example code it wil

[iText-questions] can we detect Blank pages in PDF File or pages with specific text or pattern

2006-06-08 Thread abc xyz
hi all infact i want to detect a blank page in my pdf file so that i can exlude it when i copying the pages to another file or do some thing other with it, similarly i want to detect/trace a specific text or pattern in file pages. can any one help me. if possible plz give me some example code i

[iText-questions] i m setiing oulines but when open in Acrobate 5, page No. info not shown.

2006-05-08 Thread abc xyz
hi all i m using PdfStamper and i set outlines using setOutlines method by passing List of Hashmaps (consist of bookmark info) as parameter. bookmarks are set very smartly all things are very fine, bookmarks point correctly to pages. but when i check bookmark properties in acrobate 5 (by right c

[iText-questions] can we rotate the pages of existing PDF file

2006-05-05 Thread abc xyz
hi All, i want to rotate the pages of existing pdf file mean landscape to portrait and portrait to landscape. can any one help me can we do it by using PdfStamper class or PdfCopy class thnx.   regard,Simaab Yahoo! Mail goes everywhere you do. Get it on your phone.

[iText-questions] can i get only my desired pages from existing file using PdfStamper

2006-05-03 Thread abc xyz
  hi all i m trying to make changes in existing file. i want add only desired pages in new file, for example existing file has 10 pages but i need only page# 2,5,9. when i create PsfStamper instance all 10 pages are copied into new file . i know i can do this by using PdfCopy. but i have to us

RE: 4 Paulo[iText-questions] Is there a way to set owner password null (No)

2006-04-28 Thread abc xyz
Dear Paulo. i think it's not due to acrobat. since when we supply owner password as null or zero length it converted in random string. it mean there is some owner password is applied on document. this is why Acrobat shows master password: Yes. bcoz it is no happened with user password bcoz it is

RE: [iText-questions] Is there a way to set owner password null (No)

2006-04-28 Thread abc xyz
Dear Paulo. i think it's not due to acrobat. since when we supply owner password as null or zero length it converted in random string. it mean there is some owner password is applied on document. this is why Acrobat shows master password: Yes. bcoz it is no happened with user password bcoz it is

[iText-questions] Is there a way to set owner password null (No)

2006-04-27 Thread abc xyz
hi all i have a pdf file "abc.pdf" now i want to make changing in this existing file("abc.pdf"). i m using PdfStamper class to making changes in existing file. i set the user and owner password using pdfStamper.setEncryption() method. i supply values of both passwaords as null. but when i opened

[iText-questions] Is there a way to set an initial zoom for the viewer to display PDF file

2006-04-27 Thread abc xyz
hi all i have a pdf file "abc.pdf" now i want to make changing in this existing file("abc.pdf"). i m using PdfStamper class to making changes in existing file. i have done all i need but i could not set the initial zoom for new changed file. can any one help me to set the initial zoom of changed