[iText-questions] Troubles with and alignment

2011-11-16 Thread Matthias Jurek
Hi all, I made some investigations with C#-iText. I found some bugs: (1) It is not possible to read a -command from html-page. The reason is, that the CarrigeReturn detroyes the currentParagraph. The solution sould be as follows: private class HTMLTagProcessor_HR : IHTMLTagProcessor {

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-11-16 Thread Siddhartha Rathi
Hey Amedee, Thanks I will try this and see if that is the case. Siddhartha -- View this message in context: http://itext-general.2136553.n4.nabble.com/Saving-the-PDF-created-on-SUSE-Linux-Server-updated-tp4075377p4078613.html Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-11-16 Thread Siddhartha Rathi
Hey Hubert and Mkl, Thanks for replying to Edward. I know I am novice in java on Linux but not as naive as Edward thought me to be. I have already checked the security part on the box that is setup correctly. As for writing the code twice I found it using the net and that's why I have wrote it tw

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-11-16 Thread mkl
Edward, Edward W. Rouse wrote: > Linux has no concept of C:. If you don’t know that much you really need to > hit the books. As the OP said Siddhartha Rathi wrote: > This code works absolutely fine on Windows server if in path I enter > “C:\Lotus\Notes\Data\appln\Reports\" + strDate + ".pdf" I

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-11-16 Thread Hubert Gailly
Be kind and read carefully >This code works absolutely fine on Windows server if in path I enter >“C:\Lotus\Notes\Data\appln\Reports\" + strDate + ".pdf" The message does not say that Siddhartha has entered such a path on a Linux machine…. A a guess, I would look into access rights on

[iText-questions] Troubles with iText

2011-11-16 Thread Matthias Jurek
Hi, I made some investigations with C#-iText. I found some bugs: (1) It is not possible to read a -command from html-page. The reason is, that the CarrigeReturn detroyes the currentParagraph. The solution sould be as follows: private class HTMLTagProcessor_HR : IHTMLTagProcessor {

[iText-questions] Troubles with iText

2011-11-16 Thread Matthias Jurek
Von: Matthias Jurek Gesendet: Mittwoch, 16. November 2011 16:49 An: 'itext-questions@lists.sourceforge.net' Betreff: Troubles with iText Hi, I made some investigations with C#-iText. I found some bugs: (1) It is not possible to read a -command from html-page. The reason is, that the CarrigeRe

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-11-16 Thread Edward W. Rouse
Linux has no concept of C:. If you don’t know that much you really need to hit the books. From: Siddhartha Rathi [mailto:siddhar...@chirayusoftwares.in] Sent: Tuesday, November 15, 2011 11:55 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Saving the PDF created on SUS

Re: [iText-questions] Not all annotations could be added to the document (the document doesn't have enough pages).

2011-11-16 Thread valter
correct phrase: OnEndPage is similar and when only *OnEndPage* is in the code everything works ok. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Not-all-annotations-could-be-added-to-the-document-the-document-doesn-t-have-enough-pages-tp4076357p4076361.html Sent fr

[iText-questions] Not all annotations could be added to the document (the document doesn't have enough pages).

2011-11-16 Thread valter
Hello i'm using page events and i get "Not all annotations could be added to the document (the document doesn't have enough pages)." when issuing the: document.Close(); This happened after adding : public override void OnStartPage(PdfWriter writer, Document doc) {

[iText-questions] Help with TOC and PdfCopy

2011-11-16 Thread Hubert Gailly
Hello everybody, I am a newly subscriber to this mailing list but I have been using Itext since version 0.9. I am facing 2 problems with generating a TOC with PdfCopy: I cannot get this to work PdfAction action = PdfAction.gotoLocalPage(page ,new PdfDestination(PdfDestination.XYZ, -1,

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-11-16 Thread Amedee Van Gasse
On Wed, November 16, 2011 05:54, Siddhartha Rathi wrote: > > Hi All, > > I have written an agent in Ltus Notes in JAVA for creating and saving the > PDF file. But when I am doing the same it is giving me no error but file > is also not getting saved. Can some one help me what I must have done > wro

[iText-questions] (no subject)

2011-11-16 Thread Hubert Gailly
www.wish-net.eu Hubert Gailly Tél. +33 (0)6 22 43 27 45 <>-- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2

Re: [iText-questions] linking some words inside a pdf

2011-11-16 Thread Alexis Pigeon
Hi Valter, On 16 November 2011 13:22, valter wrote: > Hello > > I want to put an anchor (to external website http://) on some words or > phrases inside an existing PDF. > What objects i must use? > What you are looking for are called Annotations. Have a look at the keywords list, in particular

[iText-questions] linking some words inside a pdf

2011-11-16 Thread valter
Hello I want to put an anchor (to external website http://) on some words or phrases inside an existing PDF. What objects i must use? Thanks, Valter -- View this message in context: http://itext-general.2136553.n4.nabble.com/linking-some-words-inside-a-pdf-tp4076139p4076139.html Sent from the

Re: [iText-questions] Save PDF as plain text

2011-11-16 Thread Paulo Soares
I'll take care of the cmaps encoding right after the big PDF support. Paulo - Original Message - From: Kevin Day To: itext-questions@lists.sourceforge.net Sent: Tuesday, November 15, 2011 4:45 PM Subject: Re: [iText-questions] Save PDF as plain text Dániel Kékesi wrote: