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
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
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
>
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
[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
>
,
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
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
?
-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
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