How To Get Rid Of Pdf Architect Word Plug-in

This page provides an overview of the way fonts are supported in PDF files. It covers the basics about the supported font types, encodings and the ways of enclosing fonts in a PDF, by either embedding or subsetting them. How and why to outline fonts is discussed. Some general recommendations about font handling can be found at the bottom of this page.

Obviously there are other tools that can provide an overview of all fonts, such as for instance the Enfocus PitStop plug-in. How to embed fonts. Some applications such as Adobe InDesign automatically embed all fonts when pages are exported to PDF. With all the many helpful features and settings that PDF Architect has to offer, the new version was designed to make them as easy for you to use as possible. Therefore, some of the more advanced actions no longer require using Java Script and will contemplate your workflow in a much smoother way.

PDF font basics

The PDF file format supports the use of the following font formats:

How To Get Rid Of Pdf Architect Word Plug-in File

  • Composite fonts (Type 0): both Type 1 (CIDFontType0) and TrueType (CIDFontType2) are supported.
  • OpenType: From PDF 1.6 onwards, OpenType fonts can be stored directly in a PDF file. Within an OpenType font the character shapes or glyphs can be encoding using either TrueType or Type 1. That means PDF production tools can embed an OpenType font by taking it apart, copying either the TrueType or the CFF (Type 1) glyphs and embedding those in the PDF in their original/old style format. This was common practice with applications like Acrobat or InDesign before PDF 1.6 was released. Some tools still do this today because it leads to a smaller PDF file if none of the extra features in OpenType are required.

By preference any fonts that are used in a layout are also included in the PDF file itself. This makes sure that the file can be viewed and printed as it was created by the designer. There are two mechanisms to include fonts in a PDF:

  • Embedding – A full copy of the entire character set of a font is stored in the PDF.
  • Subsetting – Only those characters that are actually used in the layout are stored in the PDF. If the “$” character doesn’t appear anywhere in the text, that character is not included in the font. This means that PDF files with subsetted fonts are smaller than PDF files with embedded fonts. For subsetted fonts, the font name is preceded by 6 random characters and a plus sign.

Keep in mind that font foundries can forbid font embedding for certain typefaces through their end user license agreement. In TrueType and OpenType fonts, they can add this restriction in the font data. Applications that properly honor the licensing policy of such a font will not embed it in a PDF. Only a few type foundries actually release fonts with such severe restrictions, but they do exist.

If certain fonts are missing from the PDF file, Adobe Acrobat, and Adobe Reader will automatically try to emulate the missing font by using one of the Multiple Master fonts that are built into these programs. This way, the document will not be represented exactly as the designer wanted it to, but at least the text won’t reflow. The Multiple Master fonts that are used for this are:

  • Adobe Serif MM
  • Adobe Sans MM

How To Get Rid Of Pdf Architect Word Plug-in Version

Another important aspect of font handling is the encoding. This refers to the mapping of a character code to a particular glyph (character shape) description. Each font in a PDF uses a specific type of encoding, either a standard or a custom one. The following types of encoding are supported by the PDF file format:

  • StandardEncoding
  • WinAnsiEncoding
  • MacRomanEncoding
  • MacExpertEncoding
  • A custom encoding can be used by defining a ‘Differences Array’.

Which fonts are used in a PDF?

There are several ways in which you can get a list of all of the fonts that are used within a PDF file using Adobe Acrobat or Adobe Reader.

  • Adobe Acrobat and Adobe Reader have a Fonts tab in the Document Properties window (File > Properties). Earlier versions would only show the fonts from the active page. I do not know if this is still true for newer releases.
  • The preflight engine in recent versions of Adobe Acrobat Professional is capable of providing a more detailed list of all of the fonts that are used in a PDF.
  • To get an extensive overview of all the fonts used in a document, select Create Inventory in the Options drop-down list of the Acrobat 9 Professional Preflight tool. The Font inventory does not only list all of the fonts but even all the glyphs that are used within the PDF. Below is an example of the level of detail.

An example of one of the entries in the Acrobat 9 font inventory

Obviously there are other tools that can provide an overview of all fonts, such as for instance the Enfocus PitStop plug-in.

How to embed fonts

Some applications such as Adobe InDesign automatically embed all fonts when pages are exported to PDF.

Acrobat Distiller offers an option to automatically add missing fonts to PostScript files it has to process. In the font locations menu, the user can define several folders that have to be searched for fonts that are missing in the PostScript file. Distiller only needs the printer fonts, it does not need the screen fonts.

Fonts that are not necessarily included in PDF files

Older versions of Adobe Acrobat (Acrobat 3.x and earlier) will never embed the following 14 fonts in a PDF file:

  • Courier, Courier-Bold, Courier-Oblique & Courier-BoldOblique
  • Times-Roman , Times-Bold , Times-Italic & Times-BoldItalic
  • Helvetica, Helvetica-Bold, Helvetica-Oblique & Helvetica-BoldOblique
  • Symbol
  • ZapfDingbats.

These fonts, excluding ZapfDingbats, are called the Base 13 fonts.

From Acrobat 4.x onwards, there is no problem embedding the above 14 fonts. In fact it is a good idea to actually always embed these fonts as well. Instead, we got another restriction: if the licensing policy of a TrueType forbids the font to be included in a file, Distiller 4 and later will respect this restriction and will not embed the font.

How to subset fonts

It is possible to only include those characters of a font that are actually used in the publication. This technique is called ‘font subsetting’.

Usually you can specify that font subsetting needs to be used as soon as a certain percentage of the character set of a font is used. Below is the option that is shown in Adobe InDesign CS4. A similar ‘Subset fonts below XX %’ parameter is available in Acrobat Distiller.

There are 2 advantages to subsetting fonts:

  • It reduces the size of a PDF file and can be handy if the file size is really crucial, for instance for PDF files that will be downloaded from the web.
  • RIPs will always use a subsetted font, even if the full font is already available on the RIP. This way text reflows caused by differences between fonts can be avoided.

There are two disadvantages to subsetting fonts:

  • If you want to edit text in certain PDF editing tools and the character you need is not included in the subset, it cannot be used for the correction. Acrobat itself does not suffer from this. It only uses the system fonts for editing.
  • Merging two files that contain a different subset of the same font can lead to missing or swapped characters. Older PDF applications can suffer from this. Most of these bugs have been fixed in more recent versions.

How to outline fonts

Sometimes it can be practical to convert all fonts within a PDF to outlines. This way the text in the PDF is ‘locked down’ and will not be output differently by a RIP because of some weird font behavior. You should be aware that outlining fonts affects the quality of the type: at smaller type sizes the output quality will be slightly inferior (because font hinting is gone) and small type may also fatten up a little.

There is an option to outline all text in the Advanced > Print Production > Flattener Preview option in Acrobat 8 Professional. This will only outline text on pages that have transparency in them so the trick is to add a transparent object to each page (either using a watermark or using PitStop Professional). You can find a discussion and sample screen shots about this trick in this thread.

How to extract fonts from a PDF

You actually cannot extract a font from a PDF, not even if the font is fully embedded. There are two reasons why this is not feasible:

  • Most fonts are copyrighted, making it illegal to use an extractor.
  • When a font is embedded in a PDF, not all of the font data are included. Obviously the font outline data are included as well as the font width tables. Other information, such as data about ligatures, are irrelevant within the PDF so those data do not get enclosed in a PDF.

I am not aware of any font extraction tools but if you come across one, the above reasons should make it clear that these utilities are to be avoided.

General recommendations

In order to minimize surprises with fonts in PDF, try following these guidelines:

  • Always set Distiller to error out when a font is missing.
  • Always embed all fonts.
  • Always embed complete fonts, do not subset fonts. This avoids rare problems when for example putting several pages using the same font in different subsets onto the same plate.
  • Always turn off ‘Use local fonts in Acrobat’ on every machine in your shop.
  • Always do a preflight for occurrences of Courier in PDF files you process or send away or receive (in case a font has been substituted)
  • Try to avoid using the TouchUp text edit tool in Acrobat.
  • Remove all fonts from your RIP (except Courier, Helvetica or any other font that your RIP may absolutely require to operate correctly).
  • Use only Adobe PostScript 3 or Harlequin based RIPs or output devices. There are some RIPs/output devices around that have problems handling certain font stuff (e.g. CID fonts as in PDFs produced by InDesign).
30 December 2016

Do you want to disable the blog features in WordPress? Some of you might be building websites with no blogs or any blogging related element. In this article, we will show you how to easily disable blog features in WordPress without writing any code.

Why Disable Blog Features in WordPress?

If you’re looking to start a blog, then WordPress is the best platform. Many notable big name brands use WordPress for all kind of websites including blogs.

On the other hand, some websites really don’t need a blog. WordPress is completely capable of building websites without using any blogging features at all.

However, those remains of blogging features like posts, comments, categories and tags will still be visible in the admin area.

If you are building a website for a client that has never used WordPress before, then this could be confusing for them.

Well the good part is that you can disable all the blogging features and turn WordPress into a non-blogging CMS platform.

Disabling Blog Features in WordPress

First thing you need to do is install and activate the Disable Blogging in WordPress plugin. For more details, see our step by step guide on how to install a WordPress plugin.

Upon activation, you need to visit Settings » Blogging page to configure plugin settings.

As you reach the plugin’s settings page, you will notice that blogging features like posts and comments will disappear from your WordPress admin bar.

By default, this plugin disables all WordPress blogging features including posts, categories and tags, comments, author pages, RSS feeds, pingbacks and trackbacks, and many more unnecessary items.

On the settings page, you can selectively turn features on and off. The settings page is divided into different tabs.

On the general tab, you can enable or disable posts, comments, author pages, RSS feeds, pingbacks and trackbacks.

Next, you can switch to the extra tab. Here you can control items like admin greeting, emoji support, screen options, help tabs, and change admin footer text.

The profile tab allows you to clean up the profile area for user accounts in WordPress. You can show and hide items that users can change on their profile.

The last tab is Menu, which allows you to control how WordPress admin menu looks like.

You can choose where your users are taken inside the admin area when they click on the Dashboard. You can show or hide icons, separators, and move the Pages menu to the top.

Don’t forget to click on the save changes button to store your settings.

If you haven’t already selected a page to be used as your static front page, then you need to head over to Settings » Reading page.

Get

Note: This plugin doesn’t delete anything from your WordPress site. It simply hides them. If you had posts and comments, they will become available again when you deactivate the plugin.

We hope this article helped you learn how to disable blog features in WordPress. You may also want to see our list of 24 must have WordPress plugins for business websites.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.