Maximize a pdf document

Hello,

I want to maximize a pdf document. Please suggest.

Regards,
Hemal

Use start process to open the PDF document and send hot key Ctrl+3 to Fit Visible

Find the xaml.
4.xaml (4.9 KB)

4.xaml (5.5 KB)

Updated one. With Alt Space and Alt X

You can try using the below activity in UiPath !

image

1 Like

@hemal

Look into this xaml sample maximize_window.xaml (5.7 KB)

Indicate the application which you wanted to maximize in Attach Window Activity

@Vinutha How will you specify pdf files full path in this Maximize window activity?

It reopens & maximize pdf

You can use attach window activity, specify your PDF in the selector and can use maximize window activity inside.

1 Like

haha @hemal should be in shock after seeing so many ans for single qn. :rofl::joy:

Great going.
Thank you all for contributing.

Cheers
:+1:

1 Like

I know this activity but it is not working to maximize a pdf.

Thanks :slight_smile:

@ranjith, @BikashPanigrahi, @Vinutha thank you so much for the effort and helping me :slight_smile:

@ddpadil hehehe true :stuck_out_tongue: I haven’t expected :smiley: . I just started working on that pdf. Thank you so much :slight_smile:

Regards,
Hemal

Windows default shotcut key Alt+Space+X to maximize.
use Send Hot Key Activity 2 times.
Alt + Space (" " → give 1 empty space under Key value) for 1st Send Hot key activity.
x → for 2nd send hotkey activity.

This will perfectly maximize your window. (make sure you are giving right selector for required window)

1 Like