<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ryan Thomas</title>
    <description>The latest articles on DEV Community by Ryan Thomas (@rthomascloud).</description>
    <link>https://dev.to/rthomascloud</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F617135%2Fb31963b9-1799-4ad5-9acf-e7e9d6924eed.png</url>
      <title>DEV Community: Ryan Thomas</title>
      <link>https://dev.to/rthomascloud</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rthomascloud"/>
    <language>en</language>
    <item>
      <title>Convert Word (DocX) to PDF without any OS dependencies</title>
      <dc:creator>Ryan Thomas</dc:creator>
      <pubDate>Mon, 26 Apr 2021 17:32:06 +0000</pubDate>
      <link>https://dev.to/rthomascloud/convert-word-docx-to-pdf-without-any-os-dependencies-mk9</link>
      <guid>https://dev.to/rthomascloud/convert-word-docx-to-pdf-without-any-os-dependencies-mk9</guid>
      <description>&lt;p&gt;In the &lt;a href="https://dev.to/rthomascloud/word2pdf-cli-on-openbsd-and-linux-2750"&gt;previous post&lt;/a&gt; I wrote about a tool I wrote in a very simplistic manner to manipulate word documents on the command line so I could grep for various text in there.&lt;/p&gt;

&lt;p&gt;Today I have created another tool on [GitHub (&lt;a href="https://github.com/rthomascloud/word2pdf"&gt;https://github.com/rthomascloud/word2pdf&lt;/a&gt;) which carries out the tedious task of converting an MS Word (DocX) file to a PDF without having MS word installed on a server. This tool is still a work in progress as the underlying library just started supporting this feature, I will be filing bug requests for them, but I have already started using this for my customers. I have also created off the shelf docker images based on Alpine that can now convert Word documents to PDF and still being only a few megabytes of size. &lt;/p&gt;

&lt;p&gt;Feel free to try the tool and leave me feedback on GitHub issues, I love making useful and cross platform CLI tools to make life easier. &lt;/p&gt;

</description>
      <category>go</category>
      <category>bash</category>
      <category>linux</category>
      <category>cloudnative</category>
    </item>
    <item>
      <title>Word2Text cli on openbsd and linux</title>
      <dc:creator>Ryan Thomas</dc:creator>
      <pubDate>Mon, 19 Apr 2021 11:33:23 +0000</pubDate>
      <link>https://dev.to/rthomascloud/word2pdf-cli-on-openbsd-and-linux-2750</link>
      <guid>https://dev.to/rthomascloud/word2pdf-cli-on-openbsd-and-linux-2750</guid>
      <description>&lt;p&gt;I have regularly had the need to search/grep MS Word files for various things, normally ended up using a script running on Windows or more recently a docker container containing bunch of openoffice and a bunch of dependencies. I am a big fan of the Go/Golang programming language as it can generate a standalone executable and it has made it possible for geeks such as myself to create a minimal docker images with next to no dependencies. Therefore I came across the UniDoc UniOffice and UniPDF projects that can create Word and PDF documents in pure Go which means it is possible to create standalone binaries. I could very quickly create a few line CLI application that can convert the MS Word document into text and then I can use the standard unix grep and other utilities for further text processing. The tool is accessible at &lt;a href="https://github.com/rthomascloud/word2text"&gt;https://github.com/rthomascloud/word2text&lt;/a&gt;. I have also put it into a minimal Docker container based on Alpine which I use also.&lt;/p&gt;

&lt;p&gt;In the coming weeks I will be creating more similar tools to convert PDF to Word, Powerpoint to Text and Excel to text to replace the hacked up openoffice stuff I have put together, stay tuned :).   &lt;/p&gt;

</description>
      <category>go</category>
      <category>bash</category>
      <category>linux</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>
