Decoster Frederik vandewiele.com> writes:
>
> Use FileInputStream and make sure you close them.
>
> Br,
> Frederik
>
Thanks Frederic.
Where do you suggest to use FileInputStream ?
Is it to replace the PdfReader ? So what about the writer.getImportedPage ?
I will be out of the office starting 12/21/2007 and will not return until
01/02/2008.
I will respond to your message when I return.
This message and any attachments (the "message") is
intended solely for the addressees and is confidential.
If you receive this message in error, please delete
So I created two writers:
PdfContentByte cb = writer.DirectContent;
PdfContentByte ur = writer.DirectContentUnder;
which allows me to draw text with cb and graphics with ur to get the text on
top of the graphics. Is this the best approach? I feel limited using this
method, because I would also l
Hello all. I am beginning my learning curve with both .NET and iTextSharp.
I'm doing pretty good (with my iText in Action book in hand) but I am stuck
on figuring out layering. I'm a Photoshop buff, and it's clear PDFs don't
follow the same logic, so I have to break myself of this thinking. I am
c
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of [EMAIL PROTECTED]
> Sent: Friday, December 21, 2007 1:10 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Very simple linearization - impossible?
>
> Hi,
>
> I have ve
Hi,
I have very simple PDFs:
They contain only images (TIFF, JPEG), plain text or an image as background an
plain text over it.
No bookmarks, comments, annotations etc.
Is there any chance to get such a PDF linearized with iText?
I would say, the content should be linear, at least page by pag
I will be out of the office starting December 21, 2007 and will not return
until December 27, 2007.
Hello,
Please contact Carl Groebe (312) 557-5454 if you need any assistance during
this time, thanks.
-
This SF.net email
I will be out of the office starting 12/20/2007 and will not return until
01/02/2008.
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120
Hi ,
I am trying to convert the HTML file to PDF
When I am trying to parse the html file using the following code
PdfWriter.getInstance(document, new FileOutputStream(pdf));
SAXParser parser = SAXParserFactory.newInstance().newSAXParser();
InputSource in = new InputSource(new FileInputSt
> File inFile = new File("inFileName"+pageNo); and inFile.delete();
Shouldn't that read:
File inFile = new File("inFileName"+pageNo+".pdf"); and inFile.delete();
/DI Gerold Krommer
Manager Pre- und Postsales
ASTRON Business Services G.m.b.H., Vienna, Austria
Tel.: +43 1 585 31 90-22
Fax: +43
Use FileInputStream and make sure you close them.
Br,
Frederik
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Xavier
Sent: vrijdag 21 december 2007 13:41
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] Pb deleting files after a
writer.g
Hi,
I hope this is not a double post because I tried once but with an erreor in
the mail address.
I have a program that
first : create 12 different pdfs
second : merge the different files into one
third : delete the 12 temporary pdf files
My problem is that the merging process seems to keep r
Hi Bruno,
Thanks for the quick response. I have the book, and read it often :D When using
the table.setSplitLate(false); it does not create the full page cell like you
said, but the cell still starts on the next page. How can I make it start right
below the previous cell and just continue on like
13 matches
Mail list logo