[iText-questions] Enabling comments in iText?

2010-11-04 Thread Full Name
Hi, I am using the java itext software to generate a pdf file using the following abbreviated command. java -cp itext.jar ...PhotoAlbum filename.pdf My question is that I want to be able to add comments to the pdf once I open the file. Is there an additional option I can pass to the command l

Re: [iText-questions] Copy a image from one PDF to another.

2010-11-04 Thread Mark Storer
http://api.itextpdf.com/com/itextpdf/text/pdf/parser/ImageRenderInfo.htm l The lower left corner should be the value returned by getStartPoint(), and the actual scale of the image will be defined in the Matrix returned by getImageMatrix(). For an unrotated image, you just need I11 and I22. But

[iText-questions] FW: Sub page numbering

2010-11-04 Thread John Renfrew
Excellent Want to share your new-found wisdom with the rest of us??? john renfrew Right Way Up Office  +44 1675 475341 Fax  +44 1675 475342 Mobile +44 7767 443992 -Original Message- From: rhymie [mailto:domir...@gmail.com] Sent: 04 November 2010 14:16 To: itext-questions@lists

Re: [iText-questions] Sub page numbering

2010-11-04 Thread rhymie
I've already sorted it out. rhymie -- View this message in context: http://itext-general.2136553.n4.nabble.com/Sub-page-numbering-tp2142606p3027080.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Copy a image from one PDF to another.

2010-11-04 Thread Patrik Sandberg
Hi and thanks for your reply! I've now bought the book and did the example that started on 524. But I'm still not quite sure how to get the location of my image in my source pdf. See comment in code below. public void CopyImageFromSourceToDestinationPDF() { PdfReader reader = new PdfReader(m

Re: [iText-questions] Images with i text

2010-11-04 Thread Bruno Lowagie
On 4/11/2010 12:55, Joe Simas wrote: > I have a ASP script that pulls images from a url path from the SQL > server and places the images on a page, They consisantly change. > how do I get itext to recoginise the image as a url path ? instead of a > server.mappath so it pulls the image into the PDF

[iText-questions] Images with i text

2010-11-04 Thread Joe Simas
I have a ASP script that pulls images from a url path from the SQL server and places the images on a page, They consisantly change. how do I get itext to recoginise the image as a url path ? instead of a server.mappath so it pulls the image into the PFD ??? System Scaned By Barracuda ANTI(Spa

Re: [iText-questions] Rich media annotation activation

2010-11-04 Thread 1T3XT info
On 4/11/2010 13:48, die_ekschper...@arcor.de wrote: > Hi, > > I have produced a multi-page pdf file with an embed flash annotation on each > pdf page. > When I switch between the pages, the rich media flash annotation reloads > every time, which is very annoying! > Is there a way, to let the anno

[iText-questions] Rich media annotation activation

2010-11-04 Thread die_ekschperten
Hi, I have produced a multi-page pdf file with an embed flash annotation on each pdf page. When I switch between the pages, the rich media flash annotation reloads every time, which is very annoying! Is there a way, to let the annotation being activated with iText or with scripting? Greets, St

Re: [iText-questions] Sub page numbering

2010-11-04 Thread rhymie
1T3XT info wrote: > > For paid consultancy, please contact consulta...@itextpdf.com > describing your requirements, and you'll receive an offer with > a quote. > Maybe someone else sort this problem out? regards, rhymie -- View this message in context: http://itext-general.2136553.n4.nabbl

Re: [iText-questions] Sub page numbering

2010-11-04 Thread 1T3XT info
On 4/11/2010 12:45, rhymie wrote: > > > Bruno Lowagie (iText) wrote: >> >> I don't have the time to write an example for you, but you add an >> extra method to your page events implementation that creates a new >> PdfTemplate (you could call it resetTotalPageNumbers(PdfWriter writer)). >> You shoul

Re: [iText-questions] Sub page numbering

2010-11-04 Thread rhymie
Bruno Lowagie (iText) wrote: > > I don't have the time to write an example for you, but you add an > extra method to your page events implementation that creates a new > PdfTemplate (you could call it resetTotalPageNumbers(PdfWriter writer)). > You should keep a reference to your page events ins

Re: [iText-questions] Copy a image from one PDF to another.

2010-11-04 Thread 1T3XT info
On 4/11/2010 11:13, Patrik Sandberg wrote: > Hi! > I'm trying to copy a couple of images from one pdf-document to another. > > I've managed to extract the images from the source document, however I > can't seem to find a couple of attributes I need before I can paste them > in my destination docume

[iText-questions] Copy a image from one PDF to another.

2010-11-04 Thread Patrik Sandberg
Hi! I'm trying to copy a couple of images from one pdf-document to another. I've managed to extract the images from the source document, however I can't seem to find a couple of attributes I need before I can paste them in my destination document. The code I have to extract the images is: Pd

Re: [iText-questions] Add a blank page in the end of merged PDF Files

2010-11-04 Thread cosette
Thank you for the quick answer I will try that Sincerley Cosette -- View this message in context: http://itext-general.2136553.n4.nabble.com/Add-a-blank-page-in-the-end-of-merged-PDF-Files-tp3026681p3026767.html Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] Add a blank page in the end of merged PDF Files

2010-11-04 Thread Bruno Lowagie
On 4/11/2010 9:50, cosette wrote: > > Hi > > I've merged couple of pdf's into one pdf but the issue is that when I want > to print so i want each pdf file that i merge start en new page. For example > : I have Pdf a , Pdf b, and Pdf c all are in one pdf called PdfAbc. > In the file of PdfAbc I want

[iText-questions] Add a blank page in the end of merged PDF Files

2010-11-04 Thread cosette
Hi I've merged couple of pdf's into one pdf but the issue is that when I want to print so i want each pdf file that i merge start en new page. For example : I have Pdf a , Pdf b, and Pdf c all are in one pdf called PdfAbc. In the file of PdfAbc I want to add a blank page if the number of pages i

Re: [iText-questions] Add a blank page in the end of merged PDF Files

2010-11-04 Thread cosette
Im using itextsharp forgot to write it :) // C -- View this message in context: http://itext-general.2136553.n4.nabble.com/Add-a-blank-page-in-the-end-of-merged-PDF-Files-tp3026681p3026682.html Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] Fwd: help

2010-11-04 Thread Ariffin Hasan
Hi Paulo Good Day. Sorry there have been some mix up by my development guy. Your library is working fine. Please close the case and I am sorry again for causing this confusion. Thanking you. Best Regards Ariffin Hasan Product Manager MJ Labs 149 Geylang Road #02-07A Singapore 389233 TEL. +65.6

Re: [iText-questions] iTextSharp AssemblyInfo.cs

2010-11-04 Thread Paulo Soares
Fixed, thank you. Paulo - Original Message - From: Keith O To: itext-questions@lists.sourceforge.net Sent: Thursday, November 04, 2010 3:46 AM Subject: [iText-questions] iTextSharp AssemblyInfo.cs still has the the old version number. it's reflected in the .dll download t