In MS-Word there is the sign "Protected Space", which keeps the words
before and after together at the event of a new line.
(Strg+Shift+Space) It looks like a space, but it asures, that both
words won't be separated, should there occur a new line. Does there
exist something alike in PDF or better i
Dear Mark,
thank you for the hint. I'll check that out.
Regards
Marc
Am 26.06.2006 um 19:49 schrieb Mark Storer:
> You could build the image as you do now, then wrap it in a PDF page
> of the appropriate size. Or if you need a fixed page size, you
> could generate the image, then scale i
Dear Paulo,
thank you for the reply. I was working with jfreechart before (that's
how I got the demo screen done).
It was the page break problem with long charts that took me to think
about drawing it right with iText.
To be honst, I still don't have a solution. I might just stick with
jfree
At 12:58 PM 6/29/2006, Peter Mourfield wrote:
> string sScriptName = js.ToString();
> if (sScriptName.Contains("AFNumber_Format"))
> return "Number";
> else if (sScriptName.Contains("AFDate_Format"))
> return "D
Title: iText ~ Multipage TIFF ~ Old JPEG / JPEG
hello,
i'm trying to use itext with multipage tiff.
first i head the problem with rawsperstrip, wich is resolved with iText 1.4.1.
unfortunately i have now a further problem:
I have a multipage tiff file with 5 jpeg pictures in old jpeg
Hello
I have one table that, whenever I write a Phase in a cell inside a Table it adds a blank line between this text and the top border!
Before you ask me, there is no "\n" inside the String I'm using to creat a Prase Object and I'm not using Cell.setRowspan.
This here the code I'm u
Those function names will only work on PDFs from that one source. AF* isn't a
standard JS library available to all PDFs.
Allow me to clarify a bit. Bruno said:
> >However, if a field is a text field (FIELD_TYPE_TEXT),
> >there is no way to tell if it should contain a name, a date,...
> >or any
>you probably won't believe it, but even in some regions of Berlin,
> Germany, the Internet is only accessible through low-speed connections.
> If you consider the (very welcome) traffic on the itext-list, it's quite
> clear that those people who have to rely on these bottlenecks, will get
> in
Many appologies for sending directly to you.
I develop a solution for this (in C# though), I'm interesting in other's
thoughts.
Best Regards,
Pete Mourfield
// Get's the field "special" format (i.e. Date, Time, etc)
string GetFieldFormat(AcroFields.Item item)
{
PdfDictionary aa =
(PdfDicti
> I'm using the .net version of itext, so, i think openoffice doesn't have
> support for C#. Is it ok? There is an alternative?
http://opendocument4all.com/content/view/68/47/
--
This is where I should put some witty comment.
Using Tomcat but need to do more? Need to support web services, secur
Aloizio Pereira da Silva wrote:
>It is Known that iText can generate RTF files. The question is. I have a
>RTF file and I want to insert a new paragraph into it. It is this
>possible?
>
No, iText doesn't edit RTF (nor does it edit PDF).
Have a look at Apache POI.
br,
Bruno
Using Tomcat but need
It is Known that iText can generate RTF files. The question is. I have a
RTF file and I want to insert a new paragraph into it. It is this
possible? Should I use Chunk like PDF file?
thanks
*
* Federal Universit
Peter Mourfield wrote:
>Bruno,
>
>I'm hoping that you can help me. I'm trying to use iText to determine the
>format (text, date, etc) of a field in an existing pdf document. So far I've
>been unable to figure out how to do this.
>
>Any help would be greatly appreciated.
>
>
Please don't send m
Finally
David Thielen
www.windwardreports.com
303-499-2544
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of bruno
Sent: Thursday, June 29, 2006 3:17 AM
To: 'itext-questions@lists.sourceforge.net'
Subject: [iText-questions]
On Thursday 29 June 2006 10:22, 毕大龙 wrote:
> com.lowagie.text.rtf.table.RtfRow (line:243)
> if(rtfCell.getRowspan() > 1) {
> ArrayList rows = this.parentTable.getRows();
> for(int j = 1; j < rtfCell.getRowspan(); j++) {
> RtfRow m
com.lowagie.text.rtf.table.RtfRow (line:243)
if(rtfCell.getRowspan() > 1) {
ArrayList rows = this.parentTable.getRows();
for(int j = 1; j < rtfCell.getRowspan(); j++) {
RtfRow mergeRow = (RtfRow) rows.get(this.rowNumber + j);
I'm using iText 1.4.2
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709
Harneet wrote:
>Hello,
>
>Can we specify the line spacing for a paragraph?
>
The line spacing is called 'leading' in PDF.
The paragraph class has a method that allows you to change the leading.
br,
Bruno
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quic
See http://www.manning.com/lowagie/ for more info!
Note that the page count isn't entirely correct.
The book will have about 600 pages.
br,
Bruno
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Hello,
Can we specify the line spacing for a paragraph?
Regards,
Harneet
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of bruno
Sent: Thursday, June 29, 2006 1:39 PM
To: Post all your questions about iText here
Subject: Re: [iText-questions] Query regardi
Henry Doan wrote:
> I know how to fill out a field using AcroFields.setFields() but how do
> u check a check box?
<>First you need to know what different 'states' are available for the
checkbox.
String[] states = form.getAppearanceStates(field_name);
If this array contains the values "On" and "
Harneet wrote:
> Hello,
>
>
>
>
>
> Could you please tell us whether we can apply borders to paragraphs
> using iTextSharp. At present I am not able to find any option to
> specify borders for paragraphs the way we have for table and cell.
>
>
>
The paragraph object doesn't have 'border',
Raphael Watier wrote:
> I need to convert a GIF image (not in a file but in a byte[])
com.lowagie.text.Image.getInstance
will give you an object that can be added to a PDF document with iText.
> and I need to obtain a PDF in a byte[]. I can't create a file with a
> path, name, etc.
Document do
Hi everyBody,
I'am newby in iText and I would know if it should be possible to do
this :
I need to convert a GIF image (not in a file but in a byte[]) and I
need to obtain a PDF in a byte[]. I can't create a file with a path,
name, etc.
Thanks for help,
Raphael.
Using Tomcat but need to d
24 matches
Mail list logo