Re: [iText-questions] Problem with ñ (spanish char acter)

2008-12-16 Thread Antonio Manuel Muñiz
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

Re: [iText-questions] Question on duplex printing of PDFs

2008-12-16 Thread Hossein Noorikhah
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

[iText-questions] Set AcroField to "burn in" or "read only"

2008-12-16 Thread Michael P. McDonnell
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

Re: [iText-questions] InsertPage

2008-12-16 Thread 1T3XT info
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

[iText-questions] InsertPage

2008-12-16 Thread Thomas McDevitt
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

Re: [iText-questions] SVG and iText

2008-12-16 Thread Mark Storer
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,

Re: [iText-questions] SVG and iText

2008-12-16 Thread Bill Ensley
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

Re: [iText-questions] SVG and iText

2008-12-16 Thread 1T3XT info
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

[iText-questions] SVG and iText

2008-12-16 Thread Laisne Stéphane
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

Re: [iText-questions] Slow printing of large PDF files

2008-12-16 Thread M . Sage
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 ->

Re: [iText-questions] htmlworker html table parsing

2008-12-16 Thread Andrea Conti
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

Re: [iText-questions] Bold text not visible in landscape

2008-12-16 Thread Paulo Soares
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

Re: [iText-questions] PdfPTable in an XfaForm

2008-12-16 Thread 1T3XT info
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

Re: [iText-questions] Bold text not visible in landscape

2008-12-16 Thread 1T3XT info
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.

[iText-questions] PdfPTable in an XfaForm

2008-12-16 Thread Marc janvier
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

Re: [iText-questions] Bold text not visible in landscape

2008-12-16 Thread glen . hamel
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

Re: [iText-questions] Bold text not visible in landscape

2008-12-16 Thread Benjamin Podszun
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

Re: [iText-questions] Bold text not visible in landscape

2008-12-16 Thread kurent
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

Re: [iText-questions] htmlworker html table parsing (for Andrea Conti)

2008-12-16 Thread Andrea Conti
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

Re: [iText-questions] QR Barcodes

2008-12-16 Thread Alexis Pigeon
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

Re: [iText-questions] QR Barcodes

2008-12-16 Thread Mike Smith
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

Re: [iText-questions] extracting text from pdfs with japanese data

2008-12-16 Thread Paulo Soares
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

Re: [iText-questions] extracting text from pdfs with japanese data

2008-12-16 Thread 1T3XT info
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

Re: [iText-questions] extracting text from pdfs with japanese data

2008-12-16 Thread Hoppe, Michael
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.

Re: [iText-questions] Step by Step Guide For XML to PDF Conversion

2008-12-16 Thread 1T3XT info
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

Re: [iText-questions] Help:Step by Step Guide For XML to PDF Conversion

2008-12-16 Thread 1T3XT info
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

[iText-questions] Step by Step Guide For XML to PDF Conversion

2008-12-16 Thread Abhishek Vinayaka
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

[iText-questions] Help:Step by Step Guide For XML to PDF Conversion

2008-12-16 Thread Abhishek Vinayaka
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

Re: [iText-questions] Add Text problem with Acrobat 9 files

2008-12-16 Thread 1T3XT info
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.

Re: [iText-questions] Problem with Japanese FONTS (Itext 2.1.4)

2008-12-16 Thread Guillermo
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_