Hi members,
I was trying to write some strings with extra speces in its rights side in
to a table , But generated pdf does not contains the white spaces .
I have tried this :
Chunk chunk= new Chunk("hello");
Phrase phrase = new Phrase(chunk);
PdfPCell c
Sumeet Gupta wrote:
>
>
> 1T3XT info wrote:
>>
>> Sumeet Gupta wrote:
>>> hi,
>>>
>>> I have generated a PDF using iText version 2.0.8. However, i want to
>>> know as
>>> to which PDF standard does this PDF conform to.
&g
1T3XT info wrote:
>
> Sumeet Gupta wrote:
>> hi,
>>
>> I have generated a PDF using iText version 2.0.8. However, i want to know
>> as
>> to which PDF standard does this PDF conform to.
>
> Thanks Bruno, I need to adhere to PDF/A. When i di
hi,
I have generated a PDF using iText version 2.0.8. However, i want to know as
to which PDF standard does this PDF conform to.
Thanks
--
View this message in context:
http://www.nabble.com/What-is-the-difference-between-PDF-A-and-PDF-X--Which-one-does-iText-produce--tp18458617p18458617.html
Thanks Bruno..can you provide me with a quick sample code? a 2-3 liner
code will really help.
Bruno Lowagie (iText) wrote:
>
> Sumeet Gupta wrote:
>> Hi,
>>
>> I need to add the PDFAnnotation to a Cell of a Table.
>> I can add the file attachments as PdfA
Hi,
I need to add the PDFAnnotation to a Cell of a Table.
I can add the file attachments as PdfAnnotations and when i click on those
annotations, the attached file opens up. However, my requirement is to have
these annotations in the Cell that i will be adding to Table.
Any pointers will be ap
tachment name
> resulted in an alert telling the exact same thing =) - the original
> intention was that you could use the attachment names to save
> as/automatically open - but most users are already customized to the build
> in feature of the attachment pane - so they wouldnt know how
Here's the code for opening an attachment when clicking on an annotation. It
opens up the corresponding attachment (documents and tiff images) when the
annotation is double-clicked. Also, when the attached word document opens
up, it does have the "Save As" functionality.
Attached is a sample PDF
hi Paulo,
Let me be clearer on this. I need to create a PDF file, which could contain
word documents as attachments. I can embed both an image and make it
clickable AND attach a word document in the pdf file. However, the
requirement is that when i click on the embedded image, the corresponding
a
Hi,
I have a requirement where i need to embed a word document image file in a PDF
document generated by iText. So far so good. However, i need to ensure that
when i click on the image, the attached word document actually opens up.
In nutshell, the image in the PDF file should actually link to
10 matches
Mail list logo