iText Mailing List 1t3xt.info> writes:
>
> On Mon, 20 May 2013 10:40:17 +0200, Pablo Solar
gmail.com>
> wrote:
>
> > I am using PdfCopyFiles with a list of files as parameter.
>
> There is no such class in iText.
> I guess there's either a typo in y
Hi all !!
I have the next ¿problem?: I have a pdf whith metadata embedded
http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
http://ns.adobe.com/xap/1.0/"; >
2013-04-16T14:10:49+02:00
DocPath Controller
...
When I try to merge or split this pdf with others, metada
I downloaded iText-5.0.2.jar and tried to run the first example in iText in
Action 2006 edition containing :
PdfWriter.getInstance(document, new FileOutputStream("HelloWorld.pdf"));
HtmlWriter.getInstance(document, new FileOutputStream("HelloWorld.htm"));
document.open();
I receiv
Just tested with the new version (5.0.0) and everything worked like a charm,
thank you so much.
Best regards.
On Sat, Dec 5, 2009 at 12:05 PM, 1T3XT info wrote:
> Pablo Carranza wrote:
> > The problem with the modification date can be my mistake, I need to take
> > a good l
oblem?
Thanks.
Best Regards
On Fri, Dec 4, 2009 at 4:45 PM, 1T3XT info wrote:
> Pablo Carranza wrote:
> > Hi there, Im havig a problem with a pdf/a-1 conformant file which does
> > not validates correctly against adobe acrobat pro verification arging
> > that the producer fiel
Hi,
I should need help for create a pdf document that contain more docuement in
run time.
Something like this:
document.Open();
foreach (QPress.DA.DSFattureTestata.FattureTestataRow row in dtFatt.Rows)
{
_IdContratto = row.IdContratto;
_idFattura = row.IdFattura;
_IdAnagRecapito
Hi,
I am creating a Numbered List in RTF. It generates the list properly but
the numbering is in different font i.e.., "Times New Roman" and text is in
"Arial". The question is how do I set the font uniform for the list?
Help is greatly appreciated.
--
r to entire PDF document in the Xml file ?
I've looked for the dtd and just found footer defoinition for the "cell"
tag.
Thank for you support.
Pablo
-
Take Surveys. Earn Cash. Influence the Future of IT
Joi
stamp1.getAcroFields();
HashMap hm = form1.getFields();
Iterator i = hm.keySet().iterator();
while (i.hasNext())
{
System.out.println(i.next()+"");
}
form1.setField("nombre", "PABLO&qu
Hi everyone.
I'm using iText 1.3 on a 1.3 JVM into a websphere 5.0
I'm trying to generate a pdf file containing pictures from a dedicated servlet.
It works well for some time, but comes a time where every PDF is generated
without images.
The only way to make it work again is to restart the web ap
ocument.close(Unknown Source)
at com.lowagie.text.Document.close(Unknown Source)
at com.jmrep.reportCenter.makeReport(reportCenter.java:146)
..
Thanks a lot
Pablo
---
Using Tomcat but need to do more? Need to support web services, s
n Source)
at com.lowagie.text.Document.close(Unknown Source)
at com.jmrep.reportCenter.makeReport(reportCenter.java:146)
..
Thanks a lot
Pablo
---
Using Tomcat but need to do more? Need to support web services, secu
Dear Sir !
Thanks for helping me, but I
manage to create a .hyp file using the 3 option of creating a pattern file !
1. Convert the TeX hyphenation pattern
file to the FOP format. The FOP format is an xml file conforming to the DTD
found at {fop-dir}/hyph/hyphenation.dtd.
Im n
Dear Sir !
Is it going to be a new release this month ?
Could I use the hyph-tool to work with the new release for creating
Swedish pattern !
Best Regrds
-Original Message-
From: Paulo Soares [mailto:[EMAIL PROTECTED]
Sent: den 28 april 2005 15:29
To: Pablo Rito; iText-questions
Hi ! I need to use hyph-tools for converting patterns to xml
for use with IText
I have the patterns files for Swedish and Danish , but how
do I use the tool ?
Where can I found more information on how to use this tool.
Best regrds,
Hi !
I’m working with a project where the chunk feature, used
in iText can be useful !
I need to chunk a text depending of the font and the size of
the area, any ideas where I can find more info, examples??
Best regards // paolo
Hallo !
Can I convert a PDF file to a image ( jpg, gif ) using ITEXT
!
Best Regards and thanks for help
//paolo
Hello!
I want to create a header with a value that can change
from a page to another one according to a conditions.
With Pdf this is easy to do using PdfPageEventHelper
to create the header, but i don´t know doing for rtf.
Some solution?
Thanks for any help,
Pablo
Hi!
The method Table.setTableFitsPage() doesn't work with
Rtf. As I can obtain the same effect?
Thanks
___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
--
Hi!
Does anybody know how i can detect a new page event
in RTF informs?
Another question:
How i can know the page number?
I have tried with document.getPageNumber() but always
it´s returns 0.
Thanks for any help
Greetings,
Pablo
___
Yahoo
,
Pablo
P.D. If you can answer in spanish is much better.
Thanks
___
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es
---
This SF.net
I have made a document in a servlet, the document never open in the
customer's browser.
The system gives me this message: "the document don`t start with '%PDF-'"
It seems that the servlet is hanged when i set out.flush(), is like it
fall in abucle (repeating it self).
regards.
---
Hello,
I have made a document in a servlet. How to print and close the window in
the client browser?
writer.addJavaScript("this.print(false);",false); //this work very good
writer.addJavaScript("document.close()",false); //this don't work
Thank you.
--
Mensaje Original
Asunto: [iText-questions] print and close a document
De: Pablo Jimenez <[EMAIL PROTECTED]>
Fecha: Mar, 4 de Febrero de 2003, 1:50 pm
Para: "itext " <[EMAIL PROTECTED]>
Hello,
How can i from a servlet print a document and close it a
Hello,
How can i from a servlet print a document and close it after.
I can print the document but i must to close the window, how to make it?
Thank you.
---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWo
How to insert text in absolute position with colour? I have proved with
setColorStroke, set as blue and red, however the text appears in black.
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
I have inserted a PdfPTable in my document and the table goes to the next
page (with fitsPage). I want to know where the table ends (position in the
lastpage) because i have to insert more elements after the table. All my elements
need absolute position.
thank you
pablo
I'm using a PdfPTable, I need to know whether the line I´m writing will
fix intothe page of oreging or change pages.
I don´t know how many rows fit in a page cause it depends on the value of
the row. I would like to know when adding a row where is the contentByte
position.
thanks, regards
28 matches
Mail list logo