Re: [iText-questions] PDF to xml

2005-08-15 Thread Leonard Rosenthol
At 02:41 PM 8/15/2005, [EMAIL PROTECTED] wrote: Adobe PDF supports have the PDF file information in underlying XML format also. I don't know where you heard this, but it is simply not true. What you MAY be thinking of is something called tagging or structure, which adds an XML

[iText-questions] Adding a PDF document to an open pdf document

2005-08-15 Thread Todd huhman
Does anyone know the best way to import pages from an existing PDF document to one that I currently have open and am writing to? Thanks. --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Franci

RE: [iText-questions] how to add meta information to a document that is closed?

2005-08-15 Thread Ralf Hauser
Oops - apologies for not having researched the archives with the same keywords I ended up using in my "subject" line (I searched for "addTitle(" and didn't find much). Anyway, it does work like this and I hope the below will help others: PdfReader pr = new PdfReader("noMeta.pdf");

[iText-questions] PDF to xml

2005-08-15 Thread uap001
Hello, I was not sure whether I can do this with itext. Adobe PDF supports have the PDF file information in underlying XML format also. Is it possible to read the PDF such that I can read its XML format content? __ Do You Yahoo!? Tired of spam? Yaho

Re: [iText-questions] Re: Alignment of images in table's cell with text in HTMLWorker (HTML-to-PDF)

2005-08-15 Thread Paulo Soares
It's not that bad. Place your image and use a ColumnText with irregular columns, there are examples in the tutorial. HTHLWorker has nothing to do with this, of course. - Original Message - From: "Philip Newton" <[EMAIL PROTECTED]> To: "Sergey Vlasov" <[EMAIL PROTECTED]> Cc: Sent: Monday,

[iText-questions] how to add meta information to a document that is closed?

2005-08-15 Thread Ralf Hauser
Hi, My application creates a pdf from a html as per http://www.lowagie.com/iText/examples/Chap0706.java . I want to add some meta information similar to http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/HelloWorl dMeta.java If I do it before converting the html, the title, keywo

Re: [iText-questions] Re: Alignment of images in table's cell with text in HTMLWorker (HTML-to-PDF)

2005-08-15 Thread Philip Newton
On 8/15/05, Sergey Vlasov <[EMAIL PROTECTED]> wrote: > Paulo Soares consiste.pt> writes: > > > There's no text flowing around images in ColumnText and PdfPTable. If you > > want that, it won't work. > > In my case I want to display an image right to the text. Here is my html > fragment: > Hello

[iText-questions] Re: Alignment of images in table's cell with text in HTMLWorker (HTML-to-PDF)

2005-08-15 Thread Sergey Vlasov
Paulo Soares consiste.pt> writes: > > There's no text flowing around images in ColumnText and PdfPTable. If you > want that, it won't work. Paulo, In my case I want to display an image right to the text. Here is my html fragment: Hello world! Could you please suggest a solution for my case?

[iText-questions] Problem on not thread safe servlet

2005-08-15 Thread yuanjk
I had wrote a servlet by using iText ,which seems not thread safe. Can anybody help me to result this problem. How can i write a thread safe servle by using iText? thanks. main servle class --- public class TestMain extends HttpServlet { public void doGet(HttpServletRequest request,

Re: [iText-questions] Pdf and Rtf Image scaling?

2005-08-15 Thread Mark Hall
On Monday 15 August 2005 13:44, [EMAIL PROTECTED] wrote: > I have successfully got image scaling to work as required in PDFWriter, but > when I switch to the RTFWriter the scaling is all wrong and nothing similar > to the PDF. Please provide more details on what and how you are scaling. Greetings,

[iText-questions] Pdf and Rtf Image scaling?

2005-08-15 Thread gslender
Hi,   I have successfully got image scaling to work as required in PDFWriter, but when I switch to the RTFWriter the scaling is all wrong and nothing similar to the PDF.   Is that normal and expected ?   Regards,   Grant

[iText-questions] setOutputIntents() don't use "info" string.

2005-08-15 Thread 宮本 崇
Hello, I created PDF file by setOutputIntents(String outputConditionIdentifier, String outputCondition,String registryName, String info, byte[] destOutputProfile) Afterwards, PDF was checked by Acrobat7's Preflight function. Then, "registryName" is used for Infomation. Is this bug? Thanks! Ta