Printing problem Adobe Pro X from Excel 2003

I produce a number of reports each month using Excel 2003 and printing/converting them to PDF documents.  All were nicely formatted and printed perfectly and reliably using Adobe 5.0 (ancient I know).  I recently upgraded to Adobe Pro X.  Now what once printed nicley only prints part of a page - about the right 1/3 is not showing.  Even when selecting "fit to 1 page wide and 1 page tall" in excel page setup doesn't fix the problem.  Changing the BINDING setting in Adobe doesn't fix the problem either.  Previously I selected Adobe Writer from my printer listing which I understand has been discontinued.  Now my only option is Adobe PDF.  Any suggestions?

Interesting. My approach would
1. Try on a different system if available. If still bad...
2. Try to create a simple test application with CreateDC and StartDoc, and really nothing else not absolutely needed.
Test that.  If it is good, look for other problems in your application (e.g. memory overwrite).
If your little example is still bad, post it here and other people can try and compare your results.

Similar Messages

  • Printing to Adobe PDF repeatedly from Excel macro causes Adobe PDF to ignore preferences

    I have an Excel macro that uses Acrobat's virtual "Adobe PDF" printer to save each sheet of an Excel spreadsheet to a separate PDF file. To do this, I have set up the PDF printer to save automatically to the folder C:\PDF without prompting and not to open each PDF file after it is created. These preferences are respected when the macro prints the first sheet, but when it prints the second  and third sheets, the PDF printer starts displaying its "Save As" dialog again and opening each PDF file after it is created. When I go back to the printer preferences after the macro finishes, the preferences that I set are still there, and if I run the macro again I get exactly the same behavior. This behavior is problematic because the macro expects each PDF file to be saved to a predictable location so that it can rename them. Side note: this print-then-rename technique works fine when I use the open source PDFCreator program instead of Acrobat. (Hello, Adobe?)

    Use the settings in the Acrobat Distiller API Reference. You can find this document in the Acrobat SDK.

  • Problem with controlling Annotations from Excel VBA

    Hi,
    I have a PDF document that has plenty of sticky notes attached to it. These sticky notes have been added by multiple authors on all pages of the document. I am trying to import the contents of these sticky notes, their author and the page number to an excel spreadsheet.  I am using Excel 2007 and Acrobat Professional 9.0.
    This is the code that I am currently using to import the sticky notes, but the problem that I am facing is that when I run the macro -
    Same sticky note contents, author and page numbers are imported multiple times
    Not all sticky notes are imported, only some of them appear in the final excel spreadsheet
    When I compare the number of sticky notes to that in the original PDF file, the number is correct. But the content is repeated content and that is the reason why only some of the sticky notes are imported.
    This is an activity that I need to do on regular basis and the number of sticky notes that I need to import to excel may range between 100 to 200. It is really difficult to do this task manually, so an excel VBA macro could prove really helpful.
    Sub ImportComments_Click()
    Dim Fpath As String
    Dim WordObj As Object
    Dim wbkOutput As Excel.Workbook
    Dim iRow As Integer
    Dim i, j, k As Integer
    Dim lRet As Long
    Dim objAcroAVDoc As New Acrobat.acroAVDoc
    Dim objAcroPDDoc As Acrobat.AcroPDDoc
    Dim numPages As Long
    Dim lAnnotscnt As Long
    Dim Subtype As String
    Dim NumComments As Long
    Dim AcroApp As Acrobat.AcroApp
    Dim objAcroPDPage As Acrobat.AcroPDPage
    Dim annot As Acrobat.AcroPDAnnot
    Sheets("Defect Log").Select
    Range("L3").Activate
    Fpath = ActiveCell.Value
    Sheets("Defect Log").Select
    Range("A1").Activate
    i = 0
    Do While (Not (IsEmpty(ActiveCell.Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 1).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 2).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 3).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 4).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 5).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 6).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 7).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 8).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 9).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 10).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 11).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 12).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 13).Value)) Or Not (IsEmpty(ActiveCell.Offset(0, 14).Value)))
    i = i + 1
    ActiveCell.Offset(1, 0).Select
    Loop
    iRow = i + 1
    Set wbkOutput = ActiveWorkbook
    lRet = objAcroAVDoc.Open(Fpath, "")
    Set objAcroPDDoc = objAcroAVDoc.GetPDDoc
    numPages = objAcroPDDoc.GetNumPages()
    Set objAcroPDPage = objAcroPDDoc.AcquirePage(0)
    For k = 1 To numPages
    lAnnotscnt = objAcroPDPage.GetNumAnnots()
    For m = 0 To lAnnotscnt - 1
    If lAnnotscnt = 0 Then Exit For
    Set objAcroPDAnnot = objAcroPDPage.GetAnnot(m)
    If (objAcroPDAnnot.GetContents <> "" And objAcroPDAnnot.GetSubtype = "Text") Then
    Cells(iRow, 5).Value = k
    Cells(iRow, 2).Value = objAcroPDAnnot.GetContents()
    Cells(iRow, 11).Value = objAcroPDAnnot.GetTitle()
    iRow = iRow + 1
    End If
    Next m
    Set objAcroPDPage = objAcroPDDoc.AcquirePage(k)
    Next k
    lRet = objAcroAVDoc.Close(1)
    Set objAcroAVDoc = Nothing
    Set objAcroPDAnnot = Nothing
    Set objAcroPDPage = Nothing
    Set objAcroPDDoc = Nothing
    End Sub

    Make sure you are current with 9.x patches, just on general principles.
    The code seems fine – nothing jumping out at me.
    You can also look at using the JSObject methods and trying this via the JavaScript stuff – that will give you more access to the Annotation information…
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Thu, 24 Nov 2011 04:25:12 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Problem with controlling Annotations from Excel VBA
    Problem with controlling Annotations from Excel VBA
    created by apreeti<http://forums.adobe.com/people/apreeti> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4044740#4044740

  • Best practice for Smartview when upgrading from Excel 2003 to Excel 2007?

    Does anyone know the best pratice for Smartview when upgrading from Excel 2003 to Excel 2007?
    Current users have Microsoft Excel 2003 with Smartview 9.3.1.2.1.003.
    Computers are being upgraded to Microsoft Excel 2007.
    What is the best pratice for Smartview in this situation?
    1. Do nothing with Smartview and just install Excel 2007.
    2. Install Excel 2007 and then uninstall and reinstall Smartview
    3. Uninstall Smartview, Install Excel 2007, and then install Smartview
    4. Somthing else??
    Thanks!

    We went with option 1 and it worked out fine. Be aware that SV processes noticeably slower in Excel 2007 than 2003. Many users were/are unhappy with the switch. We haven't tested SV v11 yet, so I'm not sure if it has improved performance with Excel 2007 or not (hopefully it does).

  • Problem Creating PDF Files from Excel 2007

    I am running WinXP SP2, Office 2007, and Acrobat v8.1.2. I have an Excel workbook with multiple worksheets. When I was using Excel 2003 I could create a PDF file using five of the six worksheets. Since upgrading to Office 2007 I am unable to create PDF files from Excel. I can create PDF files from Word 2007. When I attempt to use the Acrobat Plug-in to create a PDF I get a message saying the file needs to be saved first. It then attempts to save the file to a strange, somewhat random, file name (e.g. A234G53). When I say OK Excel just hangs and is unresponsive. The way that I can clear it is to stop Excel using Task Manager. I have tried reinstalling Acrobat without successfully solving the problem. Any ideas on how I can diagnose and/or solve the problem?
    Thanks.

    Is your Excel file on a location outside your machine's disk? If so, try copying to local disk.
    Does the Excel file have any protection applied to it? If so, try removing the protection
    If these don't work, can you post a sample file that demonstrates the problem.

  • Printing SFP ADOBE generated pdf from spool.

    I am trying to print ADOBE PDF file to HP Designjet Z5400 plotter.  It successfully writes a pdf file to the spool.  When I either release that spool file to print or have the print job set to print immediately I get a spool error - unable to read format G_RAW l_rc =128.  However I can print the pdf from preview.  It is NOT an issue with the printer printing the pdf file as I can do this.  My issue is that I cannot print directly to the printer via the SAP spooler.  I have entered incident to SAP with specific example of my program that produces the pdf spool file.  I am directed to read notes that imply I have ADS problem which is ridiculous as I have plenty of SFP generated pdf files printing to HP and Canon laser printers.  Again i am trying to print a very large label 2 X2 foot to HP Designjet Z5400 plotter directly via spool.  My task is to direct label to different printers based upon MATNR field.
    I would appreciate response from only people who have printed SPF ADOBE pdf to plotters.
    The pdf that was created file size 5.7 KB.
    SPAD settings
    Device Type  HPGL HPGL  : Bus.Graphics:  HP/GL plotter Device Class Standard printer
    Model        HP Designjet Z5400
    Host Spool Access Method  G G: Frontend print with control technologie

    new component SAPPDFPRINT, interactive forms can be printed on any Windows printer just like all of the other spool requests with the SAPWIN device types.
    Refer to SAP notes:
    1444342 - Device type-independent printing of ADS forms
    968394 - Forms Printing from spool and from Preview PDF differ
    1630403 - Mass printing of Adobe documents
    Regards
    Sandy

  • Problems embedding PDF files into Excel 2003 workbooks

    Several of my fellow consultants engaged on a client project were previously able to successfully embed PDF files as objects within Excel 2003 workbooks.  However, most recently, a few of them have been encountering odd icon displays for the embedded object (not the standard Adobe PDF icon), resulting in the user unable to view the object (these colleagues are using desktop PCs running Excel 2003 and Adobe Reader 9.3.2).  Has anyone encountered this and have a remedy?

    Thanks for responding -
    My colleagues report that no error messages appear when adding the object to the Excel spreadsheet - however, the object is created with a non PDF icon being displayed.  Once the icon is double clicked, nothing appears.  The sample of the problem was forwarded to me - where I can see that the object icon is in fact a non Adobe PDF icon (see below).  While I am able to open the PDF file with my PC desktop configuration (Windows XP, Excel 2007, Adobe Reader v9.4.1.), those with Windows XP, Excel 2003 and Adobe Reader v9.3.2 can not.  Any thoughts?

  • Problem with uploading data from excel using BDC for tcode f-02

    Hi All,
    I am uploading data from excel using BDC for tcode f-02. The problem here is, while recording, the values of some fields are recording twice. I dont know why it's happening so. But if I run my abap program, I have to give those fields twice in my excel sheet. Otherwise data does not upload. But it is not the feasible way. We must give those fields once in excel. Please tell me, how I can solve the issue.
    With regards,
    Rosaline.

    Hi,
      in BDC each and every action is recording. If your press enter in same screen that also recorded once aging may be this is your case repeating field values will appear. we can solve the problem for repeat fields like below.
    suppose in your excel having repeated field X1 X2 X3 the X2 contains repeated field X3 means delete the X3 field.
    Now In your itab having X1 and X2 fields. While in the LOOP the ITAB pass the X2 field to repeated the fields.
    LOOP at ITAB to WA.
    CLEAR bdcdata_wa.
    bdcdata_wa-fnam = 'BDC_CURSOR'.
    bdcdata_wa-fval = 'RM08M-EBELN'.
    APPEND bdcdata_wa TO bdcdata_tab.
    CLEAR bdcdata_wa.
    bdcdata_wa-fnam = 'INVFO-BLDAT'.
    bdcdata_wa-fval = wa-X2." 1st time pass the X2 fields
    APPEND bdcdata_wa TO bdcdata_tab.
    CLEAR bdcdata_wa.
    bdcdata_wa-fnam = 'INVFO-BLDAT'.
    bdcdata_wa-fval = wa-X2." pass the same value to repeated field
    APPEND bdcdata_wa TO bdcdata_tab.
    Endloop.
    Hope you can understand.
    Regards,
    Dhina..

  • ID Named Ranges from Excel 2003 not appearing in 2007

    ID CS3, Office/Excel 2007, PC based.
    I recently upgraded from Office 2003 to Office 2007. Open an Excel file and save it as Office 2007 document. All the named ranges that I had previously set up are still there.
    I go to ID and want to update the links - I get the message that link isn't found, re-link. I try to place the Excel named ranges from the Office 2007 document into ID, but the named ranges don't show up in the Cell Range box in the Microsoft Excel Import Options window.
    Anybody else experience this?
    JAG

    Thanks. Maybe I can get CS4 (or CS5) worked into the budget for 2011.
    JAG

  • Vector problem after copy/paste from Excel

    In the past I've been able to drag or copy and paste an image from excel into Illustrator.  I've lost that ability (sometimes I'll get a shadow image copied in, but it is not in vectors and it is not editable).  If I save the figure as a PDF to copy it into Illustrator as a vector formatted object I cannot figure out how to change any formatting/colors.  I can select individual bars in a bar graph, I can add an outline to them, but the option for changing the color is completely absent.  I am fairly new to this, but would love help.  I've tried releasing the clipping masks, but that only fills in the entire body of the chart with color.  This literally all worked fine yesterday (and I can modify prior charts that I already imported with no problem).  I'd love some help and feedback as I am fairly new to this and could be missing something! Thanks.

    I can't get a PDF picture, ai picture, or EPS figure to post on here so I don't know how useful an image will be, but I added a jpeg that shows the shadowing I get when I copy in at times. . 

  • Problem displaying Web charts via Excel 2003

    Hello,
    While displaying a Web template via a hyperlink in <b>Excel 2003</b> (the hyperlink contains the template's URL), all charts in the template aren't displayed. The small red x appears in the chart's area. Charts are displayed only after refreshing the browser.
    Same scenario works fine with Excel XP !!!
    No problem occures when openning the same URL directly in the browser, so I guess the problem relates somehow to the hyperlink.
    Any ideas?
    Thanx.

    Strange...
    I can think of a hack: Have an intermediate html page that gets displayed first anytime the display type (html/xls) is changed. Just a blank html page with a redirect that directs to the source you really want to display.
    Should be transparent, and it should clear up your problem as you described it.

  • Removing adobe reader icon from excell and outlook

    How can I permanently remove the adobe reader V9 icon from Excel and Outlook? I used toolbar customize to delete the icons but they come back when I restart the programs.

    Sorry, your question is not clear.  Can you give us the exact wording (or a screenshot) of that notification?
    What is your operating system?

  • Print DVD on Pro 100 from Photoshop

    I can't figure out how to print directly to a DVD from Photoshop.
    I can print with no problem from the Easy Photoprint app, I send the job and after a while the yellow light starts blinking like it needs paper.  So I insert the disk tray and press the feed button and it prints no problem.
    However, when I print from Photoshop, I select "Disk tray K" as the paper size, send the job, and the light starts blinking, just like before.  But when I press the feed button, it stops for a couple seconds and then starts blinking again.
    I'm having to save the file as a .jpg and bring it into Easy Photoprint, which is a real pain.  Is there some trick to getting DVDs printed directly in Photoshop?

    There will be no message to load the disk tray from PS. That is why I suggested he stay with the free included software.
    I suspect that warning is to not try and load the disk tray while the printer is readying itself for printing.
    As this is the first statement in the manual;
    Placing a Printable Disc
    To print onto a printable disc, place it on the disc tray supplied with the printer, then insert it into the printer.
    My quote was, "Not after you send the job from PS." I have not tried to print a DVD from PS but I have done many from Easy Photo Print EX. It may not even be possible.
    However, you cited a good point, better to be cautious.
    EOS 1Ds Mk III, EOS 1D Mk IV EF 50mm f1.2 L, EF 24-70mm f2.8 L,
    EF 70-200mm f2.8 L IS II, Sigma 120-300mm f2.8 EX APO
    Photoshop CS6, ACR 8.7, Lightroom 5.7

  • Problem in reading data from Excel sheet to 2D string array (ActiveX & LabView).

    I am trying to read data from Excel sheet to 2D string array (ActiveX & LabView). Error -2147352571 is generated (type mismatch) if cell value is "#NULL!", "#N/A" etc. What should I do?

    Hello �
    Is the error happening when the cell value is #NULL or #NA only?
    Sometimes these errors occur because of an ActiveX object mismatch. The version of the ActiveX object might have changed or been updated since the VI was created. The VI tries to use an earlier, incompatible version of the ActiveX object.
    To solve the problem, you need to link automation refnum terminal to the correct ActiveX object. To do so, right-click an automation refnum terminal and choose Select ActiveX Class»Browse from the shortcut menu. From the Type Library pull-down menu, select the latest version of the library you want to use, such as Microsoft Excel Object Library. In the Objects list, select an ActiveX object, and click the OK button. Link ea
    ch automation refnum terminal in the VI and its subVIs until the run arrow is not broken. Also, you might have to replace some or all of the Invoke Nodes and Property Nodes for the ActiveX objects.
    Also, I came across this Knowledgebase. The error number is slightly different but it is always good to check it out and make sure it is not your case.
    Hope this helps.
    S Vences
    Applications Engineer
    National Instruments

  • New problem. Can't print to Adobe Acrobat 9 from a Firefox page. Both programs hang up. No problem with other browsers

    Using Windows 7. 64 bit

    Yes, the location for the Adope PDF printer had garbage in it. I fixed that. That has now fixed the problem.
    However, Art's reply gave me an idea. I am using FrameMaker 8.0p277 (the version that came with Tech Comm Suite). Also, Acrobat 8 3D came with it.
    Since then, however, I have installed Acrobat 9 Pro (which also provided Distiller 9).
    Could it be that FrameMaker is trying to call Distiller 8, which no longer exists on my computer)?
    Answering prev questions:
    "So if you uncheck Print To File so the distiller generates the PS file and distills it automatically, nothing happens, right? It just sits there?
    and
    Have you tried selecting a different Job Option, like Standard, or High Quality?"
    Yes, if I uncheck Print to File, nothing happens and no .ps or .pdf is created.
    On the properties of my Adobe PDF printer
    There are actually four entries. It does not seem to matter which one I choose.
    I'm working now on seeing if I can get Acrobat re-installed.

Maybe you are looking for