<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic capture full screen of webpage in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90049#M40341</link>
    <description>Hi Team,
How to capture Full screen of webpage and save it as PDF.</description>
    <pubDate>Thu, 02 Jun 2016 10:02:00 GMT</pubDate>
    <dc:creator>Mohammed_Nissa1</dc:creator>
    <dc:date>2016-06-02T10:02:00Z</dc:date>
    <item>
      <title>capture full screen of webpage</title>
      <link>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90049#M40341</link>
      <description>Hi Team,
How to capture Full screen of webpage and save it as PDF.</description>
      <pubDate>Thu, 02 Jun 2016 10:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90049#M40341</guid>
      <dc:creator>Mohammed_Nissa1</dc:creator>
      <dc:date>2016-06-02T10:02:00Z</dc:date>
    </item>
    <item>
      <title>Mohammed,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90050#M40342</link>
      <description>Mohammed,
-Use the Print Screen global send keys.
-Paste into MS Word
-Export as PDF
Tom,</description>
      <pubDate>Thu, 02 Jun 2016 12:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90050#M40342</guid>
      <dc:creator>TomBlackburn1</dc:creator>
      <dc:date>2016-06-02T12:11:00Z</dc:date>
    </item>
    <item>
      <title>Hi Tom,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90051#M40343</link>
      <description>Hi Tom,
Thanks for your reply. .
As per your suggestion it will print only onscreen page(Which is visible to us) but I want to capture full webpage screen....</description>
      <pubDate>Thu, 02 Jun 2016 14:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90051#M40343</guid>
      <dc:creator>Mohammed_Nissa1</dc:creator>
      <dc:date>2016-06-02T14:37:00Z</dc:date>
    </item>
    <item>
      <title>Mohammed,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90052#M40344</link>
      <description>Mohammed,
As far as I am aware this functionality is not natively available within Blue Prism.
What do you require a image capture of the whole website page for? I think you may need to look at a 3rd party solution and combine this in with you Blue Prism automation build.
Some Suggestions:
- You may want to look at the command WGET (https://en.wikipedia.org/wiki/Wget)
- Google Chrome Browser has a Print &amp;gt; Save to PDF option
- There are some simple 'page-grabbing' extensions available for chrome from the web store
- TechSmith SnagIt application looks pretty easy
Tom.</description>
      <pubDate>Thu, 02 Jun 2016 15:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90052#M40344</guid>
      <dc:creator>TomBlackburn1</dc:creator>
      <dc:date>2016-06-02T15:15:00Z</dc:date>
    </item>
    <item>
      <title>You can also use a custom</title>
      <link>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90053#M40345</link>
      <description>You can also use a custom Code Stage to capture the image. This code uses System.Decimal and System.Drawing.Bitmap namespaces (reference in the Initialise page) to capture an image:
       Screen_Image = GetScreenBitMap(X, Y, W, H)
Inputs: X, Y W and H as integers. X &amp;amp; Y are initial start point coordinates, W = width in pixels, H = height in pixels.
Output: an Image data type.</description>
      <pubDate>Mon, 06 Jun 2016 19:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90053#M40345</guid>
      <dc:creator>ChrisMcDermott</dc:creator>
      <dc:date>2016-06-06T19:48:00Z</dc:date>
    </item>
    <item>
      <title>Even better! I'll make a note</title>
      <link>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90054#M40346</link>
      <description>Even better! I'll make a note of that one.</description>
      <pubDate>Tue, 07 Jun 2016 18:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90054#M40346</guid>
      <dc:creator>TomBlackburn1</dc:creator>
      <dc:date>2016-06-07T18:07:00Z</dc:date>
    </item>
    <item>
      <title>Hi Chris,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90055#M40347</link>
      <description>Hi Chris,
Thanks for your reply,
When I use this code it showing following compile error,
Compiler error at line 1: Name 'Screen_Image' is not declared
Compiler error at line 1: Name 'GetScreenBitMap' is not declared
------------------------------------------------------------------------------------------------------
Added following namespaces in Namespace area(Initialise page),
System.Decimal
System.Drawing.Bitmap
------------------------------------------------------------------------------------------------------
Is there any Dll file to add?
Kindly help me to clear this error</description>
      <pubDate>Wed, 08 Jun 2016 11:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90055#M40347</guid>
      <dc:creator>Mohammed_Nissa1</dc:creator>
      <dc:date>2016-06-08T11:56:00Z</dc:date>
    </item>
    <item>
      <title>Hi Chris,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90056#M40348</link>
      <description>Hi Chris,
 Thanks for your reply,
 When I use this code it showing following compile error,
 Compiler error at line 1: Name 'Screen_Image' is not declared
 Compiler error at line 1: Name 'GetScreenBitMap' is not declared
 ------------------------------------------------------------------------------------------------------
 Added following namespaces in Namespace area(Initialise page),
 System.Decimal
 System.Drawing.Bitmap
 ------------------------------------------------------------------------------------------------------
 Is there any Dll file to add?
Kindly help me to clear this error</description>
      <pubDate>Wed, 15 Jun 2016 15:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/capture-full-screen-of-webpage/m-p/90056#M40348</guid>
      <dc:creator>Mohammed_Nissa1</dc:creator>
      <dc:date>2016-06-15T15:57:00Z</dc:date>
    </item>
  </channel>
</rss>

