Categories
Chrome Google HOW TO Internet Explorer Microsoft Mozilla Firefox

HOW TO save Gmail message in PDF or Microsoft Word

To save Gmail message in PDF or Microsoft Word you don’t need to install additional software or tools, follow these easy steps:

Update of 15/08/14:
Sign in to your Gmail

Go to Tools and choose Settings
Google Chrome - Tools - Settings

Select Labs tab
Google Chrome - Settings - Labs

Scroll the page until you found Create a Document lab then click on Enable
Google Chrome - Labs - Create a Document

and Save Changes in the bottom of the page.
Google Chrome - Settings - Labs - Save Changes

Gmail message in PDF or Microsoft Word

Now, when you open an email you can go in More and choose Create a document
Google Chrome - More - Create a document
So you have created a document with your email that you can Publish, Print Share from your Google Drive or using the File menu to choose Download as to save it in

  • Microsoft Word (.docx)
  • OpenDocument Format (.odt)
  • Rich Text Format (.rtf)
  • PDF Document (.pdf)
  • Plain Text (.txt)
  • Web Page (.html, zipped)

Google Chrome - File - Download as to save Gmail message in PDF or Microsoft Word

Gmail retires Create a Docs Lab

Google suggests to use the functionality to save the document in Google Drive to have a copy in PDF:

  1. open an email in Gmail
  2. click on the print icon. A new window with the print dialog will open
  3. under Destination, click “Change”. A small window with options will open
  4. near the bottom under Google Cloud Print, click “Save to Google Drive”. The window will close
  5. click “Save”
  6. go to your Google Drive and the document should be there

To have a copy in Microsoft Word the only solution is open the pdf, select all the contents, then copy and paste in a new document in your pc.

Did my HOW TO help you? Leave a reply.

Categories
EDIINT AS2 Java Mendelson AS2 solution Microsoft Windows 7 Windows Server 2008 Windows Vista Windows XP

mendelson AS2 solution – “…Caused by: java.security.UnrecoverableKeyException: Password verification failed”

After mendelson AS2 solution upgrade when you lauch

java -jar start.jar etc/jetty.xml etc/jetty-ssl.xml

from Command Prompt Window (Start -> Run -> cmd) to unable SSL configuration for the Jetty Server show the following lines:


1906 [main] INFO org.mortbay.log – Started SelectChannelConnector@0.0.0.0:8080
1922 [main] WARN org.mortbay.log – failed SslSocketConnector@0.0.0.0:8443: java.
io.IOException: Keystore was tampered with, or password was incorrect
1922 [main] WARN org.mortbay.log – failed Server@16ef71: java.io.IOException: Ke
ystore was tampered with, or password was incorrect
1922 [main] WARN org.mortbay.log – EXCEPTION
java.io.IOException: Keystore was tampered with, or password was incorrect
at sun.security.provider.JavaKeyStore.engineLoad(Unknown Source)
at sun.security.provider.JavaKeyStore$JKS.engineLoad(Unknown Source)
at java.security.KeyStore.load(Unknown Source)
at org.mortbay.jetty.security.SslSocketConnector.createFactory(SslSocket
Connector.java:240)
at org.mortbay.jetty.security.SslSocketConnector.newServerSocket(SslSock
etConnector.java:448)
at org.mortbay.jetty.bio.SocketConnector.open(SocketConnector.java:73)
at org.mortbay.jetty.AbstractConnector.doStart(AbstractConnector.java:28
3)
at org.mortbay.jetty.bio.SocketConnector.doStart(SocketConnector.java:14
7)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
50)
at org.mortbay.jetty.Server.doStart(Server.java:235)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
50)
at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:985)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.mortbay.start.Main.invokeMain(Main.java:194)
at org.mortbay.start.Main.start(Main.java:534)
at org.mortbay.start.Main.start(Main.java:441)
at org.mortbay.start.Main.main(Main.java:119)
Caused by: java.security.UnrecoverableKeyException: Password verification failed

… 20 more

Cause:

The passwords stored in
..\mendelson\opensource\as2\jetty\etc\jetty-ssl.xml
are incorrect.

Solution:

Insert the correct passwords or replace the file jetty-ssl.xml from a backup.

Did my solution solve your problem?