Re: [iText-questions] iText Read Chuncks of PDF into java

2010-05-18 Thread 1T3XT info
crimeunit wrote: > Dear all, > > Does somebody else know maybe that I can use another library where I can > specially read out the links of content (to another pdf file) into a pdf? Reading out the "links" is a completely different question. Links (anchors, hyperlinks, external go to actions,...

Re: [iText-questions] iText Read Chuncks of PDF into java

2010-05-18 Thread crimeunit
Dear all, Does somebody else know maybe that I can use another library where I can specially read out the links of content (to another pdf file) into a pdf? Thnkx in advnce! -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-Read-Chuncks-of-PDF-into-java-tp221955

Re: [iText-questions] itextsharp.dll V 5.0.2 fails in shared hosting environments (SOLVED)

2010-05-18 Thread William K. Goodbody
Problem solved? Using Source for 5.0.2 itextsharp Now the AsemblyInfo.cs looks like this: * using System.Reflection; using System.Runtime.CompilerServices; using System.Securit

[iText-questions] itextsharp.dll V 5.0.2 fails in shared hosting environments

2010-05-18 Thread William K. Goodbody
Error Caught in Application_Error event: Handled in Application_Error: Error in: <> Error Message: That assembly does not allow partially trusted callers. Stack Trace: at ASP.includes_utils_tools_raffle_sponsorgiftreport_aspx.CreatePDFReport() at ASP.includes_utils_tools_raffle_sponsorgiftr

Re: [iText-questions] Apache FOP can convert my xml+xslt_fo to PDF, Why itext cannot?

2010-05-18 Thread Paulo Soares
Why would you assume that? In the stack trace there's no mention of iText and iText itself doesn't know anything about FO. You should ask the tool makers (mirth) about your problem. Paulo - Original Message - From: soph To: itext-questions@lists.sourceforge.net Sent: Tuesday,

Re: [iText-questions] Apache FOP can convert my xml+xslt_fo to PDF, Why itext cannot?

2010-05-18 Thread soph
Thanks. The tool(mirth) I am using is developed by using iText library. So I assume the error message is from iText. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Apache-FOP-can-convert-my-xml-xslt-fo-to-PDF-Why-itext-cannot-tp2221742p2221999.html Sent from the iTex

Re: [iText-questions] Apache FOP can convert my xml+xslt_fo to PDF, Why itext cannot?

2010-05-18 Thread Paulo Soares
I fail to see what has iText to do with it. Paulo - Original Message - From: soph To: itext-questions@lists.sourceforge.net Sent: Tuesday, May 18, 2010 8:06 PM Subject: [iText-questions] Apache FOP can convert my xml+xslt_fo to PDF, Why itext cannot? I have an XML and an

[iText-questions] Apache FOP can convert my xml+xslt_fo to PDF, Why itext cannot?

2010-05-18 Thread soph
I have an XML and an XSLT_FO. I created the XSLT_FO by Altova stylevision. Apache FOP can successfully generate a PDF file by feeding my XML and XSLT_FO. However, when I tried to use Mirth, who adopts itext as PDF processor, I kept get the following error message. I googled the error message, lo

Re: [iText-questions] Page Events -- can I create a copy of a chapter?

2010-05-18 Thread 1T3XT info
cadev wrote: > Thanks in advance for your help! I have no idea what you're talking about. Rephrase your question into maximum three lines that are easy to understand. Use Occam's Razor to remove everything that might distract us from the problem. -- This answer is provided by 1T3XT BVBA http://ww

Re: [iText-questions] What element can I add tables to and use absolute positioning

2010-05-18 Thread 1T3XT info
cadev wrote: > I have a number of tables. I need to take all these tables and position them > absolutely. I do not want to add them to the document until all the tables > have been created. I prefer to add the tables to another object/element, > and then position that element absolutely. How ca

[iText-questions] What element can I add tables to and use absolute positioning

2010-05-18 Thread cadev
I have a number of tables. I need to take all these tables and position them absolutely. I do not want to add them to the document until all the tables have been created. I prefer to add the tables to another object/element, and then position that element absolutely. How can I do this? Can ch

Re: [iText-questions] Acroform bordercolor null

2010-05-18 Thread Mark Storer
Ah. You've got an unusual PDF there... an AcroForm by OpenOffice... The "border" to your field is actually a part of the content of the page. It looks like OpenOffice is doing much the same thing LiquidOffice does (must be an "office" thing). Many of the "borders" LO draws aren't natively suppo

Re: [iText-questions] XML to PDF: Right to Left text

2010-05-18 Thread 1T3XT info
Marek Spichalski wrote: > Is it possible to use Right-To-Left text orientation when using xml files Yes: http://1t3xt.info/examples/browse/?page=example&id=147 http://1t3xt.info/examples/browse/?page=example&id=157 > and tagmap files while generating PDF files? No. -- This answer is provided by

Re: [iText-questions] Digital Signature - Externally Signed?

2010-05-18 Thread chorpeac
Yes, I did check that article out. I am trying to sign a PDF through a website. Our IIS server has the iTextSharp library and access to the physical PDF file, but it does not have access to the user's cert and private key. From what I understand, I cannot legally create a digital signature without

Re: [iText-questions] Digital Signature - Externally Signed?

2010-05-18 Thread Paulo Soares
Did you look at http://itextpdf.sourceforge.net/howtosign.html#signextitextsharp1? Paulo From: chorpeac [chorp...@hotmail.com] Sent: Tuesday, May 18, 2010 3:49 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Digital Signature -

Re: [iText-questions] Digital Signature - Externally Signed?

2010-05-18 Thread chorpeac
CAPICOM has a contents property (string), which will be the source data to be signed. In the examples I have seen, some text like "lorem ipsum" is assigned to the contents property. After the sign method is executed, the contents property would contain the signed data (base64 encoded). In my cas

[iText-questions] Page Events -- can I create a copy of a chapter?

2010-05-18 Thread cadev
I have read a lot about creating headers/footers using page events. I created a new class that extends PdfPageHelper, with an OnEndPage method that inserts my header and footer. The problem is that I want my new class (called ComplexHeader) to be reusable. Rather than create the header within t

Re: [iText-questions] Digital Signature - Externally Signed?

2010-05-18 Thread mkl
chorpeac, chorpeac wrote: > Thanks for your input. I am currently able to access the clients cert on > the client, through the use of the CAPICOM ActiveX. It only accepts text > though, so I would have to be able to hash and sign on the client, and > returned the encrypted hash back to the serve

Re: [iText-questions] Digital Signature - Externally Signed?

2010-05-18 Thread chorpeac
Thanks for your input. I am currently able to access the clients cert on the client, through the use of the CAPICOM ActiveX. It only accepts text though, so I would have to be able to hash and sign on the client, and returned the encrypted hash back to the server. Can iTextSharp accept externall

[iText-questions] XML to PDF: Right to Left text

2010-05-18 Thread Marek Spichalski
Hi All, I have a question regarding generation of PDF files from XML. Is it possible to use Right-To-Left text orientation when using xml files and tagmap files while generating PDF files? Kind Regards, Marek Spichalski ---

Re: [iText-questions] text searching + opening a document directly to the search result location

2010-05-18 Thread Mike Marchywka
> Date: Tue, 18 May 2010 04:30:48 -0700 > From: victor_ba...@yahoo.com > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] text searching + opening a document directly to > the search result location > > > > Hello! > > In my app. I ha

[iText-questions] text searching + opening a document directly to the search result location

2010-05-18 Thread Victor Badic
Hello! In my app. I have a table. On each row there is a help button. The help is provided in the form of a large PDF file. If the user presses the help button on a row, the PDF should open directly where the explanation for that row properties is. Can I do this with iText (actually iTextSharp

Re: [iText-questions] PDFStamper Moreinfo

2010-05-18 Thread Leonard Rosenthol
You should read the XMP documentation as well as the PDF/A or PDF/X standards to see how DocInfo is "mapped" to XMP. Yes, since XMP has only been part of PDF since version 1.4, there most certainly exist PDF documents that do not contain XMP. Leonard From: Murugesh Annadurai [mailto:murug...@n

Re: [iText-questions] Digital Signature - Externally Signed?

2010-05-18 Thread mkl
chorpeac, chorpeac wrote: > I need to be able to sign on the client (since no private key is on the > server), and then pass the bytes to the server (where iTextSharp resides) > to apply the signature. > > Can this be done? > > I checked this out > http://itextpdf.sourceforge.net/howtosign.