So this will only work if the FONT dictionary specifies a /Subtype
of /TrueType, an /Encoding of /WinANSIEncoding and does not have a /
Differences array - correct?
There is no support for Type 1, Type 1C, Mac encodings, for custom
encodings or for CID fonts, correct?
Also, how do you determ
This contribution is about TTF font merging and replacement, but it should
help with the original font problem. It would also be possible to continue
developing this code to remove embedded fonts and replace them with pdf
document fonts. With this code you can remove other fonts and replace them
w
Hi TIA,
I ran your sample code under 2.0.7 and it worked just fine.
This was the result from the HtmlWriter:
This is a continuous paragraph that
http://google.com";>has a link to
Google.
Howard
- Original Message
From: RM1X <[EMAIL PROTECTED]>
To: Post all your questions a
Hi,
I want to generate a new Pdf-file. First I want to insert some paragraphs (I
do this by using PdfWriter) and after that I want to copy same other Pdfs to
the new Pdf (using PdfCopy). At least I want to link the inserted paragraphs
to the inserted pdfs.
But my problem is, that I can´t append th
Eh?
jergi wrote:
>
> Hi,
> I want to generate a new Pdf-file. First I want to insert some paragraphs
> (I do this by using PdfWriter) and after that I want to copy same other
> Pdfs to the new Pdf (using PdfCopy). At least I want to link the inserted
> paragraphs to the inserted pdfs.
> But my
jergi wrote:
> Hi,
> I want to generate a new Pdf-file. First I want to insert some paragraphs (I
> do this by using PdfWriter) and after that I want to copy same other Pdfs to
> the new Pdf (using PdfCopy). At least I want to link the inserted paragraphs
> to the inserted pdfs.
> But my problem is
Correction. I'm using 2.1.0 Snapshot. Sorry if I caused any confusion
- Original Message
From: Howard Shank <[EMAIL PROTECTED]>
To: Post all your questions about iText here
Sent: Thursday, January 31, 2008 8:24:47 AM
Subject: Re: [iText-questions] Hyperlinked Text : Snippet Appreciated!
Hey Bruno,
What's up with that? I said it worked too!
Lighten up a little before you have a heart attack. I wasn't the one who said
it didn't work.
br,
Howard
- Original Message
From: Bruno Lowagie <[EMAIL PROTECTED]>
To: Post all your questions about iText here
Sent: Thursday, Janu
Howard Shank wrote:
> Correction. I'm using 2.1.0 Snapshot. Sorry if I caused any confusion
I'm not confused. Bottom line: it works for us, so there is no problem.
I've said it before and I'll say it again (*):
it's as easy for us to say it works (and /it does!/),
as it is for the OP to say it do
Vacations are always good. Wish I could get one! lol
I'm busy trying to buy a new house. Talk about stress! House and coding all
day... I'm a wreck, but I do love iText and it's on our approved software list
to use!
Enjoy your vacation!
br
Howard
- Original Message
From: Bruno Lowagi
Howard Shank wrote:
> I'm busy trying to buy a new house. Talk about stress!
;-)
br,
Bruno
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse01
Can you please also an unsigned jar file?
Christoph Kühn
- Softwareentwicklung TO30 -
Ticket Online Software GmbH
Olschewskibogen 18
80935 München
Telefon: +49-89-357751-659
Zentrale: +49-89-357751-671
Mail: [EMAIL PROTECTED]
http://www.ticketonline.com
http://www.ticketonline.info
Ticket-Hotl
Howard Shank wrote:
> Hey Bruno,
>
> What's up with that? I said it worked too!
Yes, I know.
That's why I said I'm not confused, and I referred
to the OP (the Original Poster), not to you ;-)
Next week is the first week since last Summer that
I'll have some vacation ;-)
br,
Bruno
---
jergi wrote:
> Eh?
Meaning: I don't think there's anyone on this list
who understands this question. What you are asking
doesn't make sense and your code makes even less sense.
I thought I'd return the favor and answer with a
Simpsons quote (probably the best answer you'll get
given the question)
You might be want to ask this group;
http://www.nabble.com/Tomcat-f303.html
http://www.nabble.com/Tomcat-f303.html
--
View this message in context:
http://www.nabble.com/HTTP-500-Internal-Server-Error-tp15195202p15201310.html
Sent from the iText - General mailing list archive at Nabble.com.
This contribution is about TTF font merging and replacement, but it should
help with the original font problem. It would also be possible to continue
developing this code to remove embedded fonts and replace them with pdf
document fonts. With this code you can remove other fonts and replace them
w
Kuehn, Christoph wrote:
> Can you please also an unsigned jar file?
That's a good idea for the next release.
I'll put it on my TODO list.
br,
Bruno
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft
Hello again,
when I say a question doesn't make sense,
it doesn't help posting it again literally.
Let me explain what I don't understand:
jergi wrote:
> Hi,
> I want to generate a new Pdf-file.
OK.
> First I want to insert some paragraphs (I
> do this by using PdfWriter)
Not exactly, you do so
I'll have a look.
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Lari Hotari
> Sent: Thursday, January 31, 2008 12:03 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] contribution:
> FontReplacingPdfSmartCopy:
Second try:
I have many different Pdfs, lets say chapters from a book. I want to put
them together into one Pdf. Furthermore I want to create a table of
contents.
The final Pdf exists of a table of contents and all chapters of the book.
The table of contents should have links to the particular c
Leonard Rosenthol wrote:
>
> So this will only work if the FONT dictionary specifies a /Subtype
> of /TrueType, an /Encoding of /WinANSIEncoding and does not have a /
> Differences array - correct?
>
> There is no support for Type 1, Type 1C, Mac encodings, for custom
> encodings or for CI
Hi,
I need create PDF Form on the fly(I don't know how long the form will be).
I put the whole form into a big PdfPTable, now I have page break problem.
After doing research I know I can't create new page inside PdfPTable. So I
need calculate the height of PdfPtable, once the PdfPTable fill a p
Bruno,
Great idea, especially for simple mods to the iText jar file. Does the addition
of a class to the unsigned iText jar file, which class merely uses the iText
library, make the added class subject to the iText license, even though as a
separate class, it was not subject to the license?
Pl
[EMAIL PROTECTED] wrote:
> Bruno,
> Great idea, especially for simple mods to the iText jar file. Does the
> addition of a class to the unsigned iText jar file, which class merely
> uses the iText library, make the added class subject to the iText
> license, even though as a separate class, it w
Sarah1 wrote:
> So I play the example RegisterForm1.java, try to calculate the height of the
> PdfPTable, but I always got tableheight = 0.0, why? This is my code. Please
> help me.
Turn to page 184 in the book.
Read the following Frequently Asked Question:
"Why is the returned height 0 when I us
While that is the recommendation of the PDF spec - you will find in
the real world situations where there are fonts that are subset but w/
o this name change AND fonts with this name setup that aren't
actually subset.
Leonard
On Jan 31, 2008, at 5:28 PM, Lari Hotari wrote:
Subset fonts hav
Could you tell me more about making pages clickable?
Bruno Lowagie (iText) wrote:
>
> Hello again,
> when I say a question doesn't make sense,
> it doesn't help posting it again literally.
> Let me explain what I don't understand:
>
> jergi wrote:
>> Hi,
>> I want to generate a new Pdf-file.
Leonard Rosenthol wrote:
>
> While that is the recommendation of the PDF spec - you will find in
> the real world situations where there are fonts that are subset but w/
> o this name change AND fonts with this name setup that aren't
> actually subset.
>
> Leonard
>
So there's "illegal pd
Hello all,
I get a different auto-hayphenation result between two versions.
My code is:
BaseFont helvetica = BaseFont.createFont
(BaseFont.HELVETICA, BaseFont.CP1252, BaseFont.NOT_EMBEDDED);
HyphenationAuto hyphenAuto =
new HyphenationAuto("en", "none", 2, 2);
String hyphenatedWordPre =
Hi everyone,
So I baked up a little template with InDesign, and am loading the
template at generation time with a writer.setPageEvent call that accepts
the following object:
private final class SomePDFTemplate extends PdfPageEventHelper {
protected PdfImportedPage paper;
Hello,
Newbie, using iTextSharp...
I am trying to write a header to a document that I am "stamping"
form-field values to, but nothing is appearing.
Here is the code (C#, semi-pseudo)
...
_reader = new PdfReader( formFilePath );
_stamper = new PdfStamper( _reader, new FileStream(
Yesterday, I posted this answer to the wrong address:
Bruno Lowagie wrote:
> Kathi wrote:
>> Second try:
>>
>> I have many different Pdfs, lets say chapters from a book. I want to
>> put them together into one Pdf. Furthermore I want to create a table
>> of contents.
>
> OK, so for instance if
Steven Bishop wrote:
> I'm struggling with how to create a very simple
> PDF that has 2 layers with the top layer having
> a simple transparent 'cut-out' area.
This morning I woke up with a possible answer to your question.
(Even in my sleep I have iText questions on my mind.)
I think the best wa
Botros, Sheriff wrote:
> I am trying to write a header to a document that I am "stamping"
> form-field values to, but nothing is appearing.
OK. That's easy.
See
http://itextdocs.lowagie.com/tutorial/general/copystamp/index.php#pdfstamper
> // here is where I attempt to write the header, bu
RM1X wrote:
> public void onStartPage(PdfWriter writer, Document document){
// why are you using onStartPage?
>PdfContentByte cb = writer.getDirectContent();
// why aren't you using getDirectContentUnder();
>cb.beginLayer(not_printed);
>cb.addTe
If you really care about printing, I would suggest both formats: html and
pdf! Write pdf version of page and add a link for it so that people can
choose format for printing as well as viewing.
regards.
--
View this message in context:
http://www.nabble.com/iText-web-page-tp15162586p15216762.ht
Bob Braun wrote:
> If you really care about printing, I would suggest both formats: html and
> pdf! Write pdf version of page and add a link for it so that people can
> choose format for printing as well as viewing.
The point I was trying to make, is that people have the choice:
1. they can view t
37 matches
Mail list logo