Hi,
I am trying to make PDF document page footers something like this;
"ABC Corp Page: 1"
At the left, the company name will appear. At the right end
page numbers will appear. Do you know how I can achieve
this?
--
View this message in context:
http://ww
Hi
I have created an interactive PDF Form with different controls
radiobutton,checkbox,textbox
I am able to retrieve data from the all control other than radiobutton using
the below code. Any help regarding the same would be higly appreciated. I have
mentioned the sample code bel
Hey all,
I am having difficulty creating a watermark to display correctly on my
pdfs. I have a fillable form template that I populate with data. I then
flatten this form and apply the watermark. The watermark shows up but
the form fields block out the watermark. It's like the filled in fields
h
Salut,
Encore merci !
Quelle patience :)))
PS : Cela dit, mon JSP est pour tester rapido sur le gaz !!
JSB
-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de
[EMAIL PROTECTED]
Envoyé : mercredi 23 janvier 2008 20:17
À : itext-questions@lists.sourcefor
Just click on the
https://lists.sourceforge.net/lists/listinfo/itext-questions link or the one
at the end of the mail and follow the instructions.
2008/1/23, krishna patury <[EMAIL PROTECTED]>:
>
> Me too.. [EMAIL PROTECTED]
>
> --- On *Wed, 1/23/08, Rajesh Nandwani <[EMAIL PROTECTED]>* wrote:
I believe it's is self service to unsubscribe. You just go to the iText mailing
list site https://lists.sourceforge.net/lists/listinfo/itext-questions and
unsubscribe at the bottom.
Howard Shank
- Original Message
From: krishna patury <[EMAIL PROTECTED]>
To: Post all your questions a
Me too.. [EMAIL PROTECTED]--- On Wed, 1/23/08, Rajesh Nandwani <[EMAIL PROTECTED]> wrote:
From: Rajesh Nandwani <[EMAIL PROTECTED]>Subject: [iText-questions] Please Unsubscribe my Email-AddressTo: itext-questions@lists.sourceforge.netDate: Wednesday, January 23, 2008, 10:08 AM
I would like to Un-
I would like to Un-Subscribe to the emails coming to this account. ([EMAIL
PROTECTED]).
Thanks
Raj.
> Date: Wed, 23 Jan 2008 17:36:33 +0100
> From: [EMAIL PROTECTED]
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] getOutputStream() has already been called
>
>
BACQ Jean-sébastien wrote:
Bonjour,
Encore une petite question qui probablement été résolu...mais comment
arreter les insultes du " getOutputStream() has already been called" dans ma console ???
Ces insultes sont mérités pour l'insolence d'utiliser du JSP
pour générer des fichiers binairs. C'e
Bonjour,
Encore une petite question qui probablement été résolu...mais comment
arreter les insultes du " getOutputStream() has already been called" dans
mas console ???
Merci
Voici mon JSP de test :
<%
String num = request.getParameter("dsm");
HashMap paramUI = new HashMa
Paulo Soares wrote:
>
>>You'll have to remove the /StructParents key from the page dictionary and
>>the /MarkInfo and the /StructTreeRoot keys from the catalog. The markers
in
>>the content stream don't need to be removed.
>
This is uncharted water for me. So could you please be a bit more s
Actually I was wrong. I was testing with an older version of iText (version
1.3.0 where the texts seem to be rendered correctly).
I tested again with the latest source code from SVN and it does not work even
if I include the DefaultFontMapper.
This is how I wrote the code. Am I making some mi
If you don't remove the marked content, Acrobat may throw errors when
doing certain operations where it goes looking for it.
Leonard
On Jan 23, 2008, at 3:18 AM, Paulo Soares wrote:
> You'll have to remove the /StructParents key from the page
> dictionary and
> the /MarkInfo and the /StructT
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Bruno Lowagie
> Sent: Wednesday, January 23, 2008 1:06 PM
> To: Post all your questions about iText here
> Subject: Re: [iText-questions] JCheckBox and JRadioButton not
> renderedcorrectly on Mac
Gabriel Erzse wrote:
Does the "insertDirectory" method perform some persistent changes in the system?
If you remain in the same JVM: yes.
Is there any way to undo them?
Kill the JVM.
br,
Bruno
smime.p7s
Description: S/MIME Cryptographic Signature
I added the Mac fonts folders to the DefaultFontMapper (with "insertDirectory")
and indeed the texts are rendered correctly.
However I tried to rollback and redo the steps, and I cannot. Even if I remove
the code related to DefaultFontMapper, the texts are now rendered correctly
every time. Doe
This may be caused by not having the correct font registered in
DefaultFontMapper. That piece of code adjusts the spacing of the pdf
font so that the space occupied is the same as reported by the awt font.
If the fonts are too different it will result in letters too far or too
near (read, on top) o
I was able to locate the problem with rendering the text (overlapping letters).
I'm not sure what is the cause, but I can tell you where things go wrong. It is
in PDFGraphics2D class, in method "public void drawString(String s, float x,
float y)", around line 452:
if (s.length() > 1) {
floa
I am trying to render JCheckBox and JRadioButton components into a PDF
document, but somehow they fail to get rendered correctly on Mac computers.
Here is a sample code that does this:
public class Main {
public static void main(String args[]) throws Exception
{
NILADRI BHATTACHARYYA wrote:
it will be very helpful for me to start working on this kind of problem.
Yes, it will. Some pointers:
You talk about "window.open". As far as I know that's JavaScript, not JSP;
so if you investigate any further: please don't confuse people by
talking about JSP
when
Paulo Soares wrote:
You'll have to remove the /StructParents key from the page dictionary and
the /MarkInfo and the /StructTreeRoot keys from the catalog. The markers in
the content stream don't need to be removed.
OK, I stand corrected.
Now that I think of it: those markers in the content stre
Hi Thanks a lot for the suggestion, still from the iText point of
view if any approach is there to handle this kind of situation, it will be very
helpful for me to start working on this kind of problem.ThanksNiladri.On Wed,
23 Jan 2008 08:58:03 +0100 Post all your questions about iText here
w
You'll have to remove the /StructParents key from the page dictionary and
the /MarkInfo and the /StructTreeRoot keys from the catalog. The markers in
the content stream don't need to be removed.
Paulo
- Original Message -
From: "dayvidpow" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, Januar
NILADRI BHATTACHARYYA wrote:
Hi
I have to generate multiple pdfs opened in multiple windows from
one jsp page , depending upon the selection of check boxes. Can I do
that from my Struts Action class ?
From jsp , if i use window.open it opens the last pdf in that window.
Please help if pos
24 matches
Mail list logo