Print PDF without embedded fonts (for USPTO)

I need to print PDFs that can be uploaded to the US PTO, and for them to be compatible they must not have any embedded fonts. I am using the Acrobat XI Distiller with the configuration file downloaded directly from the PTO website http://www.uspto.gov/ebc/portal/efs/uspto.joboptions, but the fonts are still being embedded. Is there any way to get the PDF distiller to not embed any fonts?

The .joboptions file that your posting points to very specifically requests that all fonts be embedded, subsetted!!! 
Thus, if you are using these joboptions to produce PDF, you are getting exactly what the joboptions call for.
If someplace on the US Patent and Trademark Office website is telling you to not embed fonts and then provides these joboptions, then they are giving you conflicting information! 
However, searching that website, I found instructions for PDF file creation such as at <EFS-Web PDF Guidelines> and the attached PDF file from the website.
In fact, the US Patent and Trademark Office absolutely requires that you embed all fonts.
          - Dov

Similar Messages

  • How to export PDF without embedded fonts?

    Hi,
    I'm using CrystalReports with VS2008. I export a report in this way:
    rpt.ExportToDisk(ExportFormatType.PortableDocFormat, filename);
    This works fine except it includes the used fonts. A older version of our export tool used Delphi and the vcl component which did not include the fonts. Including the fonts increase the pdf filesize in my case from 21kb to 70kb. Sounds less but the export creates around 1500 pdf on one day.
    Is there a way to export to pdf without embedding the fonts?
    Thanks
    Thomas

    Hi Thomas,
    No, and it's not all just embedded fonts. After CR 8.5 we converted everything to be UNICODE compliant. So as of CR 9 the size of the files, Printing as well as exporting, increased due to the unicode feature. All characters and bits of the files are now double byte in length with the resulting output being typically 4 or 5 times greater in size ( just a guess ).
    Only option would be to export as usual through CR and then use PDF API's to remove the fonts from the output file and resave the PDF.
    Thank you
    Don

  • Fix non-embedded fonts for USPTO filing

    Hi,
    The United States Patent and Trademark Office does not allow submission of PDF files with non-embedded fonts.
    I know how to create documents from Word, etc. that comply with this requirement, but I frequently get PDFs from other sources that do not have  all their fonts embedded, especially the asian fonts.
    I know that one possible fix is to print the existing PDF as a PDF image.  However, when I do this my file size becomes MUCH larger than the original.  Re-printing to PDF seems like a very kludgy fix.  Another very iffy fix I've used for large PDFs is to print the PDF document on paper and just scan it with our office scanner, which will keep the file size small but is a waste of time and paper.
    Is there no better way to deal with the issue of non-embedded fonts?

    Need Acrobat 9 Pro or Pro Extended -
    Advanced > Preflight
    In the Preflight dialog, open the "Options" drop-down menu and select "Create New Preflight Profile".
    Give the new profile a name & save it.
    In the dialog, at the left you'll see your new profile.
    Locate and click on "Fixups" (2nd from bottom).
    Over to the right, over the listing of fixups that appears, there is a find/search field.
    Enter "embed" (the first three letters will do).
    Two fixups are available.
    --| Embed Fonts
    --| Embed Fonts (even if text is invisible)
    Select one. Under the fixup list there is an arrow pointed to the left. Click it. The center pane will display the selected fixup.
    Click Save then OK.
    The profile is available for use.
    A Batch Sequence could be made that uses this Preflight profile to permit processing many PDFs at "one go".
    [If you do not want to DIY, then use the "out of the box" profile located in the PDF fixups Group.
    Both "Embed" profiles are there.]
    Be well...
    Message was edited by: CtDave

  • How to create PDF without embedded fonts from Indesign

    Can anyone tell me how to create from Indesign a PDF that certainly does not contain any fonts I don't want to include? But that would appear in the same layout in a substituted font, including italics and small caps?

    You can't, InDesign will embed the fonts for  you.
    To unembed fonts you need Acrobat Professional. Go to Tools>Print Production>Pdf Optimiser
    go to Fonts
    And select the fonts to unembed.
    You could select any text and change the Transparency to 99.9%.
    Then in Edit>Transparency Flattener make a new one using High as a base for the new
    Select Convert Text to Outlines.
    When you Export to pdf, choose Adobe PDF 1.3, and go to Flattening, choose the new Flattener Preset that you just made.
    And when you export it, any text forced through the Flattener will be converted to outlines. (this could violate the terms of the Font Licencing.)

  • Can I add some UTF-16 characters(4 bytes, like japanese character) in to PDF,without embedding fonts

    Hi all,
    I have some 4 bytes japanese characters, when I embedding the MSPMincho fonts to PDF file, the characters displays well, but can it works without embedding this fonts?
    Thanks and Regards

    Try this (not tested):
    import oracle.sql.CharacterSet;
    CharacterSet csDB=CharacterSet.make(CharacterSet.ZHS32GB18030);
    int byteLenDB = csDB.convert("your string").length;
    Note, ZHS32GB18030 is currently supported as the client character set only. You should better not define a database with this character set. (See: Database Globalization Support Guide, Table A-9). It looks like we have to clarify this, because DBCA lists ZHS32GB18030 and CREATE DATABASE accepts it.
    The DB character set does not seem to be available through any public API (though it is retrieved and stored internally). You have to query the database.
    -- Sergiusz

  • Rotating text without embedding fonts - how?

    No doubt same or similar question was asked and most likely answered but I could not
    find anything that would match...
    I want to draw column headers of my ADG vertically. So, I need rotate column text 90 degree
    and adjust position.
    Is it true that it can be achieved with embedded font only? If it is true how can it be done for
    Unicode code, which includes ranges for Japanese, Chinese, etc characters. The size of
    swf is going to be huge. Several sites like this
    http://www.forestandthetrees.com/2009/06/29/rotating-text-without-embedding-fonts/
    claims that they have a solution for the problem without embedding fonts.
    Note: I am still using Flex 3.3 SDK with no TLF. By the way, do TLF libraries work with
    3.3 SDK.?
    Thanks in advance

    Draw your text onto a bitmap image (or take an ImageSnapshot of a Label), then rotate the image.

  • [svn:fx-trunk] 13366: Ensuring that AFEFontManager, if it is available, overrides the lookup for embedded fonts for all supported font types, including TTF, when embedding legacy DefineFont3 fonts.

    Revision: 13366
    Revision: 13366
    Author:   [email protected]
    Date:     2010-01-07 22:15:50 -0800 (Thu, 07 Jan 2010)
    Log Message:
    Ensuring that AFEFontManager, if it is available, overrides the lookup for embedded fonts for all supported font types, including TTF, when embedding legacy DefineFont3 fonts. BatikFontManager will remain a backup in the event that AFEFontManager is not found though BatikFontManager;s support is limited to TTF for legacy DefineFont3 fonts.
    QE notes: Remember that bitmap comparisons could change slightly
    Doc notes: N/A
    Bugs: N/A
    Reviewer: For Gaurav
    Tests run: checkintests, QE had run local tests
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/frameworks/flex-config.xml

    I got again a total system freeze today when I wanted to launch firefox using only the openbox menu, without wbar running.
    So I decided to try now the 'nouveau.noaccel=1' kernel command line parameter, and to use again wbar for my frequently used applis.
    In the Xorg log, the differences are:
    without 'nouveau.noaccel=1'
    [ 30.761] (II) UnloadModule: "nv"
    [ 30.761] (II) Unloading nv
    [ 30.761] (--) Depth 24 pixmap format is 32 bpp
    [ 30.762] (II) NOUVEAU(0): Opened GPU channel 0
    [ 30.765] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 30.765] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 30.765] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 30.776] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 30.777] (II) EXA(0): Driver registered support for the following operations:
    [ 30.777] (II) Solid
    [ 30.777] (II) Copy
    [ 30.777] (II) Composite (RENDER acceleration)
    [ 30.777] (II) UploadToScreen
    [ 30.777] (II) DownloadFromScreen
    [ 30.777] (==) NOUVEAU(0): Backing store disabled
    [ 30.777] (==) NOUVEAU(0): Silken mouse enabled
    with 'nouveau.noaccel=1'
    [ 1191.621] (II) UnloadModule: "nv"
    [ 1191.621] (II) Unloading nv
    [ 1191.621] (--) Depth 24 pixmap format is 32 bpp
    [ 1191.621] (EE) NOUVEAU(0): Error creating GPU channel: -19
    [ 1191.621] (EE) NOUVEAU(0): Error initialising acceleration. Falling back to NoAccel
    [ 1191.621] (==) NOUVEAU(0): Backing store disabled
    [ 1191.621] (==) NOUVEAU(0): Silken mouse enabled
    [ 1191.621] (==) NOUVEAU(0): DPMS enabled
    So now 3D acceleration is disabled.
    I will see now if the system is stable enough for my daily usage and gives satisfactory performances.
    I am almost sure that the mesa nouveau dri driver is the cause of the freezes.
    Last edited by berbae (2013-03-27 10:07:42)

  • Placed PDF (with embedded fonts) reports fonts not available!

    Hi,
    Can anyone tell me why Illustrator CS (I know it's old) should report Fonts missing when the PDF I have placed has definately got the fonts embedded.
    The PDF was made in InDesign CS4 using the default [High Quality Print] setting. If I look at the properties of the created PDF it lists all the fonts as being embedded subsets.
    I know I can get around this by outlining the text but I shouldn't have to.
    Thanks
    Simon Kemp

    So, Illustrator will always require the fonts present and will disregard any embedded fonts?
    That's pretty much it. Remember: Illustrator is not a PDF viewing program. It wants to let you edit the document. PDF is essentially a document exchange format and not really intended for editable content (beyond the extent Acrobat enables). Font designers want you to buy their products if you're going to be doing anything other than reading the text.
    The link-place-flatten trick is good to have in your bag of tricks, but I am not alone in recommending you do not blindly outline all type. Aside from making it nearly impossible for an output service provider to make a possibly necessary last-minute correction, you will not get the proper hinting with very small type. Moreover, if you're dealing with a large amount of text, you'll end up with huge files.

  • How can I create a PDF with embedded fonts (not a subset of the font) from Excel?

    I need to create PDF's from Excel spreadsheets. The PDF needs to have embedded fonts but every time I create one it only has a subset of the embedded font.  I have tried setting preferences in the Acrobat add in (unchecked the "Subset Embedded Fonts" option and also tried with the Subset Embedded Fonts checked but the percentage set to only 1% in an attempt to force full font to be embedded.)
    I also tried opening the resulting PDF with Acrobat Pro XI but could not figure out how to add the font in.
    A method to accomplish the results from either tool would be great.

    Anna;
    Unless you can add those fonts to your system via the Font book and then substitute them in iPhoto, you'll have to either user the available fonts or create your own pages, 8.5 x 11, in an image editor like Photoshop Elements and use them on pages that are one photo per page. Other's have done that with some success.
    If you has PS or PSE create an 8.5 x 11" canvas at 300 dpi. Then you can add your photos, add text (if PS can use the text), and create your own layout.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • HP 1200 not printing pdfs/uses default fonts in Word docs

    Happy Birthday USA!
    Last week I loaded 10.4.10 to Mac mini and eversince I have not been able to print pdfs from Adobe Reader or print desired fonts from Word.
    (I have overcome default to US letter problem in Word)
    I have loaded latest drivers from HP site/ installed original drivers from HP disk but these appear to be for OSX rather than 10.4.10.
    Any suggestions?

    First of all I would try running Repair Disk Permissions. This can help with printing issues, especially after updates.
    If you are able to print the same pdf's from Preview that you cannot from Acrobat, then you could try deleting its plist with it closed. If that doesn't help then try deleting and reinstalling Reader.
    Re Word, are you getting Courier substitution for the fonts that are not printing or is the line blank where the text should be?

  • Export as PDF with embedded profiles for Grayscale images

    Does InDesign CS6 export pages with Grayscale images as PDF with embedded profiles?
    Possible profiles, for instance:
    – Gamma 2.2
    – Dot gain 20%
    – Black Ink ISO Coated v2 (ECI)
    Export mode:
    – Acrobat 5 or higher
    – No color conversion
    – Embed all profiles
    Test by Acrobat Pro
    Advanced > Print production > Preflight > PDF analysis > List objects using ICC/Lab/Calibrated Color
    [The question is not about the export of Color images as Grayscales]
    Best regards --Gernot Hoffmann

    I wouldn't ever use different RGB profiles and different CMYK profiles and
    different Gray profiles in one doc – it's just necessary for tests.
    If you had a hypothetical case where your InDesign document's assigned CMYK profile and intended output was ISOcoated_v2_300_eci and you recieved grayscales for placement with different gray profiles assigned, I think you would have to make the conversion in Photoshop if you want the grayscales to be converted to your ISOcoated_v2_300_eci output intent space.
    So in this case I have a grayscale image with Dot Gain 10% assigned and you can see the 50% patch is reading as 50% in Info panel:
    If set my Working Gray space to the ISO Coated profile as above and do a Convert to Profile with the Destination set to Working Gray:
    The preview doesn't change but I get converted gray values—50% is now 44%:
    If I place the grayscale in an InDesign doc with ISOcoated_v2_300_eci assigned as the CMYK profile, the preview won't change (you have to turn on Overprint /Sep Preview), and the converted numbers will show in Separation Preview. The preview and numbers will also be unchanged in Acrobat if you export to default PDF/X-4

  • PDF optimiser - Embedded Fonts.

    Hi,
    I'm looking at optimising my PDF files to make them smaller but retain quality. I've looked at the embedded fonts and found 2 different fonts. If I remove or unemded one font, would it change the other text to the embedded font? The file I ave is a large map, and I've edited the text I will use but would like all text to be the same, would the embedded tool do this for me? If not what would happen if I unemded a font?
    Thank You

    If its a Font family not associate with the original document Go ahead and remove.
    Also you can remove all but one copy of a given style of font.
    say you have 5 copies of ITC Benguiat Book, 3 copies of ITC Benguiat Bold, 2 Copies of ITC Benguiat Italic
    remove all but one copy of each. Must have one of each style you have
    If you had the above fonts (example) and also had a copy of Helvetica , or New times Roman and it wasn't used in original Document  Remove them.
    To be on safe side I would save the optimized version with a slightly different name. That way if it doesn't look right you will have original to fallback on.

  • How to have rotated axis labels in charts without embedding fonts?

    Hi all,
         I am trying to have slant/rotated axis labels in flex charts to avoid clutter in cases of large number of sample points. It was fairly easy to do this using 'labelRotation' method in AxisRenderer but this involved embedding fonts [ causes my swf to increase in size by atleast a 100KB which in my case is very high ]. My question is.. Can this be done without embedding the fonts? Maybe with the use of labelRenderer? Any alternatives that would solve the purpose without increase in swf size are also most appreciated as I ve been struggling with this for quiet a while.
    Thanks a ton,
    Siva

    Please check LabVIEW\Examples\picture\demos.llb\polar plot demo.vi
    But it has no zooming and cursors.
    Maybe you can modify that example and use XY plot instead of picture control. I mean for each function plot on the picture, you generate another function to replace it and generate XY data pairs.

  • Embedded Fonts for Accordion Headers

    Does anyone know how to get embedded fonts to show up in the
    accordion header? i checked out the Adobe LiveDoc on customizing
    the accordion component and it says to use the setStyle method. The
    font I've embedded is Futura. Here's what I've tried using
    myAccordion_ac.setStyle("fontFamily", "Futura");
    myAccordion_ac.setStyle("embedFonts", "true");
    However, simply embedding a font and setting that boolean to
    "true" doesn't work. Does anyone know how this is supposed to work?
    Thanks for any help.

    Need Acrobat 9 Pro or Pro Extended -
    Advanced > Preflight
    In the Preflight dialog, open the "Options" drop-down menu and select "Create New Preflight Profile".
    Give the new profile a name & save it.
    In the dialog, at the left you'll see your new profile.
    Locate and click on "Fixups" (2nd from bottom).
    Over to the right, over the listing of fixups that appears, there is a find/search field.
    Enter "embed" (the first three letters will do).
    Two fixups are available.
    --| Embed Fonts
    --| Embed Fonts (even if text is invisible)
    Select one. Under the fixup list there is an arrow pointed to the left. Click it. The center pane will display the selected fixup.
    Click Save then OK.
    The profile is available for use.
    A Batch Sequence could be made that uses this Preflight profile to permit processing many PDFs at "one go".
    [If you do not want to DIY, then use the "out of the box" profile located in the PDF fixups Group.
    Both "Embed" profiles are there.]
    Be well...
    Message was edited by: CtDave

  • Avoid "Embedded Subset" in PDF when embedding fonts

    Hi,  I am preparing documents according to a requirement for which "When embedding fonts, all characters for the font should be embedded, not just a subset of the fonts being used in the document."
    When creating the document with Acrobat 6 (or Acrobat XI) even if  'Adobe PDF Settings' include specifications
    - Embed all fonts: checked
    - Subset embedded fonts when ...: unchecked
    - List of Fonts to never Embed: null
    (Compatibility: Acrobat 5.0, version 1.4)
    the result is that the produced PDF includes all fonts with the specification '(Embedded Subset)'.
    How to configure 'Adobe PDF Settings' from Word so that in all cases the 'full' font is embedded?

    Hi,
    thank you for your answer! I am still puzzled though.
    It sounds strange that an option is included in 'Adobe PDF Settings'
    - Subset embedded fonts when ...: unchecked
    and this is not executed when the PDF is created.
    According to your experience "certain types of fonts can only be embedded as subsets". Is there a list of the fonts that are not embedded as full font?
    I have read that "Some fonts have a 'do not embed' flag which is a copyright restriction from the vendor of the font".
    Can this be the reason for "subset embedding" instead of "full" font embedding?
    Many thanks in advance for any other feedback,
    also concerning actual enforcement of the requirement for full font embedding (by the FDA),
    Armando

Maybe you are looking for

  • (VPN) There is no internet after connection established.

    Hi Guys,  Mission: PC-1 in country X would like to use the internet(browsing, using his IP-->)  of PC-2 in country Y. Stage: on PC-2 i created "new incoming connection trough the internet" (VPN server) and on PC-1 i set up VPN client with (PPTP). The

  • ICS RAZR Problem with WiFi

    After updating to ICS this morning, I now have a few issues. 1) Can no longer connect to any Wi-Fi.  Cycles between 'Connecting...' and 'Saved, Secured with WPA/WPA2'.  Same Wi-Fi network works fine with other Wi-Fi devices and did so with my RAZR be

  • Ati Driver Not Found Xp

    I did a fresh install of windows xp on my new lenovo U330. Everything went fine. Yet when I go to install the lastest Ati Mobile Drivers 9.2 it says hardware not found. If I use the Ati drivers from lenovo's site then it works fine, yet the driver is

  • Available for verizon or others?

    will the iphone ever be available for verizon or different companies?

  • Flatfile Upload with APD

    Hi, I try to use a flatfile (CSV) as datasource within APD. The flatfile was created with MS Excel, then saved in csv-format on a Windows file server and brought to the BI application server via a Samba server. The carriage returns of the csv-file is