HELP! Embed PDF Font for Qoop Document

I am attempting to create a book for qoop.com; howevver every time I attempt to upload the pdf, created in Adobe Acrobat (version 6.x), I get an error message stating that "The file you uploaded contains non-embedded fonts that we cannot print. Please embed the fonts and re-upload." I have contacted the Qoop company; however they just said to google it to find the solution....AWESOME customer service! At any rate I cannot figure out what I'm doing wrong. My file is all Times New Roman, has columns, bullet points and bold fonts (if any of this matters).
Thanks SO much for any help you can provide.

Select the Print or Press job options settings. The Standard settings does not embed Times Roman and other default fonts. Check the font properties of the job settings files to be sure. You can do that in Distiller if you like by selecting the job settings and then selecting edit => check the fonts tab. For the Standard, Arial and Times-New-Roman are both listed as never embed. They are not listed in that set for the Press or Print settings.

Similar Messages

  • Embed Barcode Fonts for Watermark

    I hope someone could help me with this:
    I need to add a barcode to a scanned image pdf file. This file will be viewed by a number of users on their workstations. Therefore the barcode font has to be embedded to the newly created pdf file.
    I used the following VB.Net code to add the watermark:
    Dim jsObj As Object
    Dim SamplePDFFilePath As String = "c:\inputFile.pdf"
    Dim OutputFilePath As String = "c:\outputFile.pdf"
    ' Create a PDDoc IAC object.
    Dim pdDoc As Acrobat.CAcroPDDoc
    pdDoc = CreateObject("AcroExch.PDDoc")
    ' Open the source PDF document
    Dim rc As Integer
    rc = pdDoc.Open(SamplePDFFilePath)
    ' Acquire the Acrobat JavaScript Object interface from the PDDoc object
    jsObj = pdDoc.GetJSObject
    ' make a color object
    Dim oColor As Object
    oColor = jsObj.color.black()
    ' Add a text watermark.
    ' function prototype:
    '   addWatermarkFromText(cText, nTextAlign, cFont, nFontSize, oColor, nStart, nEnd, bOnTop, bOnScreen, bOnPrint, nHorizAlign, nVertAlign, nHorizValue, nVertValue, bPercentage, nScale, bFixedPrint, nRotation, nOpacity)
    jsObj.addWatermarkFromText("12345678", 1, "BarcodeFontName", 26, oColor, 0, 0, True, True, True, 0, 3, 100, -7, False, 1.0, False, 0, 1)
    ' save the PDF with watermarks to a new document.
    rc = pdDoc.Save(1, OutputFilePath)  ' full save
    This works. However the font is not embedded.
    I am using Acrobat X.
    My questions:
    1. How to embed the barcode font to the newly created pdf file using VB code?
    2. I have tried to add an additional watermark from a pdf file using this function: addWatermarkFromFile(cDIPath, nSourcePage, nStart, nEnd, bOnTop, bOnScreen, bOnPrint, nHorizAlign, nVertAlign, nHorizValue, nVertValue, bPercentage, nScale, bFixedPrint, nRotation, nOpacity). The file is a pdf containing a small graphic image. I notice after I added this image pdf as watermark, the barcode font is embedded in the new pdf file. Is this an Acrobat design? But the strange thing is that I removed the addWatermarkFromFile() function from my code and recompiled it. The graphic is not included in the new pdf file, but the font is still embedded. I wonder why Acrobat still embeds the barcode font. Is this a normal behaviour of Acrobat?
    3. I have read a posting that addWatermarkAsText() function will always embed the font. But I am not able to find this function in the SDK 10. Is this function obsolete?
    Any help is appreciated.

    Thanks, Irosenth.
    The barcode font I used is Installable. But it is not embedded.
    In fact I tried adding two lines of watermarks, one using the barcode font and the other using Windows Courier font. I checked the created pdf file, both of them were not embedded.
    Like I said, after I added a file using addWatermarkFromFile(), the fonts were embedded.
    Also, I printed the document through the Adobe PDF printer driver, the fonts were embedded.
    It looks to me that these fonts are embeddable. But they just are not embedded with the addWatermarkFromText() function.
    Any further suggestions?

  • Need big help creating PDF/X-1a compliant document.

    Hi all,
    I have tried this on my own but cannot make it work as I am not so computer savy. I have created all the files to specifications as best I can but when I try and use the preset PDF/X-1a it says violation both artbox and trimbox for every page. Ive tried fixing this manually and by using Preflight but it doesnt work for me. Can someone please help me create a PDF/X-1a complient document? I am desperate as I am trying to do this for a friend who needs my help. Looking for a good savior/Samaratin for help. My email is [email removed by host] Any help at all would be greatly appreciated either in an answer here or an email.
    Thank you in advance

    I create the files in photoshop and saved as PDF with the preset PDF/X-1a_2001 but I cant or at least I dont know how to define the bounding boxes like Trim Box and etc. in photoshop. The problem I am facing is that the pages are supposed to be set as 11.5 x8.75 for printing at 11.0 and 8.5. So I made my files the 11.5 x 8.75 size but now I cant set them to be printed at the right size(if that makes any sense-sorry I am a noob). So I am not sure what to do. I thought saving it as a PDF in photoshop and then fixing it in Acrobat was what I was supposed to do? I tried manually to set the artbox to 0 and set the trimbox to where it needed to be 11.0x8.5 with different parts cut off for the odds and even pages. But still when I try to save as PDF/X-1a it gives me error messages. I have searched the web but cant figure it out. It seems so easy for people to do it but I cant figure it out and I am panicking and need help. Can anyone help me?

  • Help required:Spool Creation for posted document in FB03 transaction

    Hi Experts,
    The requirement is like I have to send the PDF document to the user by mail once the document gets posted in SAP ECC. The posting is taking place by IDOC.
    The problem is how do i get the spool request for the document which is posted in ECC. It can be seen by entering document number in FB03 transaction but there is no smart form or SAP script or any Output type. The document is posted by IDOC.The client wants the PDF document excatly as seen from FB03 transaction. Please help as this is typical requirement i have never come across.
    Do let me know some of the user exits where in just after the posting i can write my code for spool creation. The idoc is using the BAPI_ACC_DOCUMENT_POST.

    HI
    In test mode i am able to view the document no. but not the reference document no and when double click on the document no i am not able to view the journal entry.
    Thanks.

  • [CS2/CS3 JS] How to set Default Font for multiple documents

    Hello,
    How do I set the default font for any new text frames I create.
    I have several thousand InDesign templates in which the default font is set to a font that is no longer licenced and therefore requires changing.
    I already have a script which will open each template and change the first insertion point of any (empty) text frame to a new font but any new text frames created in these templates still want to use the unlicensed font.
    Thanks for any assistance.
    Simon Kemp

    for existing documents:
    app.activeDocument.textDefaults.appliedFont = myDoc.fonts.itemByName ('Arial\tBold');
    for newly created ones:
    app.textDefaults.appliedFont = myDoc.fonts.itemByName ('Arial\tBold');

  • Need to embed frutiger font in cf document .pdf output

    I need to use a frutiger font in a cfdocument. I've added the
    font to the server, but don't see the font listed as an available
    font in dreamweaver. How do I use this special font within a .pdf ?
    With installing the font on the server, will the pdf display as
    frutiger or would EVERY user need to have frutiger
    installed?

    "Frutiger-Roman" is the Adobe Type Foundry font, see http://store1.adobe.com/cfusion/store/html/index.cfm?event=displayFont&code=FRUT10055000
    "FrutigerLT-Bold" is the Windows TrueType variant of the standard family from Linotype, see http://www.fonts.com/font/linotype/frutiger/family
    In reality the flavors of Frutiger are visually identical for normal text sizes.

  • Need help converting PDF to a word document!

    I paid to have the ability to convert a PDF document to a Word document.  When I click on "convert" the area turns gray, and nothing happens.  Once before, the document converted, but it did not come out the same.  For example, the charts did not convert at all.  Any help will be appreciated.

    You need the ExportPDF Forum

  • HELP! Converting fonts for preflight and end user review

    I want to make sure the fonts are either embedded or linked to the doc so the end user can review my file. Once it is ready for print, what are the steps to make it print friendly?

    If the client needs to edit the file, you need to send the original InDesign file. You can use the Package command in the file menu to gather all of the fonts (other than CJK or restricted fonts -- you'll see the warning) and images required for printing into folders along with the document. This does not alter the licensing requirements, though, that the other user must have their own license for each of those fonts to install them (which is why PDF is a much better solution in General as most fonts worth using allow embedding for viewing and printing in a PDF), as well as a copy of InDesign.
    Peter

  • Script for Word 2008 to set the font for whole document.

    I just moved to Office 2008 form 2004 and am shocked to see my Macros do not work! So need to solve it with Aplescript. I spend an hour to find a way of changing the font in a whole document, to no avail.
    To select all the text is easy:
    tell application "System Events"
    tell application "Microsoft Word" to activate
    tell process "Microsoft Word" to keystroke "a" using command down
    end tell
    But how to get it to do the font?
    Any tips?

    Looks promising:
    http://www.macworld.com/reviews/product/671498/review/microsoftword_for_mac2011.html
    The bottom line is this: Microsoft Word for Mac no longer feels like a second-string word processing program in the Microsoft Office suite. It is in fact a powerful tool for creating all your personal and business documents and for collaborating with others. More importantly, Word 2011 now makes it possible to insert a Mac into nearly any business environment and offer Mac users the same set of features found in Word for Windows, without compromise.
    And regarding Macros:
    http://www.macworld.com/article/154785/2010/10/welcomebackvisualbasic.html
    In my testing so far, Excel 2011 runs older macros just fine. I opened one macro-laden worksheet I’d created back in 1992 in Excel 2011; it ran perfectly. I also opened a number of Excel 2004 worksheets, all of which used macros to some degree or another, and they also worked as expected.
    New macros I’ve recorded so far all worked as expected. The Visual Basic Editor’s work area is mostly identical to that of Excel 2004’s, but with a few nice additions. For instance, the Edit menu features some new options for viewing properties, methods, constants and parameters. In the Debug menu, you can create Watch functions, which allow you to watch an expression and to stop the macro when a value changes or a condition becomes true.
    Microsoft’s Excel 2011 team has also worked to make Mac macros compatible with those written for Excel for Windows. According to Microsoft, Excel 2011 for Mac features a full port of the Windows Office VBA environment; in most cases, the OS X and Windows versions of VBA now mirror each other. This includes updating the core VBA engine in Office 2011 to VBA version 6.5, and adding some commands (FormatCurrency, FormatNumber, Replace) that had been disabled in Excel 2004 for the Mac. When there were object-model differences between the Windows and OS X versions, Microsoft says it conformed the Mac version to Office 2010. (Macworld hasn’t had the opportunity to fully test that Windows-compatibility yet.)
    Overall, I’ve been quite happy with the macro experience in Excel 2011. Now that Tools -> Macros does something useful once again, I can finally retire Excel 2004.

  • Help! Handling Fonts for Best Print Quality

    In a PS file, what is the best way to handle fonts, leave them as font or rasterize, before flatening and making PDF?

    Both InDesign and Illustrator are much better choices for business cards than Photoshop.
              - Dov

  • Help me on BDC for FI document !

    hi my Friends,
    I am Functional consultant on FI-CO module and i know a little on ABAP.
    Now I want to develope a ABAP program to transfer Accounting transaction from data File into FI-CO (FB50 screen.)
    Please show me the document or share me your source code for reference.
    thanks !

    Hi ,
    If u want to call a transaction and goto a particular screen as soon as u call the transaction, u can record the flow in BDC.
    That is u have to goto SHDB transaction for recording and then specify the transaction code then pass the values and once u reach the screen, press save button and press back.
    Code will get automatically generated.
    Then u can copy and paste the part of the code that is needed.
    Check these below :
    http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097119543b11d1898e0000e8322d00/frameset.htm
    http://www.sapgenie.com/abap/bdc.htm
    http://www.sap-img.com/abap.htm
    - An

  • PDF conversion for multipage document

    Hi
    We've created a 5 page document - can you let me know how I rearrange so that is it the right page layout for pdf for review by client?  ie. page 2 is page 2, not page 5..
    Thanks,
    Clare

    Your document should always run in continous numbering.
    It should go
    1
    2
    3
    4
    5
    Not
    5
    1
    2
    3
    4
    You can also rearrange pages in Acrobat using the Page panel and move the pages.
    If you can be more specific as to what you have done that would be great.

  • Please, help with Incremental Update for Linearized document.

    Hi, here is my problem.
    I'm working in my own annotation app. It incrementally updates pdfs. Works fine with most of the pdfs.
    But i've found couple of pdfs, that was being corrupted after updating.
    Here goes more details:
    Single page-linearized pdf: when i've looked into pdf source, i found that page object has /Parent key which referencing to non-existing object. Normally, as i understand /Parent for page object is /Type /Pages objects with /Kids /Count etc.
    12 0 obj
    <</ArtBox[26 0 585.999 792]/BleedBox[26 0 586 792]/Contents[14 0 R 15 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R]/CropBox[0 0 612 792]/MediaBox[0 0 612 792]/Parent 8 0 R/Resources 37 0 R/Rotate 0/TrimBox[26 0 586 792]/Type/Page>>
    endobj
    Parent 8 0 R - Is missing
    But all pdf viewers are ok with that.
    So, this pdf has two Xref tables:
    36 0 obj
    <</DecodeParms<</Columns 4/Predictor 12>>/Filter/FlateDecode/ID[<2C9B406A12A771465F8FE0D6A4DC67ED><9B829DD8BDB09849A00CA5D75E7 5CDF4>]/Index[10 54]/Info 9 0 R/Length 114/Prev 66739/Root 11 0 R/Size 64/Type/XRef/W[1 2 1]>>stream....
    and Second one at the end of file.
    5 0 obj
    <</DecodeParms<</Columns 5/Predictor 12>>/Filter/FlateDecode/ID[<2C9B406A12A771465F8FE0D6A4DC67ED><9B829DD8BDB09849A00CA5D75E7 5CDF4>]/Info 9 0 R/Length 51/Root 11 0 R/Size 10/Type/XRef/W[1 3 1]>>stream
    Linearized dict:
    10 0 obj
    <</Linearized 1/L 67043/O 12/E 48239/N 1/T 66738/H [ 534 185]>>
    endobj
    /T 66738 points to Xref table in 5 0 obj's stream
    Now, when my annotation is stored: i'm adding the following object to the end of file:
    8 0 obj <</Type /Pages/Count 1/Kids [ 12 0 R ]>>
    endobj
    I've create the missing 8 0 obj with Kids and /Count 1
    12 0 obj<</Type /Page/Annots [ 65 0 R ]/ArtBox [ 26 0 585.999 792 ]/BleedBox [ 26 0 586 792 ]/Contents [ 14 0 R 15 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R ]
    /CropBox [ 0 0 612 792 ]/MediaBox [ 0 0 612 792 ]/Parent 8 0 R/Resources 37 0 R/Rotate 0/TrimBox [ 26 0 586 792 ]>>
    endobj
    it's page objects with new Reference to Annotation object which is:
    65 0 obj<</Type /Annot/Contents (Test 2)/M (D:20120507172231+03'00')/Open true/P 12 0 R/Rect [ 0 0 100.000 100.000 ]/Subtype /Text/T(Test 1)>>
    endobj
    then goes my xref table
    xref
    8 1
    0000067045 00000 n
    0000067189 00000 n
    0000067591 00000 n
    trailer
    <<
    /ID [ <FE1185EC7443D19473E8A4A1569A1CB2> <FE1185EC7443D19473E8A4A1569A1CB2> ]
    /Info 64 0 R
    /Prev 66739
    /Root 11 0 R
    /Size 69
    >>
    startxref
    67760
    %%EOF
    And this totally broks my PDF.
    Questing: /Prev in my trailer should point ot 5 0 obj or 36 0 obj?

    Ok, thanks, and /Pref in my trailer should point to which xref? 5 0 (and the end of the original file) or 36 0 at the beginning?

  • I need help on changing font for the subtitles in quicktime player

    Hi
    I am wondering if there is a way to change the font size for the Quicktime Player?
    I have no idea how I can do it, and this is greatly bothering me.
    If someone knows the step, may you please write the step by step process of how to change the font size?
    I will be really happy to know this
    Thnx.
    (P.s. - I also like pictures )

    They can only be changed by using an authoring app like QuickTime Player 7 Pro.

  • How do I set a new default font in CS6 for ALL documents

    I've seen in many discussions on here how to change the default font for new documents, but no one has addressed the idea of how to make it so that you have a preferred default font that overrides Myriad for any document you open. Is that even possible? I receive files from many different sources and most people just stick with Myriad. I need to change that font constantly in documents to Helvetica Bold and want the type tool to just stay there unless I manually change it myself. Any ideas?

    mrsmeed,
    You may follow the instructions here (follow the link with that name, and remember to work on the preference file with illy closed):
    Working with the AIPrefs/Adobe Illustrator Prefs file
    You may try with Helvetica-Bold (instead of just Helvetica for Helvetica Regular); as you can see there may be a bit of trial and error to find the exact name.
    If you do, I should be thankful if you will report back so I can add the right name in that hint.

Maybe you are looking for

  • How to access Sap portal login user in ejb web service

    Hi, I wnt to access SAP Portal login user in my ejb application which resides on the same server. I am using following code try {      IUser user =null;                         IWDClientUser wdUser = WDClientUser.getCurrentUser();                    

  • CRM function module to update the attribute in the classification TAB of BP

    Hi All, Can any body let me know if there is any functionmodule to update the CRM function module to update the attribute in the classification TAB of BP tcode. I have searched a lot i get FM to update the marketing attribute and not the attributes i

  • Help with finding files

    I would really appreciate any help on this! I have my itunes library on an external hard drive. The power adapter to that drive failed. I replaced it, but now when I open itunes it doesn't recognize where any of my files are. A friend told me to try

  • SAP query - SQ01 distinct rocord

    Hi, I created a join with VBAK and VBAP tables. We are trying to get distinct sales order document number based on sales order line item details. Currently query output is listing sales document number repeated for input. How we can get a list output

  • How to do oracle backups/Restore

    hi, can any one send me the steps for taking database back ups and restoring it. thanks.