Converting mutiple excel workbooks

I use Acrobat 8 standard edition.
We successfully convert an existing single excel workbook
with 18 TABS into a single PDF document. One of these TABS has
hyperlinks to other TABS in the same workbook. When we convert to
PDF the links work as expected and we can jump around the PDF using
them.
We now want to convert a series of multi-tab workbooks into a
single PDF document. OK we could combine several PDF's onto one I
know, but the snag is that the first excel workbook is to contain
hyperlinks to TABS in one or more of the other workbooks, so that
when we convert to PDF these links should jump to various parts of
the final PDF.
Any ideas.

Check that you are not using VBA to protect the workbook on Open. This takes much longer in Excel 2013. 
It would be code similar to this:
Sub protectSheets()
Dim i As Long
    For i = 1 To Sheets.Count
        Sheets(i).Protect Password:="password", userinterfaceonly:=True 
    Next i
End Sub
Check out this Link here:
 http://office.microsoft.com/en-ca/access-help/office-2013-known-issues-HA102919019.aspx
Excel
Protecting sheets takes longer
Protecting sheets takes much longer than in previous Excel versions. It’s not noticeable when you’re manually protecting a sheet, but if you have code that protects or unprotects sheets repeatedly, it can become a performance issue.
The delay is caused by increased security in Excel 2013 for password protected files, because it uses a stronger hashing algorithm (SHA-512). In Office 2010 the default hashing algorithm for password protected files is SHA1. This change makes Excel password
protected workbooks more secure than they were in previous versions, but can cause a performance issue for some Office Developers.
Workaround This is by design so there is no workaround.
Andy Houghton

Similar Messages

  • How can I convert an entire excel workbook to pdf?

    How can I convert an entire excel workbook to pdf?  I have the box in the preferences for converting excel files marked to convert the entire workbook.  I am using Abobe Acrobat 11 Statndard.  This previously worked fine when I was using Adboe Acrobat 10 Statndard.  Now in order to convert the entire workbook I have to open the excel file, Highlight all the workbook tabs and then save the file.  Any ideas?

    In Acrobat click Edit | Preferences | Convert to PDF: select Microsoft Office Excel, then click on Edit Settings.  Make sure that 'Convert entire Excel workbook' is checked.

  • Programatically convert Excel workbook sheet to an image (bmp or jpeg)

    My client has a requirement for me to convert an Excel workbook sheet to an image of any kind, bmp, jpeg, ect. This is a batch Java 1.5 application and I have generated a spreadsheet using JExcelApi. Now I need to email the spreadsheet as an inline image ... the client does not want an attachment. I'm using the Spring framework Mail api to actually email it. This api requires inline content be an image. Therefore, I need a way to programatically convert Excel to an image.
    I've done my homework and researched for many hours now, but have not come up with any solutions. I also looked at 3rd party tools googling thru pages and pages of converters, but they all seem to be GUI tools to manually do the conversion. Aspose.cells looked promising but it only supports .Net, for this functionality. Please suggest a 3rd party tool, or provide a code sample of how to do the conversion.
    Thanks!

    hi
    if u are using jdk u may try this for saving an Image img to an OutputStream out in jpg format
    import com.sun.image.codec.jpeg.*;
    JPEGImageEncoder imageEncoder = JPEGCodec.createJPEGEncoder(out);
    JPEGEncodeParam encodeParam = JPEGCodec.getDefaultJPEGEncodeParam(img);
    encodeParam.setQuality(.75f, true);
    imageEncoder.encode(img, encodeParam);
    Hope it helps !
    Gabi

  • I am uploading an Excel Workbook (xlsx format) to convert to a pdf and it has taken over an hour and it is still not uploading. I have even tried to restart it and that did not work.

    I'm trying to upload an Excel Workbook (in xlsx format) to have it converted to a PDF file and that little circle has been spinning forever. I tried to restart the process but it did the same thing. So I tried to open up each individual worksheet of the workbook and save them individually. I "think" I got that to work, but when I go to the combine tab, I see the four pages that I have selected with spinning "thinking" circles on all of them. Please help. I have a client waiting for this proposal and I don't know what to do!
    LisaWoz

    Hi Lisa Wozniak,
    Are you on a slow Network Connection? I would recommend you to Clear the browser Cache and History and  then try again or try using a different browser on a different Network Connection.
    Let me know if it works or not.
    Regards,
    Rahul Tyagi

  • After saving a pdf as Excel workbook the numbers remain text and cannot be used in calculations. Is there a better way to convert into real digital numbers?

    After saving a pdf as Excel workbook the numbers remain text and cannot be used in calculations. Is there a better way to convert into real digital numbers?
    I have tried to convert the pdf to Word instead but same difficulty with numbers: look like numbers but not usable for calculations

    Excel has a 'text to numbers' function, I would use that.
    Convert text to numbers. Microsoft Excel.

  • How can I make Numbers respect the row and column locks in an Excel workbook opened in Numbers???

    I have a Windows server app that generates Excel workbooks to be emailed to political campaign volunteers to be loaded into Numbers on an iPad, edited, then emailed back to be posted to the server database.  There are two problems encountered:
    1.  The Excel workbook has the first row (column headings) and first column (route identifier) of cells locked, so that they will not scroll off the screen, but Numbers doesn't respect the locks, so when the user scrolls horizontally or vertically, the column headings and/or the route identifier scroll off the screen.
    2.  The Excel workbook has pop-up "tool-tip" type comments in certain column headings in order to provide the user with the acceptable entries for those columns, but Numbers does not respect those.  When the user touches any of the commented column heading cells, a context menu appears instead of the comment.
    What must I do in the Excel workbook sheets, or what settings can be made in Numbers to correct the above?

    I imported a Numbers '09 file into Numbers on the iPad.  All comments were removed during import. Frozen header row and column were retained.
    Thank you for your responses I must ask, however, when you refer to "importing" the Excel file, are you referring to a two step process whereby the Excel file is first converted by some other process into Numbers format, then opened in the Numbers application - which is what I have to do in my PC application to generate the Excel file, and reverse that process to convert the Excel back into my database format - or are you simply referring to opening the file in Numbers as "importing" it?  And please excuse any ignorance, as I'm not at all familiar with Apple's terminologies.  In fact, I don't own an iPad myself, but rather I have to depend on one of my clients to do the testing for me.
    I imported an XLSX file into Numbers on the iPad.  The file used "freeze panes" to "freeze" the first column and row. Only warning on import was that it changed fonts. It imported without the first row and column frozen and with no comments. Nothing I can do about the missing comments but it was a simple matter to turn the first column & row into headers and freeze them.
    Unfortunately this would not be an efficient  solution, since the end users are, for the most part, elderly political campaign volunteers who are fairly computer illiterate.  These workbooks are actually canvassing lists - known as walklists.  Their purpose is for the volunteers to interview voters, record the results of the interviews, and post the results to a database, which provides the campaigns with valuable strategizing capabilities.  Also, these workbooks have multiple pages - as many as 10 or more.  and from what I infer from the above, the setting changes would have to be made on each page.
    My whole intent in developing this iPad/Tablet methodology was to significantly reduce volunteer's work - which is a recruitment benefit - and eliminate paper.  While the latter would be accomplished, the former would not, and in fact would tend to increase it.  It's necessary to keep the first row - column headings - and the first column - the route identifier - from scrolling off the page, so that the volunteer won't have to keep scrolling up and down and right and left to know what the data are.
    Conclusion: Comments are not supported on the iPad version of Numbers.  Frozen headers are not imported from Excel but can be recreated easily.
    I was previously directed to the Apple website  http://www.apple.com/ipad/from-the-app-store/apps-by-apple/numbers.html which extols the wonders of the Numbers application.  About halfway down the page there's a section regarding, "Sliders steppers and pop-ups".  The web page states that pop-ups can be set up but, being a marketing site, gives no indication whatsoever as to how it's done.  I was hoping someone could tell my if there's any way to carry them over from an Excel file.

  • Creating pdf files from excel workbook

    I'm trying to convert an excel file to pdf. It contains 10 sheets and when viewing the entire workbook the total number of pages should be 15 pages. If I send it to print in adobe pdf. It starts creating different files for different sheets sometimes it puts together 3 or more sheets but sometimes it creates one file for one sheet. For this particular document ir creates 8 files. Later on if I put the 8 files together the pagination is correct. Can this be done in one step? Maybe I'm not aware of a file break feature. If I try to use the pdf maker it tells me that it can't create tags because there is a set print area or because I'm using print titles so I have to create the pdf by selecting print and select pdf as printer to be able to create it. Is there an easier way to create one file with the 15 pages at once?

    I was having the same problem.  I saw this and when I attempt to open that forum, it doesn't take me to that page.  It takes me to the generic forums page (http://forums.adobe.com/index.jspa).  I'd love to solve this problem as it drives me nuts.
    Can anyone provide either an updated link or the instructions themselves?
    Thanks!

  • Space Disappears when Converting to Excel

    Dear community, I require assistance! The issue here is that when I convert my pdf to excel the consecutive spaces in between disappears. I'd like to know if there are any methods that would allow me to convert and yet retain the space.
    I have attached a screenshot as reference.
    Any assistance is much appreciated!

    The PDF doesn't look like an excel file unless it’s a CVS  file.
    In that cits either Comma separated or Tabb separate file.  In that case you might get what you are getting.
    If an Excel file in a xlsx file format  is turned into a PDF.  And then turned back into a PDF by choosing:
    Save As Other  > Spreadsheet  > Excel Workbook.  It will pretty much revert complete Excel Format  that looks like the original. You might have to do minor formatting but it will look like an original.

  • Information Broadcasting Excel Workbooks with Local Formulas

    We are attempting to use information broadcasting to send out reports that use the v7 BEX "convert to local formula" feature in order to reformat the reports.  We can execute the reports, and even save them to a local client and review them later when disconnected from the server.    However, if we use information broadcasting to send these Excel files out as attachments, the users are unable to see the data unless they connect and refresh, defeating our entire purpose of putting the data in excel.
    Has anyone else attempted to Information Broadcast BEX Excel workbooks while using the Local Formula mode provided with v7?  Were you successful?

    Yes, I see some information in the precalc log, but nothing that seems to be wrong:
    04-11-2008 11:15:13 -> RS_PREC_GET_SERVER_STATUS invoked in thread 8
    04-11-2008 11:15:13 -> Locking MapSessionid in getFreeInstances in thread 8
    04-11-2008 11:15:13 -> Locked MapSessionid in getFreeInstances in thread 8
    04-11-2008 11:15:13 -> Unlocked MapSessionid in getFreeInstances in thread 8
    04-11-2008 11:15:13 -> RS_PREC_GET_SERVER_STATUS finished in thread 8
    04-11-2008 11:15:19 -> RS_PREC_GET_SERVER_STATUS invoked in thread 5
    04-11-2008 11:15:19 -> Locking MapSessionid in getFreeInstances in thread 5
    04-11-2008 11:15:19 -> Locked MapSessionid in getFreeInstances in thread 5
    04-11-2008 11:15:19 -> Unlocked MapSessionid in getFreeInstances in thread 5
    04-11-2008 11:15:19 -> RS_PREC_GET_SERVER_STATUS finished in thread 5
    04-11-2008 11:15:19 -> RS_PREC_GET_SERVER_STATUS invoked in thread 3
    04-11-2008 11:15:19 -> Locking MapSessionid in getFreeInstances in thread 3
    04-11-2008 11:15:19 -> Locked MapSessionid in getFreeInstances in thread 3
    04-11-2008 11:15:19 -> Unlocked MapSessionid in getFreeInstances in thread 3
    04-11-2008 11:15:19 -> RS_PREC_GET_SERVER_STATUS finished in thread 3
    BR Mikkel

  • Collaborate on Excel workbooks with Sharepoint Foundation

    My company recently implemented SharePoint Foundation 2013 and our shared Excel workbooks are no longer allowing multiple users to collaborate at the same time. We have verified that all the settings and permissions are correct and that checking in and
    checking out is not required. Is this something that is not available with SharePoint Foundation? We are using Office 2013 installed on the clients, not Office online. Thank you.

    Co-authoring of Excel workbooks is only supported when all the editors are using the Excel web application, not the Excel client application.
    From
    Microsoft's overview of co-authoring in SharePoint 2013:
    >"Co-authoring is easy to use from the end user’s point of view. When a user wants to work on a document in Word 2013, PowerPoint 2013, OneNote 2013, Visio 2013 or one of the Office Web Apps, he or she merely opens it from SharePoint 2013 or SharePoint
    Online, as usual. If another user already has the document open, both users can edit the document at the same time.
    One exception to this is that users can co-author in Excel Web App only if everyone uses the Excel Web App to access the workbook. If anyone uses Excel 2013 or Excel 2010 (the client application)
    to access the workbook, co-authoring in Excel Web App will be disabled for that workbook while it is open in the client application."
    >"The Excel 2013 client application does not support co-authoring workbooks in SharePoint 2013 or SharePoint Online. But, the Excel client application uses the Shared Workbook feature to support non-real-time co-authoring workbooks that are stored
    locally or on network (UNC) paths."

  • Excel Workbook with Excel Data Model stored on SharePoint - daily refresh

    I'm not sure if this is exactly the right forum but I'm hoping that someone here can either answer or point me in the right direction.
    I have an Excel Workbook with an Excel Data Model.
    The Excel Data Model uses SQL to contact our data warehouse and pull through data into tables.
    We are storing the Workbook on a SharePoint site and viewing it using Excel Services.
    The data in our data warehouse is updated daily and so I would like to refresh the workbook daily and remove the option to refresh the data in the browser.
    Is this possible with a workbook that has an Excel Data Model (I've seen lots of posts that relate to workbooks with connections to tabular models).
    Thanks
    Paul

    Hi Paul,
    I have answered this issue in this thread that you posted in SQL Server PowerPivot for SharePoint forum, please see:
    http://social.msdn.microsoft.com/Forums/en-US/9627939c-e9f1-48ae-a6ed-0c238d8f2d69/excel-workbook-with-excel-data-model-stored-on-sharepoint-daily-refresh?forum=sqlkjpowerpointforsharepoint
    Furthermore, this issue is more related to PowerPivot for SharePoint. If you have any more questions about PowerPivot for SharePoint, I would sugget you open a new thread in the forum below for better support:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=sqlkjpowerpointforsharepoint
    Thanks for your understanding.
    Regards,
    Elvis Long
    TechNet Community Support

  • Adding excel workbooks with visual studio

    Im using visual studio 2013 visual basic to read and create files, but Im having trouble importing the correct reference so I can create and write to Excel workbooks and worksheets, the visual studio help tell me to go to project, add reference and select
    Microsoft.Office.Interop.Excel, but it does not show on my list, what can I do, can anyone help, Thanks

    Please view this link.
    https://siddharthrout.wordpress.com/vb-net-and-excel/
    Scroll down the page just a bit and you'll find your answer.
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • Visual Studio Community Edition - Error on creating ribbon for Excel Workbook project

    Hi. I've been struggling with this for a couple of days now so I hope someone can help me.
    I have installed Visual Studio 2013 Community Edition. On installation there was no option to include VSTO and, looking on various forums, I found it was necessary to install the VSTO - November 2014 update separately, which I have done. I'm working on a
    brand new virtual server (Windows Server 2008 R2 SP1) and no other versions of Visual Studio have been installed (although I'm surprised to see Visual Studio 2012 as an item in All Programs - but it just contains command prompts).
    I have created an Excel Workbook project. When I go to create a new item - Ribbon (Designer) - I get the error:
    Could not load file or assembly 'Microsoft.Office.Tools.Common.Implementation, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
    I've searched the Internet for anyone who might have had this same issue but have been unable to find anything to help me. I've tried uninstalling the VSTO-November Update and VS 2013 CE and reinstalling both but still the same problem.
    Any help would be much appreciated!
    David.

    Hello David,
    What Office version do you have installed on the problematic machine?
    Do you run Visual Studio as an administrator?

  • Power Pivot enable Excel workbook protection with password?

    Hi All
    We have a power pivot deployment without SharePoint in excel 2013 professional plus. All woks fine until we use a password to protect excel workbook so unauthorised users cannot open it. After enabling password protection we cannot access the power pivot
    data model under power pivot excel tab. It tries to upgrade the power pivot model(which is not logical because it didn't do it before and was working fine). thereafter upgrade fails.
    Has anyone successfully password protected a power pivot excel 2013 workbook? Is there a workaround to enabling security without SharePoint/office 365 etc?
    Thanks
    Sonny

    Hi Sonny,
    PowerPivot does not support row security or dynamic security. Security for a workbook is just a binary choice – either a user can read a workbook or she can’t.
    In this case, I would suggest you consider designing Tabular model which can be secured using row security and dynamic security is also supported. For more information, please see:
    Comparing Tabular and Multidimensional Solutions (SSAS):
    http://technet.microsoft.com/en-us/library/hh212940.aspx
    Regards,
    Elvis Long
    TechNet Community Support

  • OData Feed Link Format for an Excel Workbook Stored in SharePoint

    I've heard it is possible to use an OData Feed Link to get data from an Excel Workbook that is stored on SharePoint 2013 online. Does anyone know the format for the link? I've been searching high and low and cannot get any specific format that works. Thanks!

    I received this from someone on our team:
    In PQ, click From File -> From Excel.
    In the file dialog that appears, paste in your site url (e.g. https://mycompany.sharepoint.com/teams/myteam).
    The file dialog will display the files stored in your sharepoint site. Navigate until you reach the desired excel file.
    Select it and click done.
    On the credential prompt, use Organizational.
    Let me know if it works for you.
    Ehren

Maybe you are looking for