On 19/10/2010 10:25, 扬 臧 wrote:
> hello,my name is Young,I was studing itextsharp resently,and I got
> serveral problems
>
> 1.how to make the catalogue for the pdf?
Do you mean the Catalog object (aka the root object)?
Don't worry about that object, iText creates it for you.
> 2.how to set a l
On 19/10/2010 11:01, fiurli88 wrote:
>
> Hi everybody,
>
> sorry for my bad english :)
This is wrong:
> writer.open();
> writer.add(new Paragraph("NM_PRC : " + NM_PRC));
> writer.close();
Where did you learn to do it this way?
If you found some documentation that teaches to
open the writer and us
http://api.itextpdf.com/
http://itextpdf.com/book/
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info
--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flas
On 20/10/2010 1:00, thomen wrote:
>
> Hi Guys,
> I'm trying to add a paragraph to an existing pdf file..
>
> Currently we use PdfStamper and AcroFields to replace text in forms..
>
> What I'd like to do is get the form field and use it's position to add a
> paragraph at that position.
>
> So!
>
> 1
Thank you very much!
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Adding-a-visible-signature-in-a-specific-page-of-a-pdf-document-tp3002257p3003332.html
Sent from the iText - General mailing list archive at Nabble.com.
-
On 20/10/2010 7:05, rajeev2012 wrote:
>
> Sir,
>
> Kindly respond, i have got stuck at this point...
The question has already been answered:
read chapter 8 of the second edition of "iText in Action."
Did the solution explained in the book work?
If not, please specify.
--
This answer is provided
hello,my name is Young,I was studing itextsharp resently,and I got serveral
problems
1.how to make the catalogue for the pdf?
2.how to set a link to open another pdf in a new document?
please show me the functions for solution the questions,and give some
examples,that will be better.
thanks!
Hi Guys,
I'm trying to add a paragraph to an existing pdf file..
Currently we use PdfStamper and AcroFields to replace text in forms..
What I'd like to do is get the form field and use it's position to add a
paragraph at that position.
So!
1. How do I add a paragraph to an existing document?
2
Hello,
When trying to load some images by using the following code
Dim stream As New System.IO.FileStream(inputFilesPath, IO.FileMode.Open)
image = iTextShapr.text.image.GetInstance(stream)
I get this error:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at iTextSha
Hi,
I am able to create a PDF document with Arabic text but the problem is all
numeral are appearing in english not as arbic numeral. Can any help me in
this regards.
Thanks & Regards
http://itext-general.2136553.n4.nabble.com/file/n3001616/PDFWithArabicText.jpg
--
View this message in context:
Hi everybody,
sorry for my bad english :)
I'm trying to generate a pdf file in a java class, I'm using itext 2.0.8,
tomcat 4.1.39 and j2sdk1.4.2_19.
The java code is:
---CODE
Thank you --
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
Flex(R) Builder(TM)) enable the development of rich applica
Sir,
Kindly respond, i have got stuck at this point...
if you need any further details then please let me know
Regards
Rajeev
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-issues-tp2167197p3003254.html
Sent from the iText - Gene
I'm using iText 5.0.4 with an OpenType font (A-OTF-FutoMinA101Pro-Bold.otf).
When I use WINANSI encoding I get the right result with Latin1 characters,
but when I use IDENTITY_H nothing appears in the PDF.
Am I correct that all OpenType fonts can be used with Unicode? Could there
be something els
jfsa,
jfsa wrote:
> How to insert a signature in a specific page of a pdf document such 2nd
> page using iText?
Cf.
com.itextpdf.text.pdf.PdfSignatureAppearance.setVisibleSignature(Rectangle
pageRect, int page, String fieldName); alternatively
com.itextpdf.text.pdf.PdfStamper.addSignature(String
Hi Leonard and Mark,
Setting the rgb transparency blending space fixed the problem.
Leonard has a really good explanation of this in an response to someone else on
the mailing list here:
http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg28630.html
The api call I used was on
Jsfa,
jfsa wrote:
> Thank you for answering my question, but to be sure : are you saying that
> we can not add unsigned revocation information to a pdf document using
> actual versions of iText?
Of course you can... There merely are no high level methods for that but the
low level methods requir
You're missing my point. PdfGraphics2D can't simulate page splitting. You
need to figure out how to do that yourself.
--Mark Storer
Senior Software Engineer
Cardiff.com
import legalese.Disclaimer;
Disclaimer DisCard = null;
From: Joaquín Pé
Absolutely... And you know most of what's involved already. You've been
stamping with iText, just stamp PdfImportedPage's and you're there.
Note that PdfImportedPage doesn't handle annotations, bookmarks, or
Marked Content... If you need any of those things, your job gets much
more complicated.
How to insert a signature in a specific page of a pdf document such 2nd page
using iText?
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Adding-a-visible-signature-in-a-specific-page-of-a-pdf-document-tp3002257p3002257.html
Sent from the iText - General mailing list
Your help is appreciated...
Regards
Rajeev
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-issues-tp2167197p3002230.html
Sent from the iText - General mailing list archive at Nabble.com.
Did you found any thing after inspecting the pdf file?
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Adding-revocation-information-to-a-pdf-signature-java-iText-tp2956044p300.html
Sent from the iText - General mailing list archive at Nabble.com.
---
Thank you for answering my question, but to be sure : are you saying that we
can not add unsigned revocation information to a pdf document using actual
versions of iText?
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Adding-unsigned-revocation-information-to-a-pdf-s
Thank you for information :)
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Unit-of-coordinates-passed-to-the-constructor-Rectangle-tp3001546p3002199.html
Sent from the iText - General mailing list archive at Nabble.com.
-
Replace the spaces you want to keep with \u00a0.
Paulo
From: Lowe, Wyan [mailto:wyan.l...@culligan.com]
Sent: Monday, October 18, 2010 9:43 PM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] lines with leading whitespace are chomped 1
whitesp
Input is very much welcome.
Paulo
-Original Message-
From: mkl [mailto:m...@wir-sind-cool.org]
Sent: Tuesday, October 19, 2010 11:34 AM
To: itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] Adding unsigned revocation information to a pdf
signature
Paulo,
Paulo Soa
Paulo,
Paulo Soares-3 wrote:
> Now that Acrobat X will support PAdES LTV 1-4 I guess it's time to
> implement it in iText.
That would be great!
Amy input welcome?
Regards, Michael.
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Adding-unsigned-revocation-inform
Now that Acrobat X will support PAdES LTV 1-4 I guess it's time to implement it
in iText.
Paulo
-Original Message-
From: mkl [mailto:m...@wir-sind-cool.org]
Sent: Tuesday, October 19, 2010 10:43 AM
To: itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] Adding unsigned
Jfsa,
jfsa wrote:
> How to add unsigned revocation informations : CRLs and Ocsp responses to a
> pdf signature?
Use PAdES LTV mechanisms. currently there is no high level support for those
structures, but some people have started implementing these mechanisms based
on the itext low level api, si
I have been using iText to stamp, rearrange, merge etc. many times
before. However, I now need to introduce a "merge chain", where one
layer can preprocess paper before handing it over to next layer
thereby achieving an overlay/superimpose functionality. Is this
possible with iText?
All layers
Thank you,
I hope I find something there.
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/dynamically-adding-annotations-and-its-replies-tp2999674p3001693.html
Sent from the iText - General mailing list archive at Nabble.com.
---
Hi,
How to add unsigned revocation informations : CRLs and Ocsp responses to a
pdf signature?
Thanks.
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Adding-unsigned-revocation-information-to-a-pdf-signature-tp3001667p3001667.html
Sent from the iText - General maili
Hi
Please see below my code and kindly help me ..
public bool fillForm(string iFile, string oFile, string dataFile)
{
try
{
//string[] packageitems = { @"C:\Documents and
Settings\Raj\Desktop\2083.pdf", @"C:\Documents and
Settings\Raj\Desktop\2083.
However, my Graphics2D doesn't split up the JTextPane in different pages...
I post my code (it's really straightforward). Of course, panelTexto is the
JTextPane I want to split up in different pages (in the case it's
necessary).
private void
menuArchivoExportarAPDFActionPerformed(java.awt.event.A
Hi...
Hope every body will be fine.
i am working on a project which will generate different type of analysis on
lecture.
it will take a pdf as an input and then different algorithm will operate on
it.
what exactly i need is , that i want to extract heading from the whole pdf.
please help me how i
On 19/10/2010 9:06, jfsa wrote:
>
> Hi,
>
> My question is : What is the unit of the coordinates passed to the
> constructor Rectangle?
As explained of the book, all measurements are in "user space units",
unless for glyphs where sometimes "glyph space units" are used.
This is explained in the bo
Hi,
My question is : What is the unit of the coordinates passed to the
constructor Rectangle?
Thanks
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Unit-of-coordinates-passed-to-the-constructor-Rectangle-tp3001546p3001546.html
Sent from the iText - General mailing
On 19/10/2010 5:29, Keith O wrote:
>
> Hi Mark,
>
> THANK YOU for following up on this issue!
Thanks!
I'll work on this after the film festival. I'll also open up the forum
for a selected group of mailing list members, and I plan to copy the FAQ
entries of the book into the forum.
best regards
38 matches
Mail list logo