[iText-questions] Remove Me from the Mailing list

2015-07-07 Thread Kamarti Maridi Babu
Thanks, Shanmuka Babu, CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message.

Re: [iText-questions] Remove existing annotation!

2014-04-04 Thread Paresh Tahiliani
http://itext-general.2136553.n4.nabble.com/I-Want-to-Change-all-the-Links-Destination-of-Existing-Pdf-to-PdfDestination-XYZ-1-1-0-0F-tt4659908.html buddy here i changed the link property using annotations. check it out. You would be more clear -- View this message in context: http://itext-gene

Re: [iText-questions] Remove existing annotation!

2014-04-03 Thread Eric Chow
Dear Paresh, Thanks for your teach. But after I added the codes as you listed, the annotation still here. How can I completely remove and make it disappeat in the PDF ? Would you please to show me some codes? Best regards, Eric On Thu, Apr 3, 2014 at 7:05 PM, Paresh Tahiliani wrote: > PdfDi

Re: [iText-questions] Remove existing annotation!

2014-04-03 Thread Paresh Tahiliani
PdfDictionary annots = (PdfDictionary)PdfReader.getPdfObject(arrAnnot.get(j)); annots.remove(PdfName.Dest); here i removed destination of link annotation PdfDictionary class object.remove method to remove annotations. -- View this message in context: http://itext-general.2136553.n4.nabble.com

[iText-questions] Remove existing annotation!

2014-04-03 Thread Eric Chow
Hello, How can I remove a specific Annotation, let's say a Hyperlink annotation? I tried those examples in the web, but they seem not work! Please help! Best regards, Eric -- __

[iText-questions] Remove Inline Image

2013-04-25 Thread uaca man
Hello, I have a legacy system with print a report to pdf using bullzilPDF printer, after i got the pdf file i need to add company information and a logo, however, for some reason unknown to me there is "white" image on the page behind all text. The problem arrives from the fact that i need to add

Re: [iText-questions] Remove content added to a existing pdf

2012-06-26 Thread vee
I am learning and got your point: PdfWriter Generates PDF documents from scratch. Can import pages from other PDF documents. The major downside is that all interactive features of the imported page (annotations, bookmarks, fields, and so forth) are lost in the process. PdfStamper: Manipulates one

Re: [iText-questions] Remove content added to a existing pdf

2012-06-25 Thread 1T3XT BVBA
On 25/06/2012 20:48, vee wrote: > I have a situation where I need to add content an existing pdf which I am > able to do with the following code : Your code throws away all the interactivity that may be present in the original file. If you were taking an exam, you wouldn't pass with that code. >

[iText-questions] Remove content added to a existing pdf

2012-06-25 Thread vee
I have a situation where I need to add content an existing pdf which I am able to do with the following code : public static void appendStamp(String src, String dest, String name, String dateTime) throws IOException, DocumentException { Document document = new Document(Pag

[iText-questions] remove me please

2012-05-09 Thread Al Jones
Remove e from this list please. __ Information from ESET NOD32 Antivirus, version of virus signature database 7123 (20120509) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ---

[iText-questions] REMOVE FROM LIST

2012-03-27 Thread Rod Hall
Please remove me from the mailing list, thanks. -- Rod Hall Chief Idea Architect planbook.com -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sf

Re: [iText-questions] Remove Textbox Border

2011-12-04 Thread iText Info
Op 5/12/2011 7:56, Khatri Anand schreef: > I use following line for remove the Border. > > form.setFieldProperty(dto.getName(), "bordercolor", Color.white, null); What makes you think the border is a property of the field? I'm not saying it isn't, I'm only asking you if you checked if it's not par

Re: [iText-questions] Remove Textbox Border

2011-12-04 Thread Khatri Anand
Hi, I use following line for remove the Border. form.setFieldProperty(dto.getName(), "bordercolor", Color.white, null); It's work but only when I click on textfield. default textfield border is visible. Is there any other way to remove the border of textfield? Thanks & Regards, On Sat, Dec 3,

Re: [iText-questions] Remove Textbox Border

2011-12-03 Thread 1T3XT BVBA
On 3/12/2011 10:42, Khatri Anand wrote: > I use AcroForm & java. > How can I remove the textField border using itext? and also textField > looking like Label. If you don't succeed in removing the border from a text field using what explained in the book, chances are the border is part of the cont

Re: [iText-questions] Remove White Margins

2011-09-25 Thread Arthur Murray
On Sun, Sep 25, 2011 at 12:42 AM, 1T3XT BVBA wrote: > On 24/09/2011 19:32, Arthur Murray wrote: >> If I figure out how to take into account the image co-ordinates, will >> I have to add anything to account for form fields and lines, shapes,& >> background drawings, and anything else in the PDF?  I

Re: [iText-questions] Remove White Margins

2011-09-25 Thread 1T3XT BVBA
On 24/09/2011 19:32, Arthur Murray wrote: > If I figure out how to take into account the image co-ordinates, will > I have to add anything to account for form fields and lines, shapes,& > background drawings, and anything else in the PDF? I don't want to > crop out_anything_, other than white spac

Re: [iText-questions] Remove White Margins

2011-09-24 Thread Arthur Murray
On Sat, Sep 24, 2011 at 1:10 AM, 1T3XT BVBA wrote: > On 24/09/2011 0:52, Arthur Murray wrote: >> In Acrobat the Crop function has the option to 'Remove White Margins' >> and it shrinks the margins to precisely fit the text and images, with >> no white border margins. >> >> Is there some sample jav

Re: [iText-questions] Remove White Margins

2011-09-24 Thread 1T3XT BVBA
On 24/09/2011 0:52, Arthur Murray wrote: > In Acrobat the Crop function has the option to 'Remove White Margins' > and it shrinks the margins to precisely fit the text and images, with > no white border margins. > > Is there some sample java code that would do this with iText (how to > figure out w

[iText-questions] Remove White Margins

2011-09-23 Thread Arthur Murray
In Acrobat the Crop function has the option to 'Remove White Margins' and it shrinks the margins to precisely fit the text and images, with no white border margins. Is there some sample java code that would do this with iText (how to figure out what this minimal bounding rectangle would be without

Re: [iText-questions] Remove validation and formatting from fields

2011-07-11 Thread Maarten Albers
The validations are added through with help of js: [js-code in the pdf] this.getField(field).setAction("Validate", "jsfunction1()"); this.getField(field).setAction("Format", "jsfunction2()"); [/js-code] after processing the file: I need to remove all the js and set all the fields to read only.

Re: [iText-questions] Remove validation and formatting from fields

2011-07-11 Thread 1T3XT BVBA
On 11/07/2011 11:28, Maarten Albers wrote: > How do I remove these calls to the js-functions which do no longer > exist? Maybe the calls are wrapped in an action that is attached to a form field. Do you have an example? --

[iText-questions] Remove validation and formatting from fields

2011-07-11 Thread Maarten Albers
I have a pdf with javascript functions to validate and to format. After I remove all javascript I still get some errors that the format and validate functions do no longer exist. How do I remove these calls to the js-functions which do no longer exist? Greets, Maarten -

[iText-questions] Remove me from list please

2011-07-04 Thread Cherie
Please remove me from this list, I don't need the help at the moment. Thank you, Cherie Beers Sent from my iPhone -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definiti

Re: [iText-questions] remove watermark layer

2011-06-16 Thread 1T3XT BVBA
On 16/06/2011 13:25, jjalink wrote: I have stopped using this code, since it completely clears page 1 in some of the files. I don't remember the context of the problem. Is it about OCG? Note that two OCG bugs were fixed in iText 5.1.1: http://itextpdf.com/history/?branch=51&node=511 * Bugf

Re: [iText-questions] remove watermark layer

2011-06-16 Thread jjalink
I have stopped using this code, since it completely clears page 1 in some of the files. I could not consistently re-create the issue re-processing the same file in debug environment worked. Instead - system code changed to locate the "clean" file and add watermark to it. PS. We paid for the iText

Re: [iText-questions] Remove page wich only have an Header and a Footer (no data between)

2011-04-20 Thread OPoupeau
Of course :-) thanks for your answers. 1T3XT BVBA 20/04/2011 08:05 Veuillez répondre à Post all your questions about iText here A [email protected] cc Objet Re: [iText-questions] Remove page wich only have an Header and a Footer (no data between) Op 19/04

Re: [iText-questions] Remove page wich only have an Header and a Footer (no data between)

2011-04-19 Thread 1T3XT BVBA
Op 19/04/2011 14:56, [email protected] schreef: Sorry I don't understand what you means... I have a method onStartPage() in my class MyHeaderFooter in which I add tables or paragraph (...) in my document and it works very good. I never had problems with that... What's wrong with this way

Re: [iText-questions] Remove page wich only have an Header and a Footer (no data between)

2011-04-19 Thread OPoupeau
2 Veuillez répondre à Post all your questions about iText here A Post all your questions about iText here cc Objet Re: [iText-questions] Remove page wich only have an Header and a Footer (no data between) Op 19/04/2011 14:32, [email protected] schreef: In my class MyHeaderFooter

Re: [iText-questions] Remove page wich only have an Header and a Footer (no data between)

2011-04-19 Thread 1T3XT BVBA
Op 19/04/2011 14:32, [email protected] schreef: In my class MyHeaderFooter I have two methods (onStartPage() and onEndPage()) onStartPage() : not absolute positionning onEndPage() : absolute positionning. I don't have the header and the footer in an only one method onEndPage(). What is th

Re: [iText-questions] Remove page wich only have an Header and a Footer (no data between)

2011-04-19 Thread OPoupeau
t all your questions about iText here A [email protected] cc Objet Re: [iText-questions] Remove page wich only have an Header and a Footer (no data between) Op 19/04/2011 12:26, [email protected] schreef: Hello, I generate a pdf whith itext, creating a tab

Re: [iText-questions] Remove page wich only have an Header and a Footer (no data between)

2011-04-19 Thread 1T3XT BVBA
Op 19/04/2011 12:26, [email protected] schreef: Hello, I generate a pdf whith itext, creating a table by adding cells in a loop. Before that, I insert a HeaderFooter by a writer Are you sure you're adding the header and footer in the onEndPage method (as documented)? If so, no new page

[iText-questions] Remove page wich only have an Header and a Footer (no data between)

2011-04-19 Thread OPoupeau
Hello, I generate a pdf whith itext, creating a table by adding cells in a loop. Before that, I insert a HeaderFooter by a writer Document document = new Document(PageSize.A4.rotate()); ByteArrayOutputStream baos = new ByteArrayOutputStream(); PdfWriter writer = PdfWrit

Re: [iText-questions] Remove topic please

2011-02-16 Thread Alexis Pigeon
Hi Wyatt, On 16 February 2011 04:46, Wyatt Biker wrote: > Administrator, Please remove this topic if no replies. I posted it by > accident. > > *[iText-questions] Get a fields margins.* > > This is a mailing-list, not a forum. This means that every subscribed person to the list has already recei

[iText-questions] Remove topic please

2011-02-15 Thread Wyatt Biker
Administrator, Please remove this topic if no replies. I posted it by accident. *[iText-questions] Get a fields margins.* -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and thr

Re: [iText-questions] remove watermark layer

2011-01-25 Thread 1T3XT BVBA
RBolotov wrote: > And sure thing, if PDF does not contain any optional content groups with > radio button behavior, field OCGRadioGroup becomes null. I added > if (OCGRadioGroup == null) > OCGRadioGroup = new PdfArray(); > after line 1606 in PdfStamperImp, rebuilt iText with a

Re: [iText-questions] remove watermark layer

2011-01-24 Thread RBolotov
I've got a similar problem. I want to add new layer to a PDF document, already containing several layers. The most obvious way would be something like this: PdfReader reader = new PdfReader(new RandomAccessFileOrArray("c:\\books\\new book.pdf"), null);

Re: [iText-questions] remove watermark layer

2011-01-06 Thread 1T3XT BVBA
Op 6/01/2011 20:43, Paul Cooper schreef: > Which version of iText generated these pdfs? I always use the version that is in the SVN repository. What I'd need, is not the code, but a PDF that allows me to reproduce the problem. I've tested with iText created PDFs and with PDFs created with Acrobat

Re: [iText-questions] remove watermark layer

2011-01-06 Thread Paul Cooper
1T3XT, I did not notice this post, as it isn't a reply to the original thread... Which version of iText generated these pdfs? I've tried both 2.1.4 (yes, I know, not the latest version of v2) and 5.0.5. Both generated errors; 2.1.4 threw a NullPointerException closing the PdfStamper, while 5.0.

Re: [iText-questions] remove watermark layer

2011-01-05 Thread 1T3XT
Op 5/01/2011 18:23, Paul Cooper schreef: Wow. How so, wow? So, shouldn’t this code be removed from your library, as it seems to be useless and bug-inducing? See the attached example. Are you saying the code is useless? If I have a file ocg.pdf, then I can use the code to get info about Pdf

Re: [iText-questions] remove watermark layer

2011-01-05 Thread Paul Cooper
y, January 05, 2011 4:35 AM To: [email protected] Subject: Re: [iText-questions] remove watermark layer Op 5/01/2011 0:40, Paul Cooper schreef: Has this issue ever been resolved? Yes, we've received sample PDFs and we provided a custom solution for which we were paid. Cont

Re: [iText-questions] remove watermark layer

2011-01-05 Thread 1T3XT BVBA
Op 5/01/2011 0:40, Paul Cooper schreef: Has this issue ever been resolved? Yes, we've received sample PDFs and we provided a custom solution for which we were paid. Contact consultancy with sufficient samples and your specific requirements, and we'll make you an offer. http://itextpdf.com/supp

Re: [iText-questions] remove watermark layer

2011-01-04 Thread Paul Cooper
eron.com] Sent: Wednesday, June 23, 2010 8:34 AM To: Post all your questions about iText here Subject: Re: [iText-questions] remove watermark layer This code works perfectly for an adobe created layer, but always fails on an iText layered file. Attached are one of each. public static

Re: [iText-questions] Remove field level formatting

2010-11-18 Thread 1T3XT info
On 18/11/2010 21:04, kpgraci wrote: > > I have pdf files with formatting applied to some of the fileds and I want to > remove that formatting. > > Below I list the routine I use to inspect the format and get the javascript > name and therefore determine the type of formatting - although this is not

[iText-questions] Remove field level formatting

2010-11-18 Thread kpgraci
I have pdf files with formatting applied to some of the fileds and I want to remove that formatting. Below I list the routine I use to inspect the format and get the javascript name and therefore determine the type of formatting - although this is not important as all I want to do is remove the f

Re: [iText-questions] remove watermark layer

2010-10-31 Thread 1T3XT info
On 31/10/2010 10:41, jjalink wrote: > > This is the latest OCG removal code from Bruno: > > http://itext-general.2136553.n4.nabble.com/file/n3020962/RemoveChanges1.java > RemoveChanges1.java That code makes some assumptions about the original PDF. For instance: it assumes that the page content is

Re: [iText-questions] remove watermark layer

2010-10-31 Thread jjalink
This is the latest OCG removal code from Bruno: http://itext-general.2136553.n4.nabble.com/file/n3020962/RemoveChanges1.java RemoveChanges1.java -- View this message in context: http://itext-general.2136553.n4.nabble.com/remove-watermark-layer-tp2264258p3020962.html Sent from the iText - Gener

Re: [iText-questions] remove watermark layer

2010-06-23 Thread Jaakov Jalink
There is something wrong with the way I created the iText layers - I'll resolve it. Thanks anyway. This footnote confirms that this email message has been scanned by PineApp Mail-SeCure for the presence of ma

Re: [iText-questions] remove watermark layer

2010-06-23 Thread Jaakov Jalink
PDF version 1.4 - file attached -Original Message- From: Paulo Soares [mailto:[email protected]] Sent: Wednesday, June 23, 2010 12:35 PM To: Post all your questions about iText here Subject: Re: [iText-questions] remove watermark layer What PDF are you using? Paulo -Original

Re: [iText-questions] remove watermark layer

2010-06-23 Thread Paulo Soares
What PDF are you using? Paulo -Original Message- From: jjalink [mailto:[email protected]] Sent: Wednesday, June 23, 2010 9:25 AM To: [email protected] Subject: Re: [iText-questions] remove watermark layer I narrowed it down to 4 code lines, and it still throws a

Re: [iText-questions] remove watermark layer

2010-06-23 Thread jjalink
I narrowed it down to 4 code lines, and it still throws a NullPointerException on close line. if i remove the Map line, i just get a copy of the inFile. PdfReader reader = new PdfReader(inFile); PdfStamper stamper = new PdfStamper(reader, new FileOutputStream(outFile)); Ma

Re: [iText-questions] remove watermark layer

2010-06-22 Thread jjalink
here it is again - line separated: Exception in thread "main" java.lang.NullPointerException at com.itextpdf.text.pdf.PdfWriter.fillOCProperties(PdfWriter.java:2567) at com.itextpdf.text.pdf.PdfStamperImp.close(PdfStamperImp.java:189) at com.itextpdf.text.pdf.PdfStamper.cl

[iText-questions] remove watermark layer

2010-06-22 Thread jjalink
the code blow throws a an exception in the stamper.close line i see no reason for the exception - any idea?? exception: Exception in thread "main" java.lang.NullPointerException at com.itextpdf.text.pdf.PdfWriter.fillOCProperties(PdfWriter.java:2567) at com.itextpdf.text.pdf.PdfSta

Re: [iText-questions] Remove pdf attachments

2010-05-12 Thread Paulo Soares
5:52 PM To: [email protected] Subject: Re: [iText-questions] Remove pdf attachments 1T3XT info, Thanks, but what I'd like to know is why, in the following code, names is NULL : PdfDictionary catalog = reader.getCatalog(); PdfDictionary names = (Pdf

Re: [iText-questions] Remove pdf attachments

2010-05-12 Thread r00fus
1T3XT info, Thanks, but what I'd like to know is why, in the following code, names is NULL : PdfDictionary catalog = reader.getCatalog(); PdfDictionary names = (PdfDictionary)PdfReader.getPdfObject(catalog.get(PdfName.NAMES)); Is this the wrong way to access the NAMES catalog/dictionary wi

Re: [iText-questions] Remove pdf attachments

2010-05-12 Thread 1T3XT info
r00fus wrote: > Mark, > I've attached the pdf here: > http://n4.nabble.com/file/n2174232/Test.pdf Test.pdf > > It's not embedded videos... and most of the attachments themselves are pdfs > (this example includes a doc file as well). You're trying to remove document level attachments, but the att

Re: [iText-questions] Remove pdf attachments

2010-05-11 Thread r00fus
Mark, I've attached the pdf here: http://n4.nabble.com/file/n2174232/Test.pdf Test.pdf It's not embedded videos... and most of the attachments themselves are pdfs (this example includes a doc file as well). Mark Storer-2 wrote: > > At a guess, I'd say you're dealing with embedded videos and s

Re: [iText-questions] Remove pdf attachments

2010-05-11 Thread Mark Storer
e- > From: r00fus [mailto:[email protected]] > Sent: Monday, May 10, 2010 2:03 PM > To: [email protected] > Subject: [iText-questions] Remove pdf attachments > > > Hi, > I'm new to this list but have a question which I don't think >

[iText-questions] Remove pdf attachments

2010-05-10 Thread r00fus
Hi, I'm new to this list but have a question which I don't think has been resolved here in my searches through the archives. I'm trying to remove attachments from a number of my pdf files (I can extract via pdftk, so preserving them is not an issue). I found the following example code on the mai

Re: [iText-questions] remove from itext-questions list

2010-05-05 Thread Alexis Pigeon
Hi arolf, On 5 May 2010 11:17, arolf li wrote: > hi everyone, can somebody tell me how to remove myself from the > itext-question list? Thanks a lot! > At the bottom of every email sent to the list, you'll find all the necessary information to manage your subscription. Cheers, alexis > > ---

[iText-questions] remove from itext-questions list

2010-05-05 Thread arolf li
hi everyone, can somebody tell me how to remove myself from the itext-question list? Thanks a lot! -- ___ iText-questions mailing list [email protected] https:

Re: [iText-questions] Remove table or stamp from pdf File

2010-01-20 Thread Leonard Rosenthol
[mailto:[email protected]] Sent: Thursday, January 21, 2010 6:01 AM To: [email protected] Subject: [iText-questions] Remove table or stamp from pdf File Hello All, I have one problem with PdfPTable Requirement is such like I have to stamp pdf file with some text like TEST within

[iText-questions] Remove table or stamp from pdf File

2010-01-20 Thread Rahul Soni
Hello All, I have one problem with PdfPTable Requirement is such like I have to stamp pdf file with some text like TEST within the rectangle box. So for this requirement I have used PdfPTable and created one table with once column and added once cell in it and in the cell i have written TEST. T

Re: [iText-questions] Remove table or stamp from pdf File

2010-01-19 Thread Leonard Rosenthol
(including the content parser) that can help you, but it’s still going to require a lot of learning and coding…Nothing simple here! Leonard From: Rahul Soni [mailto:[email protected]] Sent: Tuesday, January 19, 2010 2:52 PM To: [email protected] Subject: [iText-questions

[iText-questions] Remove table or stamp from pdf File

2010-01-19 Thread Rahul Soni
Hello All, I have one problem with PdfPTable Requirement is such like I have to stamp pdf file with some text like TEST within the rectangle box. So for this requirement I have used PdfPTable and created one table with once column and added once cell in it and in the cell i have written TEST. T

Re: [iText-questions] Remove header from last page (header added on start page event)

2009-08-02 Thread 1T3XT info
[email protected] wrote: > Hi! I am adding the header section onStartPage events Wrong! Use an onEndPage event! > so I am just adding a table with some cells, so I cant use resetHeader() You have written an implementation of PdfPageEvents. Add a membervariable: protected boolean needsHeader = true;

[iText-questions] Remove header from last page (header added on start page event)

2009-08-02 Thread hmiri
Hi! I am adding the header section onStartPage events so I am just adding a table with some cells, so I cant use resetHeader() to remove the header section from the last page, i just wanna add the last page with one paragraph..Is there a way to remove that header section I am adding on the start

Re: [iText-questions] remove all fields from pdf file

2009-07-13 Thread Mark Storer
Eric Lou esigntrust.com> writes: > > I’m trying to use following code to remove all fields > from pdf and save as a new pdf which without any fields but remain the > background and text. > > Base on the book page 509, we can use > removeField(String name) to remove a field from a document, > >

[iText-questions] Remove

2009-06-24 Thread jessie williams
Sent from my handheld - Original Message - From: 1T3XT info To: Post all your questions about iText here Sent: Wed Jun 24 04:51:36 2009 Subject: Re: [iText-questions] Lossing the number formats while merging XFA forms SRI!0! wrote: > Hi, > Thanks for the response but the reply

Re: [iText-questions] Remove page breaks when combining documents

2009-05-28 Thread Bruno Lowagie
Ewen Orme wrote: > a request has come in that during the combining > process, the elements from one document carry directly on from the > elements of the last, on the same page in necessary. In other words: you have existing PDF files and you want to "reflow" content. That's not possible: http:

[iText-questions] Remove page breaks when combining documents

2009-05-28 Thread Ewen Orme
Hello. I have been using iText (with help from the excellent book) for generating PDF as one of several output formats our app provides. The layout of these docs is driven by the user via our layout manager. After having generated several documents the user may wish to stitch these together.

Re: [iText-questions] Remove Attachments from pdf file

2009-03-31 Thread Mike Marchywka
> You didn't get any answer because it takes time to make an example. It's > not really motivating if people WITH time post the same question THREE > times making the backlog of people WITHOUT time bigger and bigger. The > same goes for people answering almost every single question with: "Grep > t

Re: [iText-questions] Remove Attachments from pdf file

2009-03-31 Thread 1T3XT info
Diana Almeida wrote: > but nothing happens when i use this. That code removes the embedded files. You probably have file attachment annotations which aren't necessarily listed in the EmbeddedFiles name tree. Your question shows that you don't understand the difference between a file attachment

[iText-questions] Remove Attachments from pdf file

2009-03-31 Thread Diana Almeida
I'm sorry to insist but i'm thinking that maybe my e-mail is being lost on the way because this is the third time i'm sending it... Is this a dumb question? I'm sorry if that's the case. Anyway, i'm sending it one more time. Any help would be much aprecciated! With itext i can add attachments to

Re: [iText-questions] Remove document restrictions

2008-12-03 Thread Leonard Rosenthol
Ah - now I see the problem (or at least I think I do). I suspect that you are using Adobe Reader, and not Adobe Acrobat, as your PDF viewer. And you are expecting to be able to add comments, digitally sign, etc. HOWEVER, Adobe Reader does NOT support such operations on a normal PDF (as yo

Re: [iText-questions] Remove document restrictions

2008-12-03 Thread 1T3XT info
Diana Almeida wrote: > I have other question. It is related to this one. How can i set the > document rights using itext? When i create a pdf, how can i say, for > example, that i don't allow signing or extraction? http://1t3xt.info/examples/browse/?page=example&id=42 -- This answer is provide

Re: [iText-questions] Remove document restrictions

2008-12-03 Thread Leonard Rosenthol
If you didn't put any restrictions on the document - then it doesn't have it. If you believe it does, and you didn't add them - can you please post a sample? Thanks, Leonard On Dec 3, 2008, at 8:24 AM, Diana Almeida wrote: > Hello, thanks for your answer. Maybe i didn't explain it well. The

Re: [iText-questions] Remove document restrictions

2008-12-02 Thread Diana Almeida
Hello, thanks for your answer. Maybe i didn't explain it well. The document is mine and doesn' have password. however it has some restritions, i don't know why. Can we control the restritions when we are creating the document with itext? I mean, can i say, for example, that i want to allow sig

Re: [iText-questions] Remove document restrictions

2008-12-02 Thread Leonard Rosenthol
If you know the password(s) for the document, then yes you can. Otherwise, doing so would be a violation of the rights of the creator of the content. Leonard On Dec 2, 2008, at 11:00 PM, Diana Almeida wrote: > Hello > > i was wondering if i can use itext to remove all the restritions of a >

[iText-questions] Remove document restrictions

2008-12-02 Thread Diana Almeida
Hello i was wondering if i can use itext to remove all the restritions of a pdf document (the ones we can see using adobe acrobat, under file->properties->security) Those restitions are: printing, copy, extraction, comment, signing, etc can anyone help me with some code? :) Thanks! --

Re: [iText-questions] Remove bookmarks with depth less then x

2008-08-04 Thread Paulo Soares
10:56 AM > To: [email protected] > Subject: [iText-questions] Remove bookmarks with depth less then x > > I have created a tool to split a PDF by bookmark levels (depth). > > My Example PDF: > > Level 1 > Level 11 > Level 111 > Level 11

[iText-questions] Remove bookmarks with depth less then x

2008-08-04 Thread carstenstp
I have created a tool to split a PDF by bookmark levels (depth). My Example PDF: Level 1 Level 11 Level 111 Level 112 Level 12 Level 13 Level 2 Level 21 Level 211 Level 22 When I split the PDF at the 2nd level I get the following files: Files: =

Re: [iText-questions] Remove PDF/X comment with PDFstamper

2008-06-15 Thread Leonard Rosenthol
You aren't removing things from the correct dictionary. Check the PDF Reference and the PDF/X specification again. Leonard On Jun 15, 2008, at 12:44 PM, Georg Pilger wrote: > Hi, > > I want to remove the PDF/X comment from an existing PDF by using the > PDF > stamper. > I tried with this code

[iText-questions] Remove PDF/X comment with PDFstamper

2008-06-15 Thread Georg Pilger
Hi, I want to remove the PDF/X comment from an existing PDF by using the PDF stamper. I tried with this code, but it didn't work. Did I made something wrong? PdfReader reader = new PdfReader( FileIn ); reader.getCatalog().remove( PdfName.OUTPUTINTENTS ); reader.getCatalog().remove( PdfName.GTS

Re: [iText-questions] Remove Border Line of HeaderFooter Class

2008-05-16 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: > > Hi Bruno, > > Thanks for your reply. Please don't answer to me personally, reply to the mailing list address only! > I could not find the example for Page Event. Could you please give me > some hint such as the Chapter number? If you're referring to the book, that

Re: [iText-questions] Remove Border Line of HeaderFooter Class

2008-05-15 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: > > Dear Sir / Madam, Please subscribe to the mailing list if you want to receive answers. > When I use HeaderFooter class to generate a header and footer text, > there are top and bottom border line around the text. First of all: the use of HeaderFooter is discouraged

[iText-questions] Remove Border Line of HeaderFooter Class

2008-05-15 Thread bzhang
Dear Sir / Madam, When I use HeaderFooter class to generate a header and footer text, there are top and bottom border line around the text. For example: --- header text ---

Re: [iText-questions] remove content from a page

2007-10-07 Thread Leonard Rosenthol
t works for now. :) Thanks again. Ted - Original Message From: Ted Chen <[EMAIL PROTECTED]> To: Post all your questions about iText here [EMAIL PROTECTED]> Sent: Thursday, October 4, 2007 3:51:31 PM Subject: Re: [iText-questions] remove content from a page Thanks a bunch, Mark, for the

Re: [iText-questions] remove content from a page

2007-10-04 Thread Ted Chen
n't like my current solution of cropping out the invisibles. I appreciate your help. Ted - Original Message From: Mark Storer <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Thursday, October 4, 2007 2:15:21 PM Subject: Re: [iText-questions] remo

Re: [iText-questions] remove content from a page

2007-10-04 Thread Ted Chen
of cropping out the invisibles. I appreciate your help. Ted - Original Message From: Mark Storer <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Thursday, October 4, 2007 2:15:21 PM Subject: Re: [iText-questions] remove content from a page No bueno. Each of

Re: [iText-questions] remove content from a page

2007-10-04 Thread Mark Storer
No bueno. Each of those slides is made up of a collection of resources & drawing commands. To determine where one ends and the other starts (and which one is which), you'd need to parse the page's content stream. !trivial. iText includes a basic content tokenizer, but beyond that you're in for

Re: [iText-questions] remove content from a page

2007-10-04 Thread Ted Chen
ay, October 4, 2007 11:06:30 AM Subject: Re: [iText-questions] remove content from a page Post a link to the PDF. Removing content can range from easy to impossible. Paulo - Original Message - From: "Ted Chen" <[EMAIL PROTECTED]> To: "Post all your questions ab

Re: [iText-questions] remove content from a page

2007-10-04 Thread Mark Storer
The general solution is Hard. You have to determine which resources (XObjects, fonts, and so forth) no longer falls within the page bounds by parsing the page's content stream and calculating the bounding box of each use of each resource. Your specific case may be Very Easy, but it's difficult to

Re: [iText-questions] remove content from a page

2007-10-04 Thread Paulo Soares
Post a link to the PDF. Removing content can range from easy to impossible. Paulo - Original Message - From: "Ted Chen" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Thursday, October 04, 2007 7:03 PM Subject: Re: [iText-questions]

Re: [iText-questions] remove content from a page

2007-10-04 Thread Ted Chen
Any suggestions? Thanks! - Original Message From: Ted Chen <[EMAIL PROTECTED]> To: [email protected] Sent: Monday, October 1, 2007 12:08:30 PM Subject: [iText-questions] remove content from a page This might be a pdf newbie's question. The pdf

[iText-questions] remove content from a page

2007-10-01 Thread Ted Chen
This might be a pdf newbie's question. The pdf file I have contains 2 slides printed on each page. I only want to keep 1 slide on it. To remove 1 slide from a page, I currently gets a handle on the page then sets its cropbox. It works fine, at least visually. However, the file size still re

Re: [iText-questions] remove/edit annotation

2007-05-16 Thread Sascha Fuchs
Betreff: Re: [iText-questions] remove/edit annotation I still have this "problem". Has nobody an idea? Thanks Patrick Hartmann - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version o

Re: [iText-questions] remove/edit annotation

2007-05-16 Thread Patrick Hartmann
I still have this "problem". Has nobody an idea? Thanks Patrick Hartmann - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just

[iText-questions] remove/edit annotation

2007-05-08 Thread Patrick Hartmann
Hi I create a new PDF either with PdfWriter or PdfStamper and add an annotation/PdfAnnotation. Is it afterwards possible, to either remove or edit this annotation? Thanks Patrick Hartmann - This SF.net email is sponsored b

Re: [iText-questions] remove text from pdf and display

2007-03-26 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of gobin rajneesh > Sent: Monday, March 26, 2007 12:44 PM > To: [email protected] > Subject: [iText-questions] remove text from pdf and display > >

[iText-questions] remove text from pdf and display

2007-03-26 Thread gobin rajneesh
hi i tried to find a sample code that removes all the txts from a pdf file and i can use the texts for further processings but i could not find one can someone help me please - Finding fabulous fares is fun. Let Yahoo! FareChase search your favorite travel sit

  1   2   >