Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RMS10

  1. RMS10

    Linking calendars on subsites to main site

    See Create a Master Calendar in SharePoint - Overview http://www.endusersharepoint.com/?p=890 Create a Master Calendar in SharePoint - ScreenCast http://www.endusersharepoint.com/?p=892 Create a Master Calendar in SharePoint - Online Workshop http://www.endusersharepoint.com/?p=893
  2. RMS10

    How to Expand/collapse buttons for your Web Parts

    See Christophe's PathToSharepoint site for the code http://pathtosharepoint.wordpress.com/2008/10/25/expandcollapse-buttons-for-your-web-parts/
  3. RMS10

    forms: trap a Combo Box selection change

    This should lead you in the right direction: http://www.codecuts.com/mainpage.asp?MenuID=150&WebPageID=358
  4. RMS10

    Inserting mutliple pages into a PDF

    This is not a problem with Acrobat but with the way Windows handles your selected items. Do this: 1. Highlight the group of files. 2. Go to the first file press and hold the ctrl button and click on the first file to unselect and click again to select it. 3. Now insert the files.
  5. RMS10

    Acrobat 6.0 prerelease information

    http://www.seyboldreports.com/TSR/free/0301/acrobat_6.html
  6. RMS10

    Open & Search pdf file in Visual Basic

    I believe there is a VB example in the SDK. http://partners.adobe.com/asn/acrobat/download.jsp
  7. RMS10

    Print a single bookmark or tab

    Try placing a form button on the page that the bookmarks are linked too. You can then add java script to print the desired range of pages under the field properties, actions, add area of the button.
  8. RMS10

    HTTP serving searchable PDF files

    If you are using only the document summary area of the pdf (Title, Subject, Author and Keywords) you could write a program to extract this information and place it in a database. Your HTML front end could have these fields available to the user for searching. This solution worked very well for...
  9. RMS10

    Acrobat installed on CD - steering the user to it? Mac/PC

    Why not have Reader run from the CD instead of installing it on the users system? See the link below: http://www.yeardley.demon.co.uk/pdf.html
  10. RMS10

    Convert word to PDF

    Look at the link below. The code will get you started :) http://www.planetpdf.com/mainpage.asp?WebPageID=244
  11. RMS10

    FIELD UPDATE IN 10 ACROBAT DOCUMENTS

    Pdfworkshop will do this and more http://www.pdfstore.com/details.asp?ProdID=4
  12. RMS10

    HELP!!!!

    This is a known problem with Microsoft Word. It reformats the document based on printer selection. Not much you can do. If your plan is to display information in pdf then its best to select distiller as you printer during the creation of the document.
  13. RMS10

    Batch Convert Doc to PDF

    If you are using 4.0 you are in luck. With acrobat 4.0 adobe gave the user the ability to simply drop a word doc file into the window and it would convert it. In 5.0 they have removed this function for Microsoft Office. If you want to code something to automate this you can modify the...
  14. RMS10

    inserting pages

    BTW this is not a problem with Adobe but with the way Windows handles drag and drop.
  15. RMS10

    inserting pages

    If you are selecting files from windows file explorer and draging and dropping them to your document for insertion what is happening is this: 1. Based on your clicks (ctrl + click) you are setting the order for the insertion. Make sure you reclick the first file prior to inserting it into the...

Part and Inventory Search

Back
Top