Priya wrote:
> hai
> can we convert documents file into pdf using itext? is it possible?
You can create PDF from different sources using iText,
but iText is not a Word doc to PDF convertor.
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info
---
hai
can we convert documents file into pdf using itext? is it possible?
Thanks--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.
Not throwing any exceptions.
On Tue, Jan 6, 2009 at 7:21 PM, Leonard Rosenthol wrote:
> Are you catching exceptions?
>
> Leonard
>
> -Original Message-
> From: rajeshkarka [mailto:rajesh.ka...@gmail.com]
> Sent: Tuesday, January 06, 2009 8:39 AM
> To: itext-questions@lists.sourceforge.net
My problem, the project I'm working on sends data that contains both
text and images. Ok to help form a view of my project the data is sent
in the form of an html, hence the text and images. Ok my problem has to
do with positioning the images. They are all over the place, behind text
as if a waterm
Thank you so much, but we still have 2 kinds of problem...
problem 1) It seems I'm not able to work in text mode using MultiColumnText
class but only in composite mode
problem 2) If I add only irregular columns and I'm in the condition where maxY
< top, it LOOPs
please try the code I sent with
> -Original Message-
> From: 1T3XT info [mailto:i...@1t3xt.info]
> Sent: Tuesday, January 06, 2009 4:32 PM
> To: Post all your questions about iText here
> Subject: Re: [iText-questions] (no subject)
>
> Rick Carback wrote:
> > Other note: This is a terrible message, is there a
> guid
Rick Carback wrote:
> Other note: This is a terrible message, is there a guidelines page on
> the iText site that explains how questions to the mailing list should
> be posed?
More or less:
http://www.1t3xt.info/tutorials/faq.php?branch=faq.abc&node=1st
As you can see we refer to this URL:
http://
Should be possible. What have you tried, what is the output, and why
do you think it doesn't work?
Have you looked at the archives?
Once you've done your homework, maybe we can give you something more
useful in a couple days or so (unless you want to pay by the hour...
:-))
Other note: This is a
Which Adobe certainly appreciates ;).
Though, you should know that the Adobe extension in question (AES-256) has been
approved by the ISO 32000 committee for inclusion in the next version of ISO
PDF (32000-2, aka PDF 2.0).
Leonard Rosenthol
PDF Standards Architect
Adobe Systems, Inc.
-Ori
Michele Balistreri wrote:
> In any case, as PDF became an ISO standard, is the iText goal to
> implement strictly and without extensions the standard, or is it willing
> to implement extensions such as the ones documented there?
We are willing to implement extensions as the ones provided by Ado
Hello everyone,
Adobe posted specifications for a new encryption scheme, using AES-256
which is significantly different from previous ones. It is currently
implemented in Acrobat and Acrobat Reader 9.
The documentation can be found at
http://adobe.com/devnet/acrobat/pdfs/adobe_supplement_i
Are you catching exceptions?
Leonard
-Original Message-
From: rajeshkarka [mailto:rajesh.ka...@gmail.com]
Sent: Tuesday, January 06, 2009 8:39 AM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] Alert Message problem on Connection failed to server
Hi All,
I
Hi All,
I am trying to submit FDF form to Server. If network connection is
success everything is working fine.But I need to display an alert message in
case of network failed or server down.
I am submitting form using this.submitform(url); It popup a
message to 'Allow' or 'B
Ah, thanks for the hint. I will try wrap the template to an
image.:handshake:
1T3XT info wrote:
>
> Skyborg wrote:
>> Thanks for replying, but isn't the real thing, that i'm not able to add a
>> template to tabel?
>
> Your question and code sample was too long for me to find out your
> pro
Skyborg wrote:
> Thanks for replying, but isn't the real thing, that i'm not able to add a
> template to tabel?
Your question and code sample was too long for me to find out your
problem was that you didn't know it's possible to wrap a PdfTemplate
inside an Image and add that Image to a PdfPTabl
Thanks for replying, but isn't the real thing, that i'm not able to add a
template to tabel?
Regarding your expressions, this means, that i habe to use plain paragraphs
and beiing able to
add a template, or using more sophisticating elements but restricted to not
using any kind of
data which is fi
BWolf wrote:
> My question, therefore, is how can I retrieve the value that is
> stored here, and/or determine which radio button has actually been selected?
Show us a complete PDF and tell us what you want to know from that PDF.
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - ht
Leo wrote:
If you changed the addColumn order adding column2 first and then column1, it
worked but the right column in the page was filled first with a bad graphic
effect!
With this revision the problem was solved and probably the correct bugfix
was to change the simple parameter and not the
Priya wrote:
> hai
>
> can we extract chunks or phrases or paragraphs from an existing pdf file
> using itext?
Please don't post the same question twice if it has already been answered:
http://www.nabble.com/extracting-paragraphs-from-pdf-file-td21304710.html
--
This answer is provided by 1T3X
Leo wrote:
> Thank you for your interest, but I'm not able to find any revision on
> ColumnText class...
> I found something that seems related in MultiColumnText...
That was the change I meant.
Let's close this thread and continue with the other thread.
I'll try your example.
--
This answer is
hai
can we extract chunks or phrases or paragraphs from an existing pdf file using
itext?
Thanks--
___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https:
AJ Weber wrote:
> But if I then want to add a page to the beginning of the document with some
> notes on the concatenation, I would obviously need to shift them all one
> page.
Would you? If the links from the outline are links to the page objects
instead of links to page numbers, you wouldn't
Dave Kittredge wrote:
> I moved the same code to a web service, and same source PDF file,
> (itext-ws.java and test.pdf).
> java.io.IOException: Rebuild failed: trailer not found.; Original
> message: trailer not found.
My guess is that test.pdf can't be reached from the webservice (because
o
Hello,
I have to create a rtf document with many pages. Each page must have
different margins.
I tried the method setMargins() but the generated document has the last
setMargin () for the entire rtf document and not on each page...
also, I use the method RTFWriter2.importRtfDocument(MyDocument)
Hello,
I created a simple mail merge PDF file that has two entry fields "a" and
"b". I created a stand-alone application (itext-standalone.java), using
the test.pdf (source). I can see the fields populated in the out.pdf
file.
I moved the same code to a web service, and same source PDF fi
Skyborg wrote:
> I'm running into problems by trying to have tables and a total page count at
> the same time in the footer
> and/or header.
> The footer and header are dynamically created, for different PDF's, also the
> position where the total page count should be positioned. All things i
> tryi
Priya wrote:
> hai
>
> is it possible to get d paragraphs from an existing pdf file?
Not really, PDF isn't designed that way.
You can extract characters and their position, but traditional PDF
doesn't have the concept of "paragraphs".
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.
musaaydin wrote:
> i want to rotate image from center.
What do you mean by that?
> i use this code , image rotate from
> different position.
> iTextSharp.text.Image img = iTextSharp.text.Image.GetInstance("c://1.bmp");
> img.SetAbsolutePosition(50, 50);
> for (int i = 0; i
28 matches
Mail list logo