Produce a PDF from MS Excel with signature block included?

Form built in MS Excel, print to PDF works fine, produces nice document which must be signed.  Is there a way I can produce that PDF ready-to-sign-with-certificate without taking the PDF produced by Excel and manipulating it within Adobe Pro to add the signature field?

Hello alabamatoy,
I have one suggestion for automating the addition of digital signature fields to your PDF files.
First, for one hint, in Acrobat XI Pro you can convert an Excel file to PDF by dragging it into the Acrobat window.
Once you have converted your files to PDF, you can add the signature field via Acrobat JavaScript.
You can run the JavaScript from the console or from an Action (batch process). An Action can run the JavaScript on one PDF or a folder of PDFs.
Below is a sample that places a signature field named "sigfield" at a position 1 inch from the top and 1 inch from the left of an 8-1/2 x 11 document.
The placement is indicated by a rectangle whose corners are specified in rotated user units.
That means 0,0 is at the bottom left of the document and units are points (by default), 72 points per inch.
The corners are indicated in the following order:
[upper-left x, upper-left y, lower-right x, lower-right y]
var name = "sigField";
var type = "signature";
var page = 0;
var mySigRect =   [72,720,216,684];
var sf = this.addField(name, type, page,mySigRect);
For more information on using Acrobat JavaScript, you can refer to the Acrobat X JavaScript information here:
http://help.adobe.com/livedocs/acrobat_sdk/10/Acrobat10_HTMLHelp/wwhelp/wwhimpl/common/htm l/wwhelp.htm?context=Acrobat10…
Or you can download the Acrobat XI Software Development Kit (no charge) and refer to its JavaScript information:
Adobe - Acrobat Developer Center | Adobe Developer Connection
Regards,
Charlene

Similar Messages

  • Having issues Creating a PDF from an Excel file

    When creating PDFs from an Excel file using the Adobe PDF printer, I sometimes run into an issue where the PDF ends up shrinking what's on the document and distorting the image. I have examined all Print Settings and can't find a difference between any of the margin settings, paper size, etc. Once I go to print to Adobe PDF, it just changes the way the whole document looks and is spaced.
    To work around the issue, I use Microsoft's built in Save As PDF feature, but that's only works some of the time. I would like to use the Acrobat software so that I can also edit the document immediately without having to re-open it.

    Be sure Adobe PDF is selected as the printer in the print menu. Then do a print preview. It it looks wrong then, it is likely an Excel format issue.

  • How to create PDF from text file with specific layout?

    I wanted to create the pdf from text file in specific layout - Landscape orientation and JIS B3 Page size while at Adobe Acrobat Pro.
    In past, I could do a right click on a text file (desktop area) and select print to print out the document into .pdf BUT only if I set the Adobe PDF to Landscape and JIS B3 Page size BEFORE.  And I could only do 15 text documents at once.
    I wanted to see if I could do the create the pdf from text file with specific layout in Adobe Acrobat without having to go to Control Panel to preset the Adobe PDF to specific layout at every time.   I would have to set Adobe PDF back to normal layout after I'm done with these pdf print outs.  I do lots of pdfs in normal layout.  Sometimes I would forget to do that.
    So, How do I do that?

    No such luck.  It would output the contents in letter size even in JIS B3 Page layout at MS word. 
    Is there a script or action where I could set the orientation and page size before creating PDF on these text files?

  • Generating PDF from Microsoft Word with C#

    Hello,
    We have created web-based system for a customer that stores/handles Microsoft word documents and provides these to users as PDF versions. Unfortunately some problems appear with our third-party component that generates PDF from Word. Our customer has previously used Adobe Acrobat X Pro to manually generate the PDF files and is confident that the output produced this way is valid. Despite searching and reading a lot I can't find any way to determine if (and how) it is possible to automate the process of generating a PDF file from a Microsoft word file using the Adobe engine. There is a lot of SDK documentation, how to control PDF rendering in winforms applications etc. etc. All I want to do is to load an Adobe Acrobat instance, feed it with a word document and save it as a PDF on disk. From a C# app (ASP.NET). Is that possible?
    Best regards
    Jan Hansen

    As mentioned, you can probably send the DOC file to the Adobe PDF printer to create the file. What I keep reading in your post is a legal issue. You keep mentioning being able to create the PDF on a server automatically. The server use of Acrobat is a violation of the EULA. If you are creting the files off-line for posting as has been done, there should not be a problem. However, having these created in an automated manner by the user may be an issue. Before you go much further, I would check with legal counsel about the use of Acrobat in the way you intend. If they indicate there is a problem, then your question is not needed.
    Back to the issue. Try just dropping a DOC file on the Adobe PDF printer icon (you may have to open the Start>Printers to do that. See if that creates the PDF. If so, you will just need to automate that process.

  • Creating pdf from Microsoft Excel

    I need some help and I am hoping someone has run into this before.  I have been able to create a pdf from a Microsoft Excel document with no problem but the issue I am having is when I do that all of the sheets are merged into one workbook and it creates an continuous 330 page document; I want to be able to have separate tabs or some type of separation like Microsoft Excel does.  I could create each sheet into a pdf and then merge them all into pdf portfolio but that would be labor intensive.
    Can someone help me?
    Thanks, John

    John,
    Once content is in PDF there is no such thing as "workbook" or "worksheet". PDF is content painted to a "page".
    As dictated by the quantity of content there may be many pages.
    PDFMaker can be configured to prompt for which worksheets of a workbook, in Excel, that are to be processed out to PDF.
    With multiple worksheets selected each worksheet's content is processed out, in sequence, to the PDF being created.
    So, the first worksheet's content fills PDF page 1 through page N. The second worksheet's content fills PDF page N+1 through page M.
    This continues for all selected worksheets.
    The result is, as expected, a multi-page PDF.
    If the PDFMaker has been configured to create PDF Bookmarks then a Bookmark is created for each worksheet.
    The Bookmark's label will reflect the worksheet's "name" in its respective tab back in Excel.
    The Bookmarks' default action will be:
    Go to a page in this document (e.g., the PDF)
    ---| Page: "n" (the page on which the worksheet's content starts)
    ---| Zoom level: Inherit Zoom
    Clicking on any given Bookmark takes the user to the start page of the Bookmark identified worksheet content. 
    . Some screen captures that may help.
    PDFMaker's configuration dialog
    If "Prompt for Selecting Excel Sheets" is ticked in the PDFMaker configuration dialog then this dialog appears when PDFMaker begins the PDF creation process.
    The output PDF will have a Bookmark that permits navigating to the start of content for the designated worksheet content within the PDF.
    To view the Bookmarks the Navigation Pane must display.
    For any PDF, if one configures the PDF's Document Properties > Initial View tab both the PDF page and the PDF's Bookmarks pane can be set to show upon opening of the PDF.
    For many PDF's Acrobat Pro can be used to establish this with the "Open" sequence via a Batch Sequence / Action.
    Be well...

  • How do I create a PDF from a website with a paywall?

    I'm trying to use the "Create a PDF from the web" function in Adobe Acrobat Pro to create PDFs from a news website that I subscribe to, but whenever I use the tool, it gives me a version that truncates the articles I need — or how the version looks to non-subscribers. Can anyone help me with this? I desperately need a workaround.

    In the past, specifying the username and password in the URL in the standard format (http://username:[email protected]@www.example.com) did not work when using the Web Capture plugin in Acrobat. Maybe it changed, but I doubt it...

  • Create many thousands PDFs from Word files with VBA

    Hi,
    I create many thousands of word files from an excel file through VBA.
    I need to transalte these word files in pdf files.
    How can I do it ?
    Possible in VBA ?
    Possible to translate all the files in a directory from word to PDF ?

    Hi BrunoOrleans,
    You can use the 'Action Wizard' in Acrobat to convert a folder of word files to pdf.
    Regards,
    Rave

  • Trouble saving a pdf from In Design with Illustrator files linked.

    I have trouble saving a pdf from In Design. Most of the files i've linked are Illustrator files with size up to 70mb.
    I am getting out of memory message   The In Design file isn't that big - about 9mb.
    HELP!!!!!!

    It did not help to close and reopen it.
    Not sure what you mean with exporting in chunks but if you mean exporting page for page , so it didn't work either.
    I think that i'll try to reduce the size of Illustrator files , but I 'm not sure what will be the optimum size for that In Design won't crush again.
    Or maybe i should make the presentation in illustrator instead? It take some time to save pdf from illustrator when the original file is about 90mb, but still it works.

  • PDF from PostScript file with hyperlinks/bookmarks

    Is there a way to include hyperlinks and bookmarks when printing to Postscript file.
    Direct Export to PDF creates a huge file size so I need to go the PostScript/Distiller route.

    Would it not be possible to use the famous Acrobat Replace Pages featurebug/bugfeature here? (Hyperlinks on, and bookmarks to pages do not get replaced when you replace those.)
    Something like:
    1. Export to PDF.
    2. Print and Distill.
    3. Replace all pages in the document from step 1 with those from step 2.
    4. Done.

  • How to export to PDF from Numbers 3 with live hyperlinks?

    Hi there
    I am wondering if it is possible to export a Numbers 3 file to pdf and maintain live hyperlinks? At this point I am having to export to Excel then to PDF from Excel which is very clunky!
    Thanks

    Hi Mike,
    having to reinstall Numbers 2!
    Unless you took explicit steps to delete it (not really a good idea) then Numbers 2 is still on your Mac, in a subfolder within Applications named iWork '09. On my machine it got moved there automatically when I downloaded Numbers 3.   It's handy to have Numbers 2 for legacy documents and also for situations like this workaround, which takes a minute at most and only needs to be done once.
    SG

  • Canot email in pdf from pages + keynote with iPad air

    I can't email à document in PDF from pages and keynote with iPad air. I reset the iPad an it don't work

    Can you mail the files in any other format at all? Did you try emailing a Pages file as a Pages file or as a Word doc?
    OK. My response was too late. If you can email them in another format, I don't see how the problem could be with the mail app, but I suppose it's possible anyway. I know that you restored the iPad, and this should help, but try resetting all settings.
    Settings>General>Reset>Reset all settings. No data will be lost but all of your settings will have to be entered again.

  • Is it possible to populate a PDF from an excel sheet?

    I have been asked to create a dynamic PDF which will take values from an excel sheet & grow accordingly... Is it possible to link cells(which may not yet have values) in an excel sheet to fields in a dynamic PDF?
    Thanks in advance

    If using Acrobat prior to 9 to create forms, you can use Acrobat's JavaScript ADBC, Adobe Data Base Connection, to connect to an SQL database. A named range in Excel will meet this requirement. If you have created your form in LiveCycle Designer to create your forms you can use the data connection.

  • Is there a plugin for producing multiple pdfs from one print action in Indesign?

    Hello,
    I am wondering if there is a script or method for indesign that will allow you to write 2 or more pdfs from indesign in one action ?
    In other words - is there a print or export function that will allow you to write both a high res and low res file in one command ?
    Saving location isn't important, just the ability to tell indesign to write two files at once, like a pdf server server might.
    With thanks in advance for any input
    Rich

    There is a third party plugin: MadeToPrint, from Axaio

  • Need to copy files from PowerBook G4 with bad blocks

    Yesterday my PowerBook G4 which is about 5 years old had problems starting up. When I ran Disk Utility on it I was notified that there was a SMART problem and I should backup my data immediately. I have a lot of important data that still needs to be backed up, but I am having problems with likely bad blocks.
    I have tried to backup the data two ways both using a firewire connection to my new MacBook Pro. First, I connected the computers via firewire and used the "T" option when booting my old laptop. I tried to copy the files over by clicking on the directories I need to back up and dragging them over to my new laptop. That would work okay, but when it would hit bad files, everything would freeze. My old laptop wouldn't copy over anymore and I couldn't eject the HD from my new laptop.
    Then I tried using Terminal to move files over. I connected the computers in the same way as above and opened Terminal from my new laptop. After going into the directory I wanted to copy from on my old laptop, I typed in the following command,
    find . -exec ditto -v {} ~/Data/M33/SE25/ \;
    since I was told that might skip over the files with bad blocks and continue on. It did copy some files over, but I had the same problem again with everything freezing up.
    I really would like to get as many files transferred as I can without having to do it one-by-one and restarting everything every time my old laptop freezes up. Does anyone have any suggestions how to get around the files with bad blocks or whatever might be happening to freeze up my old laptop?

    I did as suggested in that I used the Terminal option and let everything run for 8 hours. Here are some of the notes I got from the system.log file. I will group together the error messages from when they actually occurred. I started the process at midnight. My apologies for some of the mistakes in the posts in the error messages. Some of the characters are messing up the way it is being viewed in the post.
    +(Message at 00:46:17)+
    disk1s3: I/O error
    com.apple.system.fs] [DevNode /dev/disk1s3] [MountPt /Volumes/Macintosh HD 1] [FSLogMsgID 2052406730] [FSLogMsgOrder Last]
    disk1s3: media is not present
    disk logger: failed to open output file /Volumes/Macintosh HD 1/.fseventsd/0000000000006ca1 (Invalid argument). mount point /Volumes/Macintosh HD 1/.fseventsd
    disk1s3: media is not present
    0 [Level 3] [ReadUID 0] [Facility com.apple.system.fs] [DevNode /dev/disk1s3] [MountPt /Volumes/Macintosh HD 1] [Path /Volumes/Macintosh HD 1/.Spotlight-V100/Store-V1/Stores/4DE053EA-8C82-4ED5-B5F8-74EDE806556F/live.1.i ndexHead] [FSLogMsgID 1668857477] [FSLogMsgOrder Last]
    (/Volumes/Macintosh HD 1/.Spotlight-V100/Store-V1/Stores/4DE053EA-8C82-4ED5-B5F8-74EDE806556F)(Error) IndexCI in openindexfile:open file error: 22, live.2.indexHead
    disk1s3: media is not present
    (/Volumes/Macintosh HD 1/.Spotlight-V100/Store-V1/Stores/4DE053EA-8C82-4ED5-B5F8-74EDE806556F)(Error) IndexCI in ContentIndexUpdateContent:Caught mach exception. Fun Fun Fun.
    (/Volumes/Macintosh HD 1/.Spotlight-V100/Store-V1/Stores/4DE053EA-8C82-4ED5-B5F8-74EDE806556F)(Error) IndexGeneral in bool siwriteBackAndIndex(_SI*, __ContentIndex*, const __CFDictionary*, const __CFDictionary*, db_obj**, const __CFString*, int, bool, bool, bool, __SIUserCtx*, const __CFString*, int32_t, bool):ContentIndexUpdateContent failed
    - (/Volumes/Macintosh HD 1/.Spotlight-V100/Store-V1/Stores/4DE053EA-8C82-4ED5-B5F8-74EDE806556F)(Error) IndexGeneral in void setAttributes(siset_attrctx*, Boolean, long unsigned int):Couldn't update index.
    disk1s3: media is not present
    +(Message at 00:46:19)+
    disk1s3: media is not present
    +(Message at 00:47:51)+
    jnl: disk1s3: replay_journal: from: 364032 to: 624128 (joffset 0x59000)
    +(Message at 00:47:52)+
    jnl: disk1s3: journal replay done
    +(Then from 00:59:30 to 02:45:20 there are occasional messages of the following)+
    disk1s3: I/O error
    IOSCSIPeripheralDeviceType0E::setPowerState(0x6366d00, 1 -> 4) timed out after 100128 ms
    It is now 8:20am and not a lot of data has been copied over and currently I can't tell if anything else is being copied over. The screen on the old laptop is frozen to the way I last saw it before going to sleep.
    Sorry if I posted more than I should have. I am just hoping that someone may be able to better see what is going on from the system log. I am going to check again in a couple of hours to see if any more data has been transferred.
    Thanks again for everyone's help with this.
    Message was edited by: MasterOdin

  • Problems opening PDFs from SharePoint 2007 with Acrobat X Pro

    We are currently migrating to Windows 7 x86, Acrobat X Pro, and Office Pro Plus 2010 SP1. Our old setup is Windows XP, Acrobat 8 Pro, and Office 2007. We are using SharePoint 2007. On our older machines, we are able to open and edit PDFs without any problems. However, on our newer machines with Acrobat X, we get this error whenever we open a PDF for editing:
    The document could not be opened for editing. A Windows SharePoint Services compatible application could not be found to edit the document.
    All of our XP users can open and edit documents without any problems--only our newly migrated Windows 7 users are unable to edit these documents. Is there a setting that I need to adjust in Acrobat X? I don't recall seeing any Acrobat X specific options in SharePoint configuration. Thanks!
    EDIT: I was able to open and edit a PDF document using the following steps:
    1. Click drop-down menu next to document and select "Check Out."
    2. In the check-out dialog box, check "Use my local drafts folder." Click OK.
    3. Back in SharePoint, click on document to open--click OK to message warning about malicious files.
    4. Edit document, then click Save button. Close Acrobat.
    5. Back in SharePoint, click drop-down menu next to document and select "Check In."
    6. Confirm the check-in.
    7. Redirected back to document library and the modified date and by fields are updated.
    This seems like an awful amount of steps. Is there a way to make this function the same when a user edits a Word or Excel document?
    Message was edited by: jprateragg
    Added info under EDIT.

    In Acrobat X, SharePoint Integration has been added which allows users to check-out/check-in the document from within Acrobat. Clicking the file from document library in Internet Explorer opens the file in Acrobat. The configuration that needs to be done on the SharePoint server is explained in the following KB article in section 11.1.
    http://kb2.adobe.com/cps/837/cpsid_83709/attachments/Acrobat_Enterprise_Administration.pdf
    Please try these and let us know if you face any problems after this.

Maybe you are looking for

  • Web-UI error message "Access via 'NULL' object reference not possible"

    I need some help, I'm not a Basis person but I need to get this connection problem resolve. This problem is in our DEV ICWeb system.  After logging in to Web-UI, I got a error message "Access via 'NULL' object reference not possible".  We have 3 clie

  • How can we diferentiate the follow scenario

    hi friends can any one give me the solluation for the following scensrio Our client sells industrial salt (material) in the following three ways 1, the client produce the material and sell it to the customer 2, the client buy it form vendor and store

  • WRV54G - Problems connecting wirelessly with Windows 7

    I'm unable to connect wirelessly to router using a HP laptop with windows 7. I have 2 xp laptops that connect without a problem. The HP laptop finds network, but once I click on network to connect, it does not ask for the security code therefore I ca

  • IBM HACMP Vs. Oracle Real Application Cluster

    Hello, We are contemplating chages in our Oracle Database on AIX. I was wondering if you can point me to a site that will help us to decide which architectiure to go with between IBM HACMP Vs. Oracle Real Aplication Cluster. Any information will be a

  • FM to Park a FI document(G/l account)

    HI everyone, I am working on creating a UI in ABAP Webdynpro to park FI accounting documents. I found the transactions to park the documents is fbv1, 2 and 3 are for creating, editing and display. I want to do the same UI from ABAP webdynpro. Please