CAM-PDF
    
    
  
  
  
view release on metacpan or search on metacpan
lib/CAM/PDF.pm view on Meta::CPAN
de-embedding.
De-embedding the font does NOT remove it from the PDF document, it
just removes references to it.  To get a size reduction by throwing
away unused font data, you should use the following code sometime
after this method.
  $self->cleanse();
For reference, the standard fonts are C<Times-Roman>, C<Helvetica>, and
C<Courier> (and their bold, italic and bold-italic forms) plus C<Symbol> and
C<Zapfdingbats>. (Adobe PDF Reference v1.4, p.319)
=cut
sub deEmbedFont
{
   my $self = shift;
   my $pagenum = shift;
   my $fontname = shift;
   my $basefont = shift;
( run in 0.780 second using v1.01-cache-2.11-cpan-5dc5da66d9d )