ge).
a. Another example could be a table whose header row is too tall
I plan to work out your suggestion tomorrow, but I'd figure I'd leave some
specifics as to what I'm trying to do in case you or anyone else has any more
ideas.
Thanks,
Phillip
n HTML. Whee. (grumble
grumble... "want an HTML-like page? THEN USE HTML!" grumble grumble)
--Mark Storer
Senior Software Engineer
Cardiff.com
#include
typedef std::Disclaimer DisCard;
-Original Message-
From: Ponzer, Phillip [mailto:phillip.pon...@garmin.com]
Sent: Tuesday,
HTML. Whee. (grumble
grumble... "want an HTML-like page? THEN USE HTML!" grumble grumble)
--Mark Storer
Senior Software Engineer
Cardiff.com
#include
typedef std::Disclaimer DisCard;
-Original Message-
From: Ponzer, Phillip [mailto:phillip.pon...@garmin.com]
Sent: Tuesd
PDF (I'll take help over "looking witty" any day :P )
And the reason why I want to do this is because I don't know how much space the
text (or in my particular case, the table) takes up until it has been added to
the document.
Any thoughts?
Phillip
___
page where that text
appears on landscape (after adding the text)?
Thanks,
Phillip
This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient. If you are not the intended recipient, please be
aware that
,
Phillip
From: Ponzer, Phillip [mailto:phillip.pon...@garmin.com]
Sent: Wednesday, January 13, 2010 5:41 PM
To: Post all your questions about iText here
Subject: [iText-questions] Upper Unicode Chars PDF Support
Hello everyone,
How do I add characters such as the
Hello everyone,
How do I add characters such as the infinity symbol (U+221E) to a PDF?
Thanks,
Phillip
This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient. If you are not the intended recipient, please
in the image. We just do as
what it should.
--
With regards
Phillip Pan
---
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
iText-questions
contenido.addTemplate(template, 0, 1, -1, 0, 500, 200);
> contenido.stroke();
You have to set white color value in template and treat template
the same way as contentbytes. PDF assumes black color as default in
graphic states.
--
With regards
Phillip Pan
---
-
ngs. Does anybody know
> which method to call to navigate to a certain page in a PDF file?
There is no method or mechanism in iText to wind backward or
forward within document rendering process. Talk to Adobe.
--
With
sure enough, the "j" gets cut also.
>
> Is this a common problem? I'm sure I'm missing something easy.
>
> How do I make the template characters print with the correct vertical
> alignment, but
tand what a continuous line
is. However, Acrobat joins them beautifully.
--
With regards
Phillip Pan
---
---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING
> How do we replace the transformation matrix to original once the required
> settings are applied??
Use save and restore. You do not have to find the inverse matrix.
--
With regards
Phillip Pan
---
---
This SF.net em
I think you had better spend some time reading the tutorial. It contains
all the answers to your question.
--
With regards
Phillip Pan
---
---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing &
? If not, do you know of any
> existing libraries that can do that?
What are you offering at the moment?
--
With regards
Phillip Pan
---
---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
f
There is no text background color if you are not talking about glyph
path. You basically have to define an area and then fill the area with the
color you want, then stroke the text.
PDF is not Word for M$.
--
With regards
Phillip Pan
ins only a blank page, but no problem if in Window2k.
It is very likely that your Linux has not got Asian font pack
installed. Download them from Adobe.
--
With regards
Phillip Pan
---
---
This SF.net email is sponsored by
ld be
the internal problem in iText. I will look into it. Be patient.
--
With regards
Phillip Pan
---
---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
F_PASSWORD | 4194304);
or if you do not, you should do:
field.setFlags(PdfFormField.FF_PASSWORD |
PdfFormField.FF_DONOTSPELLCHECK);
Remember you should set the PDF version to 1.4.
All the best.
--
With regards
Phillip Pan
---
---
regards
Phillip Pan
---
---
This sf.net email is sponsored by: Are you worried about
your web server security? Click here for a FREE Thawte
Apache SSL Guide and answer your Apache SSL security
needs: http://www.gothawte.com/rd523.html
Bruno:
Is it possible for you to publish your lecture script at
www.lowagie.com? I know that will take you some time to write it. But it
is good for your resume.
--
With regards
Phillip Pan
---
---
This sf.net email is sponsored by
to open it in Acroread, password prompt will
come up.
I think there are something else.
--
With regards
Phillip Pan
---
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://th
filename).getNumComponents(). That will be enough for PdfICCBased stream
> > object.
> >
> > Of course these are all based on the assumption that actual image pixels
> > not changed.
> >
> > Anyone can give me some idea how PitStop apply the ICC Profile to image
> >
onents(). That will be enough for PdfICCBased stream
object.
Of course these are all based on the assumption that actual image pixels
not changed.
Anyone can give me some idea how PitStop apply the ICC Profile to image
xobject in Acrobat? Paulo, Leaonard?
--
With regards
Phill
I have some reasonable looking charts coming from jfreechart:
http://ldi.rhoderunner.com/hra/servlet/chart?val=x&categories=November+1999&chartValues=32&categories=November+1999&chartValues=32&showLegend=false&title=Weight&series=Weight
http://ldi.rhoderunner.com/hra/servlet/chart?val=x&title=Hea
I output a table with 3 cells, with spacing and padding of 5.
The top cell would not allow the top of it to be padded in respect to the
table.
By adding an empty table cell to the top, everything was padded uniformly.
---
This sf.net email i
Hi everyone,
I am stuck. I am trying to use the tagmap and an xml file to output a
pdf. No matter what I pass as a path to the tagmap, I get a init error in
the tagmap object.
The stack trace is at the bottom of them email, along with the appropriate
code that is generating the error.
than
In my source xml file I have the following element:
In my tagmap, I define a mapping to convert "img" to "image" per the dtd
But what about the attributes?
The img attribute of "src" needs to be converted to an attribute called "url"
We need :
Any thoughts?
Thanks!
---
I see the example in chapter 7 of the tutorial whereby one can use a tagmap
to convert an xml file to PDF.
However, there are not many tags (or elements) in the example.
Is there a listing of all the elements and attributes that are supported by
itext?
thanks!
I see the example in chapter 7 of the tutorial whereby one can use a tagmap
to convert an xml file to PDF.
However, there are not many tags (or elements) in the example.
Is there a listing of all the elements and attributes that are supported by
itext?
thanks!
---
Given a valid xml document, Can someone tell me why I may want to use itext
rather than fop?
Thanks!
---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=
Hi.
I see that itext generates PDF, but can it generate html also?
I have a xml file that I need to output to pdf and html and wondered if
itext did this.
Thanks!
---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell ph
Hi.
I see that itext generates PDF, but can it generate html also?
I have a xml file that I need to output to pdf and html and wondered if
itext did this.
Thanks!
---
This sf.net email is sponsored by: Dice - The leading online job board
Hi all folks:
I am doing some work to have the drop-cap effect. I do not know what is
the correct way to calculate the shift. Any idea how Illustrator or
InDesign do that?
--
With regards
Phillip Pan
---
---
This sf.net email is
PageMaker. Of course, the application is preferrably open source.
--
With regards
Phillip Pan
---
___
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -
http://devcon.sprintp
I think he is talking about password protection within PDF. iText actually
support such feature. As to how to do it, read the tutorial.
--
With regards
Phillip Pan
---
___
Multimillion Dollar Computer Inventory
Live Webcast
advance.
Cheers,
--
With regards
Phillip Pan
---
___
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp
like we have to maintain a key based hashmap, an
indirect reference hashmap is not good enough.
Any comments?
--
With regards
Phillip Pan
---
___
Have big pipes? SourceForge.net is looking for download mirrors. We supply
e are heading? As for me, I
prefer to take JFreeChart object into iText. What do u think, Paulo?
With regards
Phillip Pan
---
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions
FA40 in cp936 encoding is 0x9DA3 in UCS-2. Could you try \u9da3 and see if the
character appears in PDF.
With regards
Phillip Pan
---
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext
on to
accomodate this kind of request.
With regards
Phillip Pan
---
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions
will have a look at
PdfImage.java.
Could you send me the file so I can try that on PDFlib?
With regards
Phillip Pan
---
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions
5116. This will solve the Image problem
forever.
With regards
Phillip Pan
---
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions
regards
Phillip Pan
---
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions
44 matches
Mail list logo