Merging pdf files - embedded font

  • Follow


Hi!

I have a PDF file with an embedded font. I am merging two copies of
this PDF. What I get is a big PDF file which is twice the size of the
original. It looks like the merge put twice the font in the file. Is it
normal? Why doesn't he detect that it's the same embedded font and put
it only once in the file? By the way I'm using VB.NET with PDF4NET
component. I don't know if it's a problem with the component or it a
PDF standard. When I'm merging many PDF files, I get big size files,
it's a big problem for us.

Someone has a clue for this?

Thanks!

Jeff

0
Reply jeffreyv 11/18/2005 3:48:28 PM

Try doing a "save as". This generally results in a substantial reduction in 
file sizes.

Not sure how to do it with PDF4NET
<jeffreyv@globetrotter.net> wrote in message 
news:1132328908.136902.182780@f14g2000cwb.googlegroups.com...
> Hi!
>
> I have a PDF file with an embedded font. I am merging two copies of
> this PDF. What I get is a big PDF file which is twice the size of the
> original. It looks like the merge put twice the font in the file. Is it
> normal? Why doesn't he detect that it's the same embedded font and put
> it only once in the file? By the way I'm using VB.NET with PDF4NET
> component. I don't know if it's a problem with the component or it a
> PDF standard. When I'm merging many PDF files, I get big size files,
> it's a big problem for us.
>
> Someone has a clue for this?
>
> Thanks!
>
> Jeff
> 


0
Reply Dan 11/19/2005 11:41:39 PM


Jeff,

tipically pdf "libraries" does not optimize the resulting pdf. It's not
very easy to check if 2 embedded fonts are the same font and remove one
of them. But it's not impossible: try multivalent
(http://multivalent.sourceforge.net/) or PdfLib PLOP
(http://www.pdflib.com/products/plop/index.html). They could be
usefull....


  Reagrds


  Fabrizio


jeffreyv@globetrotter.net wrote:
> Hi!
>
> I have a PDF file with an embedded font. I am merging two copies of
> this PDF. What I get is a big PDF file which is twice the size of the
> original. It looks like the merge put twice the font in the file. Is it
> normal? Why doesn't he detect that it's the same embedded font and put
> it only once in the file? By the way I'm using VB.NET with PDF4NET
> component. I don't know if it's a problem with the component or it a
> PDF standard. When I'm merging many PDF files, I get big size files,
> it's a big problem for us.
> 
> Someone has a clue for this?
> 
> Thanks!
> 
> Jeff

0
Reply fhtino 11/21/2005 10:41:59 AM

2 Replies
565 Views

(page loaded in 0.031 seconds)

Similiar Articles:













7/25/2012 10:50:33 AM


Reply: