1. The javadocs don't define the character set of the encoding for the byte[]
signature to PDFEncryptor.encrypt. Of course a byte array without a character
encoding makes no sense. What is the acceptable character encodings (see #2) ?
This should be corrected.
2. Cracking open the code, I see th
What methods do you use to add elements to the page of the PDF with the
false vertical position? I've experienced that the vertical position is
reliable only when using document.add(...). I don't know if this is by
design or caused by using the iText API incorrectly in my app.
Best regards
Benj
That's what I'm doing. Here's the procedure.
availableSpace = writer.getVerticalPosition() - document.bottomMargin()
Then I open up a new document with a new writer
initialPosition = writer.getVerticalPosition()
//add the content
afterContent = writer.getVerticalPosition()
if (initialPosition
Or it may be an OCR font http://en.wikipedia.org/wiki/OCR-A_font.
Paulo
> -Original Message-
> From: 1T3XT info [mailto:i...@1t3xt.info]
> Sent: Friday, August 28, 2009 4:50 PM
> To: Post all your questions about iText here
> Subject: Re: [iText-questions] Question for OCR
>
> Melanie
Eugene Sirota wrote:
> So, please, how can I manage this issue and what HeaderHeight property
> value is represent?
Calculate the height of the header as explained in chapter 6 of the
book, and compare it to the available height of your page.
--
This answer is provided by 1T3XT BVBA
http://www.
Port O' Bull wrote:
> I want to be able to keep some elements on a page together. When I get to
> such an element, I create a test document, add those elements to it and note
> how much vertical space they take up. I then compare it to the current
> vertical position minus the bottom (or bottomMarg
Melanie Lucau wrote:
> I want to print some text as OCR (Optical Character Recognition) on the PDF.
You'll have to be more specific.
OCR is, as you say yourself, Optical Character Recognition.
You have an raster image representing a text.
Then you use OCR software to read that text into a real t
Hi Bruno
I used your i-text for creating PDFs and barcodes. It works great. :)
I also bought your book. It helped my quiet often...
Now I wanted to try something new. Hope you can help me (like a few years ago).
I don't find it in your book. Maybe I can’t think straight today.
I want to print so
Please post a small, complete, stand-alone example.
Paulo
> -Original Message-
> From: Sparecreative [mailto:zo...@sparecreative.com]
> Sent: Friday, August 28, 2009 1:48 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] PdfPCell Content no filling entire colspa
Is there any other options with which you can show the pdf in such a full
screen mode (or maybe similar) but still allow the popups?
so as you can see, I want to have both hidden toolbars and context menu :)
Thanks again
Leonard Rosenthol-3 wrote:
>
> Full screen mode is for presentations - whi
Full screen mode is for presentations - which is why such things don't appear
in that mode.
Sounds like you want something more like "maximize" plus what you are already
doing to hide the application's chrome (toolbars, etc.)
-Original Message-
From: Brody bach [mailto:brodyb...@yahoo.c
Can somebody please point out what I'm doing wrong.
I've setup a table with two columns, but I'm having trouble getting content
to span both columns.
I add a header across two columns with centered text which works fine, but
when I add left justified content the copy only occupies the first colu
Thanks for the reply..
search... and print for example?
or may be i use the wrong terms.. but mainly, I just want to have the list
of menu which popups when one rightclicks on the pdf, and this works in
normal view, doesn't it?
Regards
Leonard Rosenthol-3 wrote:
>
> Nothing is wrong with thi
Hello Corina,
Corina Kertesz wrote:
> Looking in the attached PDF file, it appears that the Info is specified
> differently that in all the other test files I have used, for which the
> copying works. However, I’m not familiarized with the PDF reference, so I
> can’t decide if it’s valid o
Nothing is wrong with this. There is no context menu in full screen in Adobe
Acrobat/Reader.
What sort of things were you expecting to do with the menu?
Leonard
-Original Message-
From: Brody bach [mailto:brodyb...@yahoo.com]
Sent: Friday, August 28, 2009 5:20 AM
To: itext-questions@l
Hi all,
I'd like to have my generated pdf opened as full screen when it's generated
as stated in the subject,
if i set the parameter for viewer preference as follow :
this.pdfWriter.setViewerPreferences(PdfWriter.HideWindowUI
| PdfWriter.HideMenubar | PdfWriter.
I want to be able to keep some elements on a page together. When I get to
such an element, I create a test document, add those elements to it and note
how much vertical space they take up. I then compare it to the current
vertical position minus the bottom (or bottomMargin, which gives the same
re
Hello,
I’m using iText to load a PDF file, add annotations to it, and then to save
the file to a new location. For most files, this works as expected. However,
I am having trouble with one particular test file that I have used, and when
closing the PdfStamper, a ClassCastException is thrown.
H
18 matches
Mail list logo