Heretic87 Posted March 5, 2013 Posted March 5, 2013 Hello everyone, I made a simple script that paste an image into a word file in the A6 format. I want to resize the image, which is copied from a pdf, before pasting it into the word file, is it doable? What do I need to do?
water Posted March 5, 2013 Posted March 5, 2013 You can either do it before you copy the image to Word. Search the forum for "image resize" and you will find a lot of threads like Or do it after you copied the image to Word by using the Shape or InlineShape object. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
UEZ Posted March 5, 2013 Posted March 5, 2013 (edited) You can use the GDI+ library to resize the image and the word udf to paste it into the word file to achieve your goal.What do you mean with copied from a pdf exactly? Copied to the clipboard? To a file?Br,UEZ Edited March 5, 2013 by UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
Heretic87 Posted March 5, 2013 Author Posted March 5, 2013 Copied from the pdf and stored in the clipboard.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now