Bharath wrote:
Is there a Way to restrict the rendering of the pages at 25 a time
rather tahn render 500 at once.
That's up to you to program.
You can keep the page count in a page event
and write something that triggers the start of
a new document every 25 pages.
I don't have any example co
Hi all,
I have an [optimistic] question around URL calls in pdf.
using:
PdfAction gotourl=new
PdfAction().gotoRemotePage("http://x/ptions.htm","next",false,tr
ue);
canvas.setAction(gotourl,0f,0f,wi+0f,he+0f);
I'm placing the pdf in an iframe, below another. The l
Thank you for testing my tiff file.
By the way, is the iText where the hack has been applied JAVA version only?
I'm using iText.NET VS2003 version and iTextSharp on the Windows systems. I'm using VS2003 and I know that the installation of both VS2003 and VS2005 occurres some problems and I do
If the file starts with "%PDF-1." there a good chance that it is a pdf.
- Original Message -
From: "Dan McKeon" <[EMAIL PROTECTED]>
To:
Sent: Thursday, February 02, 2006 7:13 PM
Subject: [iText-questions] Detect PDF File
I am writing a program to convert an input file to PDF. Is th
On Thu, 2006-02-02 at 13:13 -0600, Dan McKeon wrote:
>
> I am writing a program to convert an input file to PDF. Is there a
> way to examine the input file to determine if it already is PDF?
Depending on which environment you are working with, there are various
options. The lowlevel approach is
I am writing a program to convert an
input file to PDF. Is there a way to examine the input file to determine
if it already is PDF?
This message may contain confidential information intended only for the use of the
addressee(s) named above and may contain information that is legally privil
I'll have to look at the pdf and the values you are setting.
- Original Message -
From: "Igor Kostic" <[EMAIL PROTECTED]>
To:
Sent: Thursday, February 02, 2006 5:17 PM
Subject: [iText-questions] how to preselect a combo box item
I have a combobox with item/exportValue pairs.
I am tr
I have a combobox with item/exportValue pairs.I am trying to preselect an item using:
AcroFields flds = stamp.getAcroFields();flds.setField(comboBoxName, itemExportValue);stamp.close();
after opening this document in AR the item seems to be selected, but actualy is not - if the combobox gets
I want to open a new window from a link (into a PDF), the
problem is that the link goes to the same window. Anybody could tell me how can
i open the link in a new window.
Thanks.
Andrés.
Is there a Way to restrict the rendering of the pages at 25 a time rather tahn render 500 at once.
Regards
Bharah
Is there a way to linit the rendering of the page to say 25 pages at a time rather than 500 pages in a Single Shot to the PDF?
Regards
Bharath
Jpedal
Multivalent
www.apago.com
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Yann mL
Sent: Tuesday, January 31, 2006 7:05 AM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] PDF to PNG (or JPEG)
Hello,
Is there a way to generate
Some code is required to reproduce the problem.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of raymond moesker
> Sent: Thursday, February 02, 2006 3:58 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] MultiColumnText
Some background info: Im trying to add articles to a PDF file using the MultiColumnText class. This works fine. My problem is when an article starts at the almost end of a column it has to move to the next column or next page if it is the second column. What I do: Im opening a Document.(I
The problem is that your file doesn't include the required
StripByteCounts tag. In other words, the file is broken; that it can be
opened by other tools has nothing to do with the quality of the file
itself. I've added an hack to iText to be able to read this kind of
files, get it from the CVS.
Pa
Thanks!
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Isabelle Flückiger
> Sent: Thursday, February 02, 2006 12:03 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Barcode PDF417 with data in byte form
>
> As we already ha
Hi,
While generating PDF417-Barcodes out of data in byte format (using
the method setText(byte[])), we encountered a problem: Everything
went well if the data size was smaller than 900 bytes.
For data bigger than 900 bytes there occurred sometimes the
following error:
java.lang.IndexOutOfBounds
Hi,
While generating PDF417-Barcodes out of data in byte format (using the
method setText(byte[])), we encountered a problem: Everything went well if
the data size was smaller than 900 bytes.
For data bigger than 900 bytes there occurred sometimes the following error:
java.lang.IndexOutOfBou
Yes.
> -Original Message-
> From: Rynhard Roos [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 02, 2006 9:15 AM
> To: itext-questions@lists.sourceforge.net
> Cc: Paulo Soares
> Subject: RE: [iText-questions] problem opening pdf with attachment
>
> Thanks for your response Paulo.
>
hello,
can anybody tell me the settings/features of an eps/ps file so it can
be read by Image.getInstance() and placed in a document object? or a
little howto generating one with correct settings in the mainly used
programms (freehand, photoshop, illustrator, ...)?
thank you!!!
best regar
Hi:
Im using iText to transform XHTML to RTF. This part runs OK. Now i have
to
join one generated RTF with another RTF that was not generated via iText. Is
there any way to manage these files?
Thanks in advance.
---
This SF.n
Thanks for your response Paulo.
Does this mean that I can't access the pdf at all, even if the certificate
security only "protects" the attachments.
-Original Message-
From: Paulo Soares [mailto:[EMAIL PROTECTED]
Sent: 02 February 2006 10:28
To: Rynhard Roos; itext-questions@lists.sourc
David Rodríguez wrote:
Hi:
Im using iText to transform XHTML to RTF. This part runs OK. Now i have
to
join one generated RTF with another RTF that was not generated via iText. Is
there any way to manage these files?
Not with iText.
br,
Bruno
I also struggled on problem. The solution that I am using
Read the document, copy each page(using writer.getImportedPage) to new
document and then write the new content using direct content.
But remember it may lead to not very good design. Pdfs are Read only.
Thanks
Ashwani
-Original Messa
Mukund Srinivasan wrote:
Hello,
I intend to read and write to an existing PDF document using a
"Document" (com.lowagie.text.Document) object over it. How do I achieve
this?
You don't. You don't understand the concept.
Read the tutorial first, especially this chapter:
http://itextdocs.lowagie
Bogdan wrote:
I have study the tutorial
Then you have studied a tutorial that is obsolete.
HeaderFooter isn't mentioned in the new tutorial
http://itextdocs.lowagie.com/tutorial/
Use page events to add a header and footer.
br,
Bruno
---
Thi
Hello,
I intend to read and write to an existing PDF document using a
"Document" (com.lowagie.text.Document) object over it. How do I achieve
this?
Regards,
Mukund S.
*
Disclaimer:
The contents of this E-mail (including the contents
iText doesn't support certificate security.
- Original Message -
From: "Rynhard Roos" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, February 01, 2006 9:55 PM
Subject: [iText-questions] problem opening pdf with attachment
Hi
I have created a pdf document with a security policy that encry
I have study the tutorial, but I have problems when i try to insert an image to
a footer. The image is put at the bigining of page under other pdf text. I use
this code:
private HeaderFooter getPdfFooter(){
HeaderFooter footer = null;
Paragraph p = new Paragrap
Donthy Family wrote:
Hi,
I need to work offline to develop few programs for a
Charity organization that I am trying to help with. I
greatly appreciate if some one monitoring this e-mail
a/c can send me a zip file with all of the examples
source code.
http://sourceforge.net/project/showfiles.p
31 matches
Mail list logo