[iText-questions] Read out loud reads warning: blank page on concatenated tagged PDFs

2013-08-26 Thread anonima
Hi all, I was trying Adobe's read out loud with both: 1. The read out loud PDF on Itext's samples: http://examples.itextpdf.com/results/part4/chapter15/read_out_loud.pdf 2. Concatenated tagged PDFs using Itext (have checked- the concatenated PDF contains tags!). (Attached) Foxit reader is able

Re: [iText-questions] Read out loud reads warning: blank page on concatenated tagged PDFs

2013-08-26 Thread Leonard Rosenthol
iText doesn't combine the tag trees when merging :( On 8/26/13 5:23 AM, anonima date.sh...@gmail.com wrote: Hi all, I was trying Adobe's read out loud with both: 1. The read out loud PDF on Itext's samples: http://examples.itextpdf.com/results/part4/chapter15/read_out_loud.pdf 2. Concatenated

[iText-questions] Passing Credentials to create instance of the image

2013-08-26 Thread balarkadsrk
Hi, I need to generate an image in the PDF from a url. The url from which i need to get the image requires authentication. While i am trying to get the instance of the image. Its throwing an error 403 - Authentication required. Is there any option to provide the credentials to get the instance of

Re: [iText-questions] Passing Credentials to create instance of the image

2013-08-26 Thread Paulo Soares
Load the image first to a byte array using whatever Java has to authenticate. Paulo On Mon, Aug 26, 2013 at 2:44 PM, balarkadsrk balarkad...@gmail.com wrote: Hi, I need to generate an image in the PDF from a url. The url from which i need to get the image requires authentication. While i am

[iText-questions] Signature Field In FDF File

2013-08-26 Thread linuxunil
Hello, I own several documents that have a field for signature. I open a template, fill the fields and sign the document. The fdf generated by the lines: //pdf content is a byte[] PdfReader reader = new PdfReader(pdfContent); FdfWriter fdfWriter = new FdfWriter(); File outputFdf = new

[iText-questions] Long paragraph causing beginText/endText imbalance

2013-08-26 Thread Chuck Bueche
Hi folks, I'm getting a beginText/endText imbalance that I think I've narrowed down to NoNewLineParagraph or related functions. I'm using version 5.4.3 of iTextPDF and XMLWorker to generate a PDF file from an HTML file. JRE 6. If the length of a paragraph forces a newPage, it looks like things