Re: [iText-questions] Embedding fonts when copying PDF

2010-03-11 Thread Leonard Rosenthol
this to you. Start reading and then ask some specific/pointed questions. Leonard -Original Message- From: fbga81 [mailto:fbg...@hotmail.com] Sent: Wednesday, March 10, 2010 9:05 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Embedding fonts when copying PDF

Re: [iText-questions] Embedding fonts when copying PDF

2010-03-11 Thread Leonard Rosenthol
Difficult, not impossible. -Original Message- From: fbga81 [mailto:fbg...@hotmail.com] Sent: Wednesday, March 10, 2010 12:04 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Embedding fonts when copying PDF OK, thanks Leonard. Now I understand what you tried

Re: [iText-questions] Embedding fonts when copying PDF

2010-03-11 Thread fbga81
code, with a detailed understanding of PDF and fonts, to > make it happen. > > Leonard > > From: Borja Garcia [mailto:fbg...@hotmail.com] > Sent: Wednesday, March 10, 2010 8:59 AM > To: Leonard Rosenthol > Subject: Re: [iText-questions] Embedding fonts when copying PDF >

Re: [iText-questions] Embedding fonts when copying PDF

2010-03-11 Thread fbga81
cumentation that would > imply that any of these methods - or any other method in iText - would do > that? > > -Original Message- > From: fbga81 [mailto:fbga81 hotmail.com] > Sent: Wednesday, March 10, 2010 5:41 AM > To: itext-questions lists.sourceforge.net > Su

Re: [iText-questions] Embedding fonts when copying PDF

2010-03-10 Thread Leonard Rosenthol
[mailto:fbga81 hotmail.com] > Sent: Wednesday, March 10, 2010 5:41 AM > To: itext-questions lists.sourceforge.net > Subject: [iText-questions] Embedding fonts when copying PDF > > Hello, > > I'm triying to copy an existing PDF to make it a PDF/A and I must embed the >

Re: [iText-questions] Embedding fonts when copying PDF

2010-03-10 Thread Khadikar, Rahul
, Rahul Khadikar -Original Message- From: fbga81 [mailto:fbg...@hotmail.com] Sent: Wednesday, March 10, 2010 4:11 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Embedding fonts when copying PDF Hello, I'm triying to copy an existing PDF to make it a PDF/A

Re: [iText-questions] Embedding fonts when copying PDF

2010-03-10 Thread rhul_rk
Hi fbga81, Try this... might be this helps you. Document document = new Document(); PdfWriter.GetInstance(document, new FileStream(Server.MapPath("~//TestPDFAmit//" +DateTime.Now.ToString("ddMMMhhmmttss") + ")" + ".pdf"), FileMode.Creat

Re: [iText-questions] Embedding fonts when copying PDF

2010-03-10 Thread Leonard Rosenthol
? -Original Message- From: fbga81 [mailto:fbg...@hotmail.com] Sent: Wednesday, March 10, 2010 5:41 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Embedding fonts when copying PDF Hello, I'm triying to copy an existing PDF to make it a PDF/A and I must embed the

[iText-questions] Embedding fonts when copying PDF

2010-03-10 Thread fbga81
Hello, I'm triying to copy an existing PDF to make it a PDF/A and I must embed the fonts but I don't get it. I'm doing this: try { int pageOffset = 0; ArrayList master = new ArrayList(); Document document = null; PdfCopy writer = null; String outFile = "D:\\tmp\\OUT_PDF.pdf"; FileOut