Re: [iText-questions] ListItems and Table splitting

2010-01-08 Thread Filipe Sousa
On 01/07/2010 02:57 PM, natros wrote: > Hello, > > I'm having some problems with table splitting and ListItems. Most of > the time the last item is repeated and the end of the page as you can > see in the attached PDF file. In my case, the text "hello number 9" in > first page is repeated in secon

Re: [iText-questions] Barcode128 PDF start and stop charact ers don´t appear

2010-01-08 Thread Paulo Soares
You may have success using WINANSI encoding and BaseFont.setDirectTextToByte(true). It looks like your font has a flag that makes it symbolic but then uses chars outside 00-ff as a symbolic font should do. As I don't have the font, this is my best guess. Paulo - Original Message - Fro

Re: [iText-questions] Barcode128 PDF start and stop ch aracters don´t appear

2010-01-08 Thread Claudia Murialdo
Paulo, with reference to your response: "Maybe those characters don't exist in the font or are invisible" I checked it and those characters do exist, I checked it using Character Map of Windows, for instance the character Š in font BarCode 128 has a valid symbol (which are 4 vertical bars and it is

[iText-questions] unexpected result after merging, output pages are uneven

2010-01-08 Thread Eric Palmitesta
I've followed a tutorial to merge two pdf files, however the pages of the second input file seem to only occupy a small (bottom-left) portion of the page in the output. Here's the output, it might be easiest to see it first: http://epswing.com/shared/itext/output.pdf These are the input files:

[iText-questions] Barcode128 PDF start and stop ch aracters don´t appear

2010-01-08 Thread Claudia Murialdo
Hello, I have another example of a valid text for Barcode 128: "‰A)'=_Xwè!-Wè>èè1F0èBÀ~UŠ" It corresponds to the string 3309072963568700011355003017381600349594 converted to Barcode 128. It has checksum and start and stop characters. It is ok in word when I use Barcode 128 font. But it is incom

Re: [iText-questions] Create cut marks for pdf

2010-01-08 Thread Leonard Rosenthol
Such marks are just standard PDF drawing operations (drawrect, drawline, etc.) - you can do all of these things with iText. You need to be sure to set the colorspace to Separation, value Black. -Original Message- From: Mathias Nilsson [mailto:wicket.program...@gmail.com] Sent: Friday, J

[iText-questions] Create cut marks for pdf

2010-01-08 Thread Mathias Nilsson
Hi, In indesign when creating a pdf you can add crop marks or cut marks for printing the pdf. What is the best way of achieving this. I generate pdf in a kinds of sizes so I need a generic solution to this. Any pointers? / Mathias -- View this message in context: http://old.nabble.com/Create-c

Re: [iText-questions] Embedding subset of fonts

2010-01-08 Thread Mike Marchywka
> From: ke...@renderx.com > To: itext-questions@lists.sourceforge.net > Date: Thu, 7 Jan 2010 13:35:19 -0800 > Subject: Re: [iText-questions] Embedding subset of fonts > >> The same electrons in in sme state in violation of heisenberg? LOL. You > woul

Re: [iText-questions] Embedding subset of fonts

2010-01-08 Thread Mike Marchywka
> Date: Fri, 8 Jan 2010 11:06:43 +0100 > From: > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Embedding subset of fonts > > Thanks for the lively discussion. > I totally agree to Leonard's comment, I have to, better must, arc

[iText-questions] LineSeparator in a paragraph with IDENTITY_H font encoding

2010-01-08 Thread Fabrizio Arosio
Hi, I encountered a problem when using a DottedLineSeparator in a paragraph with a unicode font encoded as IDENTITY_H. The generated dotted line don't fill all the available space, but only the available space less an amount that seems to be dependent on the paragraph font and size. If I use th

[iText-questions] Unable to cast object of type 'iTextSharp.text.html.simpleparser.IncCell' to type 'iTextSharp.text.Rectangle'.

2010-01-08 Thread cmrhema
Hi, I am working on .Net 3.5 framework and version 4.1.0.0. I have a html table, and some controls and gridviews and datalist nested into it. When I export the table to pdf, the following error is thrown Unable to cast object of type 'iTextSharp.text.html.simpleparser.IncCell' to type 'iTextShar

[iText-questions] LineSeparator in a paragraph with IDENTITY_H font encoding

2010-01-08 Thread Fabrizio Arosio
Hi, I encountered a problem when using a DottedLineSeparator in a paragraph with a unicode font encoded as IDENTITY_H. The generated dotted line don't fill all the available space, but only the available space less an amount that seems to be dependent on the paragraph font and size. If I use the

Re: [iText-questions] Embedding subset of fonts

2010-01-08 Thread zoltan . kakucs
Thanks for the lively discussion. I totally agree to Leonard's comment, I have to, better must, archive the final (absolutly the same file as the print provider got used) version of the single PDF, so there is no way to produce or dispart on modules like text and font. On the other side, the gener

Re: [iText-questions] Problem with forms

2010-01-08 Thread 1T3XT info
Phani Kumar Reddy Pamulapati wrote: > Hi, > > Thank you so much for the reply, i kind of agree with your point that no > forms no fields, is it possible to have editable text box / line in the > PDF without having a form. Without a form: no. Without an AcroForm: yes. > As per your reply "with

Re: [iText-questions] The entity name must immediately follow the '&' in the entity reference.

2010-01-08 Thread 1T3XT info
itsdines wrote: > HI > when i try to convert html to pdf am parsing jsp page that time i am getting > exception. > i have given like this. >HtmlParser.parse(document, > "http://192.168.10.170:7077/final/reporter/SendMail.jsp";); > > please help me. > > > ExceptionConverter: org.xml.sax.SAXP

Re: [iText-questions] Setting pagesize correctly , Multipage PDF

2010-01-08 Thread 1T3XT info
crm...@gmail.com wrote: > Sirs, > > > > I am developing a java class to import JPEG images into a multipage PDF. > The files are stored into a single directory which has images with > different sizes, like first page is an A4 (portrait), second page is an > A5 and the third page is an A4 (la

Re: [iText-questions] Column Width

2010-01-08 Thread 1T3XT info
pbs wrote: > Hi. > > I am trying to se the first column in a table to a different width. The > table can have a different number of columns each time the program is run, > for example it may have 5 columns one time, then depending on the date it is > presenting it may have 7. > > This works fine

Re: [iText-questions] Horizontal scrolling

2010-01-08 Thread 1T3XT info
Rodney Williams wrote: > I need to display 25 columns of PdfPtable data horizontally using the > first column as a frozen header. How do I accomplish? Rephrase your question (an example of what you're trying to achieve would help). -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/

Re: [iText-questions] html to Pdf conversion using iText

2010-01-08 Thread 1T3XT info
itsdines wrote: > i have images and data's in my html page when in convert to pdf i didn't get > any error but image is not displayed in my pdf am using iText2.0.8 please > help me Did you implement an ImageProvider? See http://itextpdf.com/examples/index.php?page=example&id=56 -- This answer is

Re: [iText-questions] Column Width

2010-01-08 Thread Alexis Pigeon
Hi pbs, 2010/1/6 pbs > > Hi. > > I am trying to se the first column in a table to a different width. The > table can have a different number of columns each time the program is run, > for example it may have 5 columns one time, then depending on the date it > is > presenting it may have 7. > > T