The broad answer to your question is iText can pull apart a PDF into its
elements, but that probably won't solve your probem. PDF files do not
necessarily contain text in a sequential order. The text can be written as
one glyph (letter) at one point and then the remaining characters as a
series of
Yes, iText supports both.
Leonard
On Dec 4, 2008, at 6:06 PM, rumen varbanov wrote:
> Hello Leonard,
> Thank you for your message!
> Do iText supports SVG and/or EMF?
>
> I try to make from a pool foreign PostScript jobs a PDF.
>
> BR!
> rumen
>
> -Urspr?ngliche Nachricht-
> Von: Leonard
Can you post a sample?
Leonard
On Dec 5, 2008, at 9:33 AM, Ekstrom, Max wrote:
> I've opened the resulting document in various versions of PDF Reader,
> including Acrobat 9, to no avail. Perhaps the way I'm using the XFA
> API
> is incorrect:
>
> XfaForm xfaForm = stamper.getAcroFields().getXf
Anyone have any ideas here? This is really holding me back right now!
Thanks.
Dominic Maricic wrote:
>
> Hi Guys,
>
> I've been using iText for years (using the latest version right now) and
> have
> had one problem that's occasionally occured. I finally sat down and tried
> to
> figure th
Is there an easy way to make the text inside a table stretch out so that it
autofits the exact table height just like you can set it to add extra space
between words to fit the exact table column width?
I have text combined with pictures and I don't want the pictures to stretch
just the spacing b
Hi - I am wondering if QR barcode support might be possible with iText?
We'd in particular like to use in conjunction with the xmf add-on to pdftk
developed by "chicks". Thanks. Mike Smith [EMAIL PROTECTED] +1
(902) 405-4756.
***
Barcodes:
iText also comes with a number of classes that ge
Please help if you can answer this question. I need iText for a specific
purpose. I need to pick apart PDF documents and analyze the content of a PDF
for possibly unintentionally included sensitive information. I need to find an
API that has a complete set of packages/classes which will parse
FYI:
We are using JRE with 3gigs of memory on our production system.
The error occurs in JRE-Method - we assume the memory mapping returns an
int above 2gig which is not correctly specified as unsigned integer and
so becomes negative. Starting the jre with less than 2gigs works.
Elmar
Hello Leonard,
Thank you for your message!
Do iText supports SVG and/or EMF?
I try to make from a pool foreign PostScript jobs a PDF.
BR!
rumen
-Urspr?ngliche Nachricht-
Von: Leonard Rosenthol [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 04. Dezember 2008 07:58
An: Post all your ques
Hi All,
I have a requirement which I am working on to concatinate PDFs:
The two sources are: (A) HTML (B) Jasper report
Document A is converted to PDF and B is exported as PDF, each having one
page.
I have done successful merge of both into third PDF document having two
pages using iText API.
It's two versions late but it will be synchronized in February (time permits).
Paulo
> -Original Message-
> From: David Thielen [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 05, 2008 3:27 PM
> To: itext
> Subject: [iText-questions] Is iTextSharp kept up to date with iText?
>
> It
Hi,
I'm trying to concatenate two existing PDF documents together and then
deliver the resulting PDF through a web application. To concatenate the
existing PDFs I use:
PdfReader reader1 = new PdfReader(coverFile);
PdfReader reader2 = new PdfReader(contentFile);
PdfCopyFields copy = new PdfCopyFi
It looks like it is but I figure better to check.
thanks - dave
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave
Yes we are talking about the same thing :P
As I said, OCP = Optional Content Properties = OCProperties. I tend to shorten
it up when referring to it.
Anyway, if someone could please tell me what's wrong with my invisible
annotation code, or point me to an example to add a Private section to
the
Hello
Actually, it seems to be possible... Not for comment with Adobe Reader
but for Foxit.
Here's what i did, following the answers to my questions.
I used
Pdf Reader reader = new PdfReader("file_with_restritions.pdf");
PdfEncryptor.encrypt ( reader, new
FileOutputStream("file_without_restri
I've opened the resulting document in various versions of PDF Reader,
including Acrobat 9, to no avail. Perhaps the way I'm using the XFA API
is incorrect:
XfaForm xfaForm = stamper.getAcroFields().getXfa();
...
xfaForm.setDomDocument(toDom(newXml));
xfaForm.setChanged(true);
XfaForm.setXfa(xfaFor
Hi Matthias,
the short answer is no. For a detailed explanation look at Re:
[iText-questions] HELP PLEASE! PdfReader.removeUsageRights(). It was
posted yesterday at 8:25 p.m. by Paulo (<[EMAIL PROTECTED]>).
Best Regards,
Benjamin
Matthias Uhler <[EMAIL PROTECTED]>
05.12.2008 11:58
Bitte ant
No, there is not.
There is a dictionary called OCProperties in the catalog which stores
the global list of OCGs.
Look at the APIs for getting the catalog, then adding your own
dictionaries, strings, etc.
Leonard
On Dec 4, 2008, at 6:34 PM, Sankha Subhra Dey wrote:
> You are correct, but
How can i verify a timestamp that´s inside a Pdf document with iText?
I have been looking over the web, but i didnt find any solution.
Does anybody know how to do this?
Edward.
--
SF.Net email is Sponsored by MIX09, Marc
Hi,
is it possilble to enable PDFs for commenting with iText?
Thanks for reply, Matthias
--
View this message in context:
http://www.nabble.com/Enabling-PDFs-for-Commenting--tp20851645p20851645.html
Sent from the iText - General mailing list archive at Nabble.com.
-
Hi,
I have the following problem
In my pdf file i have created
in my pdf I have created a module, by a botton I create more istance
of this module and I save a field that counts the number of istance.
The module contain another module , and I can create by a button more
istance. How
21 matches
Mail list logo