Thorsten Hodes wrote:
> Hello!
>
> I have an encrypted PDF File that was generated with OpenOffice and there
> included encryption-sets.
> Then I would like to modify this "exists" and "encrypted" pdf with iText.
>
> I wrote a small java program that stamped an "OverText" to all included
> pages
Raymond Leong wrote:
> Hi all,
> Thanks for the quick response. I have tried the method suggested by
> Paulo and it works but I need to download the arialuni.ttf file from the
> Internet. I wonder if this font file is included in Windows/Linux
> installation. If not, do I have the right to
Hi all,
I am looking to create a fluid layout for a PDF resume builder. I am using
tables at the moment but i need to let job seekers design the layout of
their resume.
Can this be done with iText?
Thanks
--
View this message in context:
http://www.nabble.com/Creating-a-fluid-layout-with-it
Hi all,
Thanks for the quick response. I have tried the method suggested by Paulo
and it works but I need to download the arialuni.ttf file from the Internet. I
wonder if this font file is included in Windows/Linux installation. If not, do
I have the right to distribute this font file with
Hello!
I have an encrypted PDF File that was generated with OpenOffice and there
included encryption-sets.
Then I would like to modify this "exists" and "encrypted" pdf with iText.
I wrote a small java program that stamped an "OverText" to all included
pages. But if I do so, I lost the encryptio
Bruno Lowagie wrote:
> Alick Buckley wrote:
>> It seems that when using iText 2.1.2 and 2.1.2u that preference
>> PdfWriter.PageModeUseAttachments cause the PDF to open in full screen mode.
>
> If that's the case, it's an (avoidable) bug that was introduced by me,
> sorry. I'm out all day today,
barik wrote:
> I want to set different headers for PdfTable in each new pages.The conditions
> are not fixed
Add (a) member variable(s) with getter(s)/setter(s) to your page event.
Change the(se) member variable(s) with the setter(s) if the conditions
change. Use the getter(s) in the onEndPa
Ulrich Eck wrote:
> is there an easy way to directly embed a complete font into the pdf
> while stamping it (or in
> a later processing step ?)
Not sure if this answers the question, but here are some examples:
http://www.1t3xt.info/examples/browse/?page=example&id=282
(The part where it says:
Xavier Le Vourch wrote:
> Yes, it's possible to do it with iText, see the Page Labels example in
> the tutorial:
>
> http://itextdocs.lowagie.com/tutorial/objects/bookmarks/index.php
And this is the example from the book:
http://www.1t3xt.info/examples/browse/?page=example&id=205
--
This answer
Paulo Soares wrote:
> See http://downloads.sourceforge.net/jfreechart/jfreechart2pdf-v2.pdf.
> This assumes that your java.awt.Font is arial unicode but you can extend
> DefaultFontMapper or use an alias to do other mappings. You'll need a
> physical font.
A subclass of DefaultFontMapper is the As
Hi Folks,
i'm struggling with the following problem:
we use itext for filling out AcroForm-Fields in Designed Templates
targeting to Offset/Digital-Print.
Therefore our preferred Output-Format is PDF-X/200x. PDF-X requires
all Fonts to be embedded.
we instructed our Designer to Save his PDF-
See http://downloads.sourceforge.net/jfreechart/jfreechart2pdf-v2.pdf.
This assumes that your java.awt.Font is arial unicode but you can extend
DefaultFontMapper or use an alias to do other mappings. You'll need a
physical font.
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [ma
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
dayvidpow wrote:
| I would like to know if it is possible to use iText to change the "Page
| Numbers" which are displayed below each "Page Thumbnail Image" on the PDF
| Pages Tab (when the PDF is viewed using Acrobat Reader) ? If so how can it
| be don
That's done with PdfPageLabels. There's an example in chapter 13.2.1 of
the book. The example will also work with PdfStamper.
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of dayvidpow
> Sent: Monday, May 19, 2008 3:30 PM
> To: itext-quest
-- Original message --
From: dayvidpow <[EMAIL PROTECTED]>
>
>
> I would like to know if it is possible to use iText to change the "Page
> Numbers" which are displayed below each "Page Thumbnail Image" on the PDF
> Pages Tab (when the PDF is viewed using Acrobat Rea
I am using paragraphs in a ColumnText. I have set the leading on a paragraph
as paragraph.setLeading(0.0f,1.2f). I have also set
columnText.setUseAscender(true) so that the first line height is adjusted
based on max ascender. Setting the setUseAscender to true is correctly
making the biggest font
I would like to know if it is possible to use iText to change the "Page
Numbers" which are displayed below each "Page Thumbnail Image" on the PDF
Pages Tab (when the PDF is viewed using Acrobat Reader) ? If so how can it
be done ?
Please see the attached image from a PDF showing exactly what i am
Hi all,
I am trying to display a Chinese string (UTF-8) with
Graphics2D.drawString() but nothing is displayed. Note: English string is
displayed properly. I searched the web and looked at the examples in iText
website, including the ArabicText example, Unicode example, and a related
posting in t
Hello Michael,
1. iText RTF functionality is written to support Word 2003. Some functionality
may or may not work properly in other readers. That said, if you want to post
your code and files so I can review them I'd be happy to take a look and see
what the issue is. As for quality, if you read
I have to export a pressarticle to rtf with itext. We also have a preview in
java.
In the rtf i have some phrases, a picture and sometimes a list.
Problem 1:
Wordpad or the preview doesnt show the picture. If i open it in word and
save there, it works fine also in wordpad and in the preview, bu
Hello,
I was wondering if someone is using or will use iText and Livecycle PDF forms
in a distributed context, mainly, with the concept of a central office and
branch offices, where templates are distributed along the branch offices (due
bandwidth limitations). Any ideas on this?
Thank you
__
Hi barik,
On 19/05/2008, barik <[EMAIL PROTECTED]> wrote:
>
> Hello All,
>
> I am trying to add pdftable to header .the header is generated on
> pageEvent.However the main content of the document is overlapping with the
> header part...
Have tou tried to change the top margin of your document
I want to set different headers for PdfTable in each new pages.The conditions
are not fixed
--
View this message in context:
http://www.nabble.com/Header-changing-tp17312097p17312097.html
Sent from the iText - General mailing list archive at Nabble.com.
Hello All,
I am trying to add pdftable to header .the header is generated on
pageEvent.However the main content of the document is overlapping with the
header part...
any suggestion...
Thanks in advance
--
View this message in context:
http://www.nabble.com/PdfTable-header-issue-tp1731206
24 matches
Mail list logo