Thanks!!
I have included --encoding=UTF-8 to javac and works fine.
Antonio.
2008/12/16 1T3XT info
> Antonio Manuel Muñiz wrote:
> > Hello.
> >
> > I am having problems with spanish characters, in concrete with ñ and
> > accent characters. My code is this:
> >
> > Document document = new Docume
Hi,
Printers that support duplex printing, can handle this. If you send
files as separate print jobs and you want it to be printed on both
sides, printers that support duplex printing, automatically print a
blank page.
If you want to print on both sides of the page manually, you should
first print
When I view my PDFs in adobe reader, the fields are pinkish/purple because
they are/were writable. I can already populate the fields pretty easily
using java and iText, but now I'd like to be able to "burn them in" so no
one knew they were actually dynamic fields. Is this at all possible?
Thanks f
Thomas McDevitt wrote:
>
>
> Hey,
>
> I am working on a vb.net project that has a master pdf file that I need
> to insert single pdf files into it. I can add the files fine but it
> always adds the single pdf file to the end. Is there any way I can pick
> a page number to add the singles pdf
Hey,
I am working on a vb.net project that has a master pdf file that I need
to insert single pdf files into it. I can add the files fine but it
always adds the single pdf file to the end. Is there any way I can pick
a page number to add the singles pdf to the master pdf file.
thanks
Tom Mc
Laisne Stéphane lectra.com> writes:
>
> In order to display SVG file in PDF, I create
> a specific renderer, using batik, and I’ve a big problem with the Itext
> PdfGraphics2D.
I've done the same thing recently in Cardiff's LiquidOffice. We rewrote the
entire PDF exporter in Java using iText,
Please post a sample of the SVG and a snippet of testable code so that we
can recreate the issue.
-Bill Ensley
www.bearprinting.com
From: Laisne Stéphane [mailto:s.lai...@lectra.com]
Sent: Tuesday, December 16, 2008 7:46 AM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questio
Laisne Stéphane wrote:
> When I want to display a SVG with vector-based pattern, the
> PdfGraphics2D can’t render it with good instruction
What do you mean by that? What is "rendering with good instruction"?
> and the process time is too long (30min for a simple svg).
There's plenty of things g
Hi Bruno Lowagie,
I'm using JasperReports to build reports and iText to export PDF.
In order to display SVG file in PDF, I create a specific renderer, using batik,
and I've a big problem with the Itext PdfGraphics2D.
When I want to display a SVG with vector-based pattern, the PdfGraphics2D c
I'm not exactly sure the model of the Xerox printer, however we are using DocuSP
5.1 to send them to the printer. We've done this via spl command from UNIX and
sending the files directly to the queue from Windows, with the same result. We
are able to open the .pdfs in Adobe Reader and use 'File ->
Andrea Conti wrote:
> I am trying
> to format an html table using the htmlworker. When I use the
> ParseToList it brings the whole table in as one object. The problem I
> get with this is that the two columns are 50% each regardless of how I
> set them up in the html table (TDs that are fixed
In this case the bold is simulated with a specific text mode and a thickened
stroke. You get the same transparency with any viewer? It may be a viewer bug.
Paulo
> -Original Message-
> From: kurent [mailto:kurent@gmail.com]
> Sent: Tuesday, December 16, 2008 1:43 PM
> To: itext-ques
Marc janvier wrote:
> Hello,
>
> I use 'iText' in order to generate a PDF document.
> To do so, I use a dynamic template PDF in which I fill the fields with
> the XFA form object.
>
> Here is the method I use :
>
> - With this object, I retrieve the XML representation of the form via
> the
kurent wrote:
> I did figure out where it goes wrong with the help of your example - with
> font definition. I embedded the font because without it I cannot guarantee
> special characters of my language being displayed correctly.
>
> BaseFont BaseFontek = null;
> try
> {
> BaseFontek =
> BaseFont.
Hello,
I use 'iText' in order to generate a PDF document.
To do so, I use a dynamic template PDF in which I fill the fields with
the XFA form object.
Here is the method I use :
- With this object, I retrieve the XML representation of the form via
the DomDocument.
- I search from the DomDocu
What he's asking is that if you can make a mini program with dummy data
that does the same issue that your having and give him that as an example.
A lot of us have private and confidential data, but we use butchered code
that produces the same error results that can be diagnosed by others
witho
Hi.
Disclaimer: I'm just a lurker here and lack decent itext experience.
Anyway:
On Tue, 16 Dec 2008 05:42:53 -0800 (PST), kurent
wrote:
> BaseFont BaseFontek = null;
> try
> {
> BaseFontek =
>
BaseFont.createFont("GS_confidentialA1_priority1\\defenseStatusReports\\iText_font\\verdana.ttf",
> Ba
Sorry, the code in my case is quite complex and customized for our systems.
Just thought someone would immediatelly point out the problem from
experience.
I did figure out where it goes wrong with the help of your example - with
font definition. I embedded the font because without it I cannot gua
Damon Getsman wrote:
> Andrea, I'm trying to work on a project where I need to generate a PDF
> Table from html table format, also, but I'm having a really hard time
> finding definitive guidelines on how to get the functionality that I
> need. I haven't even been able to dig up any decent code
Hi Mike,
On 16/12/2008, Mike Smith wrote:
> Can you give me a frame of reference on each? What is the working
> environment for the code (are there perhaps examples I could look at)?
Here you'll find instructions on how to set up your environment in
order to hack iText:
< http://www.lowagie.com
Can you give me a frame of reference on each? What is the working
environment for the code (are there perhaps examples I could look at)? Any
rough idea on cost for funding the development? Thanks.
On Tue, Dec 16, 2008 at 2:49 AM, 1T3XT info wrote:
Mike Smith wrote:
>
> > Is there any way to p
There's code in PdfEncodings to parse and convert to/from Unicode the cmaps.
The font contains the cmap name.
Paulo
- Original Message -
From: "1T3XT info"
To: "Post all your questions about iText here"
Sent: Tuesday, December 16, 2008 9:19 AM
Subject: Re: [iText-questions] extractin
Hoppe, Michael wrote:
> The CMap-files are included in the iTextAsianCmaps.jar. So couldn’t they
> be read from that jar in case there is no font information in the pdf?
I'm just thinking out loud here, I didn't dive into the problem yet,
but: do you think it's possible for iText to find which C
The CMap-files are included in the iTextAsianCmaps.jar. So couldn't they be
read from that jar in case there is no font information in the pdf?
Greetings
Michael
Dr. Michael Hoppe
ePublishing & eScience
Development & Applied Research
Phone +49 7247 808-251
Fax +49 7247 808-133
michael.
Abhishek Vinayaka wrote:
> Any help is appreciated.
Out of curiosity: recently the same questions are sent two, sometimes
three times in a row by the same person (even questions that were
already answered).
Is there a technical problem I should know of that causes people to send
the mail more
Abhishek Vinayaka wrote:
> Hi Experts,
>
> We are in a Process to Evaluate the iTEXT Functionality of converting an
> XML Document to a PDF Document.
OK.
> We could Find the Library, com.lowagie.text.xml From the API
> Documentation.
That's not the best way to do it.
The best way to do it i
Hi Experts,
We are in a Process to Evaluate the iTEXT Functionality of converting an XML
Document to a PDF Document.
We could Find the Library, com.lowagie.text.xml From the API Documentation.
We have downloaded the JARS and set up the Eclipse environment.
Is it possible that we have a Step
Hi Experts,
We are in a Process to Evaluate the iTEXT Functionality of converting an XML
Document to a PDF Document.
We could Find the Library, com.lowagie.text.xml From the API Documentation.
We have downloaded the JARS and set up the Eclipse environment.
Is it possible that we have a Step
nitin jain wrote:
> Hi,
>
> I am facing a problem adding text to an existing an Acrobat 9 PDF file.
The fact that it is an Acrobat 9 file is completely irrelevant.
> The text is added but is not visible. Here is the code snippet.
The document 1799.pdf contains an image that is NOT TRANSPARENT.
1T3XT info 1t3xt.info> writes:
Hi,
Thanks for your answer but I found the problem, I think.
I just replaced the
FontFactory.getFont("c:\\windows\\fonts\\msgothic.ttc,1", 10)
by
new Font(BaseFont.createFont("c:\\windows\\fonts\\msgothic.ttc,1",
BaseFont.IDENTITY_
30 matches
Mail list logo