Create PDF from Search results...

Hello all.
I am currently creating PDF's of all my company websites. We are going to uses these PDFs as sources of information.
Basically, We are going to use Acrobats search functionality to search across a large number of PDFs of the websites. Lets say I search for "Cancer"
The search results come back with the PDF document title link and link to the exact page were the words Cancer is found.
What I would like to do it to be able to create one PDF based on all the pages located in the search results.
Is it possible to automate this process without having to physically open every page and extract it?
Cheers
John

Hi,
You can use Adobe Services to create PDF using Webdynpro.
You can display your search results from SAP R/3 in a PDF file.
Check out this link
http://help.sap.com/saphelp_nw04/helpdata/en/1a/ff773f12f14a18e10000000a114084/frameset.htm
Thanks
Senthil
P.S. If you find the answer useful, allocate points.

Similar Messages

  • Creating PDF from PowerPoint results in lines around images

    I've researched this topic on the forums and have seen some related posts but none that directly hit the issue I'm having. Have a PP file with some images and when I create PDF, the resulting file shows random "outline" lines partially around some of the images.  These lines do not show up when printing.  They go away if I uncheck the "Smooth Images" box under Edit/Preferences/Page Display.  However, unchecking the box degrades the image quality and requires the viewer to make this change in his version of Reader.  This PDF will be viewed typically on a screen rather than via print and I can't rely on the user to do the Smooth Images change.  I have spent lots of hours trying various potential fixes (differing file types, etc.) but can't figure it out and haven't been able to find a solution anywhere on the web.  Anyone up for the challenge of helping me figure it out?

    Any chance you can post a link to the file or PDF page?

  • Creating alert from search results on web content *DEEPWEB*?

    Hope this an appropriate location to post this question.
    Looking for suggestions on approaching this problem [hoping for an ArchWay approach  ]
    1. Login to ssl secure website with user id and password [CURL?]
    2. Perform a search for an article/award/bid notification with a set of keywords [CURL?]
    3. Parse (tokenize) the results to identify amounts greater than $5,000 - [AeroText, LingPipe, NetOwl, Inxight... others???]
    4. Produce an alert with results and links to specific items [db and rss feed or some alerting mechanism]
    Looked at CURL but not sure if there is perhaps another framework to leverage (can start from scratch but trying not to reinvent the wheel).
    Any ideas, suggestions greatly appreciated from the community.
    Thanks,
    Dave

    The Mechanize gem is perfect for automating sites like this (Ruby).
    gem install mechanize
    The (untested) example below:
      - logs into an SSL website (handling cookies etc)
      - searches for a list of keywords
      - stores results for a hash for storage/email etc
    #!/usr/bin/env ruby
    # encoding: utf-8
    require 'rubygems'
    require 'mechanize'
    # create a browser agent and set its alias
    agent = Mechanize.new { |a| a.user_agent_alias = 'Mac Safari' }
    words = %w( i can haz taco? ) # list of keywords
    result = Hash.new { |h, k| h[k] = [] } # hash default is an array
    agent.get('https://www.tacos-vs-poutine.com/') do |page|
    # login to the site
    form = page.form_with(:name => 'login')
    form.email = 'vegemite'
    form.password = 'sandwich'
    page = agent.submit(form)
    # search site for each word
    words.each do |word|
    search_result = page.form_with(:name => 'search') do |search|
    search.q = word
    end.submit
    # store results in a hash
    search_result.links.each do |link|
    if link.text.to_i > 5000
    result[word] << link.text
    end
    end
    end
    # store results in DB, convert to RSS feed, email etc
    # eg: Sequel + Sqlite3, RubyRSS, Mail gems
    end
    ** EDIT: fixed syntax
    Last edited by awkwood (2010-09-23 01:31:05)

  • Creating PDF from HTML without background

    Hi,
    I want to create a PDF from a html-page. I tried several ways without success to get a PDF without a background (white). I need a transparent background to add different backgrounds for different pages in Acrobat X Pro.  I use an iMac with OSX 10.10.2, Safari 8.0.4 and have the MasterCollection 6 installed. I tried:
    - print page -> create PDF Result: white background which hides added background
    - print page -> save as Adobe-PDF Result: white background which hides added background
    - in Acrobat: create PDF from web Result: white background which hides added background
    In all cases it doesn't matter if I select "print background" or not. And it doesn't change if I add in the CSS for the web a body {background-color: rgba(255,255,255,0)} or body {background-color:transparent}.
    How can I create a PDF with no or transparent background?

    Hi Manoj
    If your application generate a static html page, you can open those html files with Reports 9i and add a dynamic data sections which would be fetch the data in your html pages with Report servcies. However you can only run those modified pages as a jsp and show the output to browser window.
    Thanks
    Rohit

  • Unable to open pdf files from search results page in Office 365 site

    Hi folks,
    I am getting this issue since a while now. In office 365 site, if I click on links that points to pdf files in search results page, I get this -
    “The filename, directory name, or volume label syntax is incorrect”. 
    These pdf files are stored in the same site and I am able to open them in adobe reader directly from the document library but not from the search results page.
    I have already gone this post and doesn't help me -
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/545efcc6-b748-4df8-aee0-7f57f778ad1e/sharepoint-2010-opening-pdfs-in-search-results-the-filename-directory-name-or-volume-label?forum=sharepointgeneralprevious
    Any help or pointer is much appreciated.
    Thanks,
    Manvir
    Manvir

    Hi,
    Besides pamma has suggested, here are similar issues, you can take a look at:
    http://unsolicitedbutoffered.blogspot.com/2014/01/quick-fix-volume-syntax-error-when.html
    http://crowdsupport.telstra.com.au/t5/T-Suite-Applications/There-was-an-error-opening-this-document-The-filename-directory/td-p/197425
    Best Regards,
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Lisa Chen
    TechNet Community Support

  • How to include non web pages to the "Create PDF from Web Page" feature?

    In Acrobat Pro (v. 10), when I use the "Create PDF from Web Page" feature, it works great for html pages, but it skips non-html links (doc, pdf, ppt, xls, etc). I need Acrobat Pro to convert those files and put them in the order as well. I don't see an option for this in settings. Is there ANY way I can do this? This is for an archiving purpose and I have 10,000 plus files to convert. Please help.

    This is a question i'm trying to answer too. My issue is that I have a PDF file which itself contains links to both DOC and PDF files. The end result is that I need one consolidated PDF containing all the linked files (in order).
    I can run the "create from web page" on this PDF file, and it'll download them, but not convert them. It just adds them as "jumbled" text to the end of the document. I need it to download, convert, and then append them.
    So, as isunshine3 asked above, any way to have Adobe convert the files that it finds linked when running the "create from web page"?
    THanks
    Matt

  • Acrobat 8.1 Crashing when creating PDF from webpage

    www.sec.gov/Archives/edgar/data/910569/000091056909000016/form6-k15june09.htm
    I have been trying to create a PDF from the above URL using Acrobat 8.1 using the "Create PDF from Web Page" function.  The Download Status form opens and shows the progress as files are downloaded and converted.  However Acrobat 8.1 always crashes before completing the task.  Acrobat 5.0 successfully completes the task although the formatting leaves a lot to be desired but that's another issue.
    I've tried various values for settings such as processing 1 level or getting entire site but the crash is consistent.
    I have also tried a couple of other machines in the office with the same crashed result.
    Can anybody suggest why Acrobat 8.1 would fail to render this URL into a PDF and what would cause it to crash so consistently?  Is there an alternate method of creating a PDF from this URL aside from loading it into Word and printing to a PDF?
    Any clues appreciated!

    The problem is likely that the web page does not conform to standard HTML. AA8 crashed on me also. You can print the file from your browser. The only thing that would be missing would be the 3 links near the bottom and they are easy to add.

  • Acrobat Standard 9.1.1 crashes on Create PDF from scanner

    All options under the Create PDF from scanner sends Acrobat Standard 9.1.1 crashing.
    Faulting application Acrobat.exe, version 9.1.0.163, time stamp 0x49a88b32, faulting module dlbatwds.ds, version 3.107.0.0, time stamp 0x45df4d3d, exception code 0xc0000005, fault offset 0x00004da2, process id 0xce4, application start time 0x01c9dca1b4c4360b.
    Tried with both scanners CanoScan LiDE 600F and Dell 920A
    I am using Vista Ultimate x64.Have tried turning off UAC and also tried running as Administrator.
    No luck yet. Anyone have the same issue?

    This might be a scanner issue. Have you tried scanning using other applications?
    If not, can you try the following steps once?
    1. Download TWACKER (Twack_32.msi) from http://www.twain.org/downloads.shtm
    2. Install it.
    3. Go to <Program files>\TWAIN Working Group\Twacker 32 and invoke Twack_32.exe.
    4. Go to File menu > Select Source.
    5. Select the TWAIN driver (not the WIA driver) for HP M1212nf and Click OK.
    6. Now, invoke File > Acquire menu.
    Please update with the result.
     

  • Acrobat 9 Quits When Create PDF from Scanner Selected

    Hi. I wonder if anyone can advise please.
    I have recently installed Acrobat 9 on my MacBook Pro and have plenty of RAM. However, I can "Create PDF from Scanner" just the once. After that, Acrobat quits when I select Scan or quits if I cancel the scan.
    I have tried the following:
    1. Troubleshoot System Errors & Freezes
    2. New User account
    3. Recreated Preferences
    4. Booted from separate disk
    5. Repaired disk permissions
    6. Have no third party plug-ins installed
    7. Have run Repair Acrobat
    8. Changed Universal Access
    9. Defragmented disk & repaired files
    10. Safe Boot and reinstall Acrobat
    Nothing has worked except when I clean install I can scan through Acrobat once.
    I can scan from the scanner software - Lexmark 4850 - with a jpeg straight to Acrobat but want to try to solve the issue of scanning straight from the app.
    Thanks for your help people.
    Regards
    Paul

    After I discovered my problem of quitting after completing the scan of the first side of a 2-sided document and decided to go to Adobe for help, I should have known I was in real trouble after following their instructions for locating the Acrobat serial number. After bringing up the splash screen and clicking on it, instead of seeing the number the splash screen disappeared! So I had no option but to use the phone. Then their help person couldn't give me the serial number- he had to transfer me- and I chose to stay with him for help instead. He decided it was a conflict between the Acrobat & HP software and ended the help session.
    I then did some on-line research and discovered others with the same problem, and came up with the comparison test with the Windows version. Adobe's phone system didn't recognize my Case #, but the second Help person said it worked fine. At that point, I got the feeling that I was in real trouble. After another hour going over the same ground and repeated denials that their software was at fault, the Helper refused my request that they do a Windows comparison test or send me a Windows version to test myself and promised to call me back with results of their "research". That call never came.
    On the third call, again with the Case # unrecognized by the phone system, the Helper was even more unhelpful, probably after reading the record of the first two calls. He insisted on going back to the machine and over the same ground once again, and I ended the call.
    I agree that the on line approach is better, and I may have to make a double call to get the serial number (neither of the two I have, each different on the case or on the CD worked) and try that if my request for a supervisor fails. Fortunately they are so incompetent that they can't track starting over.
    I'm not a programmer, but have lots of varying experience with computers dating back to the first Atari-400. Since your Acrobat uses only the Twain driver component from your scanner software, the first place to look for a problem is in the Acrobat software, especially since the software doesn't run again after the first use without reinstalling, and the scanner continues to perform properly using it's installed software. The Windows comparison test such as Tim Whitfield was able to make, would clearly establish the Mac version of the Acrobat software to be at fault, but would still not resolve our problems. Unfortunately I hold out little hope for either you or I with Adobe, since neither their phone nor the online help has come up with a prior fix. This indicates a bug fix requirement, which for something like this looks to be a relatively long time in coming.

  • Creating PDF from Office 20101 Hangs

    I have Adobe Acrobat Professional  8.2.5, on Windows 7 lapiop with Office 2010. Up unitl 2 weeks ago PDF creation using PDFMaker toolbar in Office and from Exployrer and from with Adobe was all working fine. Now when creating a PDF form Office 2010 hang after starting
    I have unistalled and reinstalled Acrobat Professional with the same result

    I have done this and it has not fixed the issue
    The Adobe tool bar is viable and functions in all the MS Office application Word, Excel & PowerPoint.
    The PDF creation process hangs it he following scenarios
    1. Pressing the create PDF button in MS Office applications. The process begin –> convert to PDF -> and saver the PDF file as - but during the creation process hangs.
    2. Right clicking on a word , Excel or PTT file from Windows Explorer PDF distiller hangs
    In Adobe acrobat Professional 8.2.5 create PDF from a file hangs

  • Creating pdf from clipboard does not import images or formatting

    Creating PDF from clipboard works perfect in acrobat X however in acrobat XI no images are imported and the text just defaults to times roman font. My wife uses acrobat for her craft patterns and copies from the web all the time with no issues in Acrobat X. She tried it on Acrobat XI and it just looks like garbage. The text is there but the images that were copied along with the text are not. I have examples that she did using the exact same clipboard in both X and XI.

    Bill@VT wrote:
    I guess I must not understand how you are transferring the items to the clipboard. Is the browser the same one you used with AA X?
    Yes, I used the same browser (Chrome) with AA X and AA XI.
    Bill@VT wrote:
    When I did it with AA XI, I used the mouse (on a PC) to select the text and figures in my browser and copied that info to the clipboard (ctrl-C on the PC and I assume similar on the MAC).
    Yes, the procedure for copying info to the clipboard is similar for a Mac and a PC. I select the info (in this case, text and graphics) with the mouse, and can copy it to the clipboard with either Command-C (Mac equivalent of ctrl-C), or by right-clicking on the highlighted info and choosing "copy" from the pop-up window.  I do not have to use Print Screen in conjunction with this procedure. If I use Print Screen, it copies everything that my monitor displays and the results of a paste are an image.
    Is there something I am missing about getting the web page parts wanted to the clipboard? If you clip the items into a graphics packages, does the graphics show up as desired?
    No, you are not missing anything. All of the web page parts are in the clipboard. The problem is that only the text is showing up when I use the create PDF from clipboard option in AA XI. I do not have a graphics package installed; however, if I paste the clipboard contents into Word, both the text and graphics show up.
    I checked the PDF created with my AA XI and found the text as text and the the graphic as graphic, not simply a graphic as you suggested. Is it possible the graphic is shown with a place holder or just space for the graphic. If that is the case, check the preferences that you have "view large images" turned on.
    As I explained ad nauseum, the PDF I try to create with AA XI using create PDF from clipboard does not include the graphics; it only has the text. I just checked the preferences and "view large images" is turned on. I could not find any other preference settings that would seem to help with the problem I am having.
    I can paste the clipboard contents directly into Word and print the document to a PDF. When I do that, though, I usually have to spend a lot of time editing the Word document, because the contents are not in the same format. The paragraphs are usually squashed together, or the photos are too large and I have to change the size. This just takes up more time than I have to spend.
    The bottom line is that it seems to me Adobe must have changed something in the Mac version of AA XI that causes it to not work the same way it does in AA X. The PC version is obviously okay, because you are able to get the feature to work.
    I guess I am going to have to give up on this problem and stick with using AA X.
    Thanks again for all your help.

  • Create PDF from Web page using Acrobat X - Page Order

    I have a structured web site that is in fact Program Help The web pages are structured as follows:
    index.html - Main Topic Index page with links to all topic subject index pages
    topic/index.html - Topic Subject Index Page with links to all subject pages
    topic/subject.html - Subject page
    .....etc
    Using Acrobat 5 "Create PDF from Web Page" created a perfect logical PDF  page structure in the page order of of the web site. In Acrobat 5 page 1  was the Main Topic Index Page, page 2 was the 1st Topic Subject Index  Page, page 3 was the 1st Subject Page, then the 2nd subject of the 1st  Topic, etc. until the Topic Subjects were exhausted after which the 2nd  Topic Subject Index Page and so it went on. As a result the bookmark  structure was sensible. The page order was as follows:
    Main Topic Contents
    Topic 1 Contents
    Subject 1 of Topic 1
    Subject 2 of Topic 1
    Topic N Contents
    Subject 1 of Topic N
    Subject 2 of Topic N
    Acrobat X (just purchased) produces a differently structured PDF from the same HTML pages. The order is:
    Main Topic Contents
    Topic 1 Contents
    Topic 2 Contents
    Topic N Contents
    Main Topic Contents (a second time)
    Subject 1 of Topic 1
    Subject 2 of Topic 1
    Subject N of Topic 1
    Subject 1 of Topic 2
    Subject 2 of Topic 2
    Subject N of Topic N
    Question: Is there any way I can get back with Acrobat X the same page order I got with Acrobat 5?
    Any help appreciated. The website is www.caliach.com/caliach/vision/help/index.html
    Chris

    Acrobat is using the underlying mark up of the rendered HTML page.
    This may or may not provide an adequate input to Acrobat when it is noodling out how and what to tag.
    I suspect you may find that, to obtain an adequately tagged PDF, you may have to capture the web page content with the create bookmarks and create tags options off.
    Once you have the PDF make working copies.
    Try letting Acrobat tag this already created PDF to see what happens.
    You may have to manually tag the PDF.
    n.b., The default read order for western language can be altered by user selections in the accesibility setup or by selection in the PDF page(s) Page Properties.
    Be well...

  • Having problems creating PDF from website with query-string URLs

    I have a website that I would like to create a PDF from. I am using the Create -> PDF from Web Page..., selecting the site's home page, and capturing 2 levels, with "stay on same path" and "stay on same server" checked in order to limit the scope of the crawl.
    Where the pages are at example.com/foo/ and example.com/foo/bar/, this works fine. However, where the pages are at example.com/foo/ and example.com/foo/?p=1, the page represented by the query string URL is not converted to the PDF.
    This is a problem, given that the site I want to archive as a PDF uses query strings for most of its pages.
    I have been able to individually convert a single query-string-based page into a PDF using this method, but doing this for every page on the site would be almost impossible given the sheer number of pages on the site.
    Is this a known issue? Is there a workaround other than separately capturing each page (which would be prohibitive effort)?
    I have tried this in both Acrobat Pro X and Acrobat Pro 9 for Mac, with the same results.

    Remember, Acrobat is a 32-bit application and as such cannot access all that 'extra' stuff.
    Be well...

  • Setting margins for "Create PDF from Clipboard"

    I'm posting this because I could not find another question that dealt with my problem directly, but after A LOT of searching, and a few failed attempts, I did find the solution.
    Problem: When creating a PDF from content copied to the clipboard from a webpage, everything on the page was way off-center, with almost no left margin.
    Once the PDF was created, since there is no easy way to adjust page margins, the only way to center everything would have been one page at a time (for 24 pages), by dragging the page contents manually to the center of the page. I tried using the "Set Page Boxes" function, but I ended up with 24 blank pages. Yes, I could export the PDF as a Word document, and then reprint that Word document as a PDF, but I knew there had to be a simpler way.
    Solution: When you create a PDF from a clipboard containing text (or in the case of the above document, text and images), Acrobat uses the settings for "Create PDF from Web Page."
    Unfortunately, if you look up Convert clipboard content to PDF in Acrobat Help, it doesn't tell you that. AND the settings for "Create PDF from Web Page" are NOT included in the list of settings under Preferences > Convert to PDF. There is an HTML option in that list, but there are no editable settings for that file type (There are actually quite a few such file types listed there, and my question is, if there are no editable settings, why are they even listed under Preferences?). Batch Conversion of Text Files also uses the same settings.
    So, here's how to do it:
    Select File > Create > PDF from Web Page
    Click on Settings
    To adjust the default margins for new PDF files created from a clipboard containing text, select the Page Layout tab, and adjust the margins to your liking. Notice how small the Default right and left margins are... hence my problem.
    Click on OK to save your new settings, and the simply Cancel out of the "Create PDF from Web Page" dialog box. If you read this page, it says you have to actually create at least one PDF file using the "Create PDF from Web Page" dialog in order for your settings to stick, but I never did, and my settings were saved just fine.
    If you're copying basic text (or converting text files), that's all there is to it.
    With web page content, there could still be a problem (as there was with this web page), if the content you've selected is not the full width of the web page. I think this has to do with the fact that web pages often use Content Style Sheets to format their page elements, and those styles are transferred when you copy that content to the clipboard. The PDF page margins are technically correct now, as you can see by the position of the image at the top of the page, but the text portion (at the bottom of the page) of the PDF only fills the same percentage of the text area (between the margins) as it did on the web page.
    The only solution I have found if this happens, is to export the PDF as a Word document, and adjust the margins there. In the document I was working with in these examples, there were boatloads of different invisible subsections to the document, and each subsection had different settings for right and left indent, fonts, font sizes, etc., so there was a lot more to it than a simple 'copy & paste' type of procedure. Once I corrected all the different elements (and this one had a whole lot of weirdness going on), and then printed it as a new PDF, everything looked much better.
    Hopefully this helps someone else find their answer much easier than I found mine
    And of course, comments and suggestions are welcome.

    Thanks for asking. Yes, with either the Crop tool or the Set Page Boxes tool, I could trim the page just fine, removing the excess from the right side, but as soon as I tried to add space to the left side, it just blanked out the whole page. It seemed like it should have worked, and maybe on a simple text file it would have. But that particular array of content proved to be most troublesome.
    I also could have just cropped the page down to 6.5 x 11, and then centered it when I printed it.
    My primary goal in searching for the answer, and my main reason for posting this, was for setting the margins for future documents (and to help others find those settings,too). Since I still had the web address, I could easily recreate the PDF once I figured out how to set the margins. Of course I didn't realize that there would still be problems once I got the settings right. Like I said, that particular web page seemed to have several unique difficulties.

  • Create PDF From Scanner - Items not tagged by default in Adobe X?

    Our associates leverage Adobe Acrobat's Paper Capture API to create PDFs directly from TWAIN-sourced scanners.  In Adobe Acrobat 9.x, the resulting PDFs were automatically tagged.  In version 10.x they are not, and I don't see a way to enable tagging automatically when using the "File -> Create PDF from Scanner" option.  Strangely, the option to tag the PDF is available when using "File -> Create PDF from Web Page."
    Any ideas?

    Also experiencing this issue.

Maybe you are looking for

  • Performace issue in Oracle 10.1.0.4

    Hi, I am having the database with version 10.1.0.4 on solaris environment, I am having the strange problem with open cursors, set the open_cursors paremeter has 1000, but in the snapshot cursors/session showing 1200 and the count is gradually increas

  • Select-Option In Fbl1n And Fbl3n

    Good Morning Experts, javascript:; Above Attached is the Screen Shot Of FBL1N..Experts I Have A requirement That I Have to Add Profit center as a Select-option Under The Company Code..Can Any One send me with sample code And Suggest Me Where To Write

  • Dry apply macbook pro 15 inch scratch protector

    Does anyone know of a dry apply scratch protector for a 15 inch macbook pro? I've been using an invisibleshield but it's not applied very well and I don't want to buy a new one. I only really need it for going through airport security (my old compute

  • New ipod touch connected to internet but wont open safari

    i got a new ipod touch this morning, it says its connected to my wifi, but when i go to open youtube, or safari it wont load. it sits there spinning for about 5 minutes, than i get an error message saying the server stopped responding, i have reset m

  • Mac OS 9.1

    Don Archibald Merci pour ta réponse, mais les 2 updates que tu me recommandes ne correspondent pas au Mac OS 9.0, et ne sont pas la solution. Je viens d'essayer. Je ne suis pas très fort en informatique mais il me semble qu'il s'agit d'un autre probl