0
Create pdf file from Clipboard
New Here
,
/t5/acrobat-sdk-discussions/create-pdf-file-from-clipboard/td-p/10829400
Jan 01, 2020
Jan 01, 2020
Copy link to clipboard
Copied
Hi I want create a PDF page from Clipboard using Javascript. Please help
TOPICS
Acrobat SDK and JavaScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-sdk-discussions/create-pdf-file-from-clipboard/m-p/10829417#M8552
Jan 01, 2020
Jan 01, 2020
Copy link to clipboard
Copied
Not possible.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-sdk-discussions/create-pdf-file-from-clipboard/m-p/10829670#M8553
Jan 01, 2020
Jan 01, 2020
Copy link to clipboard
Copied
Actually, I was wrong. There is a way:
app.execMenuItem("ImageConversion:Clipboard");
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Sid Jain
AUTHOR
New Here
,
LATEST
/t5/acrobat-sdk-discussions/create-pdf-file-from-clipboard/m-p/10837211#M8555
Jan 05, 2020
Jan 05, 2020
Copy link to clipboard
Copied
Will try this. Many Thanks!!
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/acrobat-sdk-discussions/create-pdf-file-from-clipboard/m-p/10830157#M8554
Jan 01, 2020
Jan 01, 2020
Copy link to clipboard
Copied
Which app are you using to view the file -- a browser, image editor, word processor? Why not simply Print to PDF from whichever app you have open?
Nancy O'Shea— Product User, Community Expert & Moderator
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

