<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/image2pdf/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/image2pdf/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 22 Feb 2018 08:49:18 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/image2pdf/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#4 DoubleQuotes around input argument not possible when using joker</title><link>https://sourceforge.net/p/image2pdf/feature-requests/4/?limit=25#5dbe</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Good suggestion.&lt;/p&gt;
&lt;p&gt;Looks like Apache has a helper class for this: org.apache.commons.io.filefilter.WildcardFileFilter.&lt;br/&gt;
Found this in StackOverflow: &lt;a href="https://stackoverflow.com/questions/794381/how-to-find-files-that-match-a-wildcard-string-in-java" rel="nofollow"&gt;https://stackoverflow.com/questions/794381/how-to-find-files-that-match-a-wildcard-string-in-java&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;TODO:&lt;br/&gt;
check for wild card characters ? or * in the input file name. If one exists then treat the file name as a file name filter:&lt;br/&gt;
    split the  the folder (default to the current folder if a folder isn't specified in the file name) from the file name&lt;br/&gt;
    search for all matching files in the folder using the WildcardFileFilter&lt;br/&gt;
    add matching file names to the file name parameter list&lt;/p&gt;
&lt;p&gt;Note - Java 7 added glob file name matching but this works like Ant's file matching and I think that is not what most people would be using. It will also force this project to Java 7.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Scheuble</dc:creator><pubDate>Thu, 22 Feb 2018 08:49:18 -0000</pubDate><guid>https://sourceforge.net606e358e55625b516b5b9c18ab27ad6c34849bef</guid></item><item><title>#3 ExitCode always Zero</title><link>https://sourceforge.net/p/image2pdf/feature-requests/3/?limit=25#0327</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Chris Scheuble&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Scheuble</dc:creator><pubDate>Thu, 22 Feb 2018 08:22:39 -0000</pubDate><guid>https://sourceforge.net9200ce3819028bbaf779068e12f8d838623c0cc5</guid></item><item><title>#3 ExitCode always Zero</title><link>https://sourceforge.net/p/image2pdf/feature-requests/3/?limit=25#4ccf</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Added code on main to &lt;code&gt;System.exit(1)&lt;/code&gt; if any errors occur from bad parameters or exceptions during conversion.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Scheuble</dc:creator><pubDate>Thu, 22 Feb 2018 08:21:18 -0000</pubDate><guid>https://sourceforge.netc423f0fe2c665b3a873285dcf5544f714dd305dc</guid></item><item><title>DoubleQuotes around input argument not possible when using joker</title><link>https://sourceforge.net/p/image2pdf/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It's convenient not to have to enumerate every single input file, but to use the joker sign instead (e.g. somefolder/tif.*)  Unfortunately, you then cannot use double quotes around this argument, which is neccessary when having spaces in your inputfolder.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Iris Bachner</dc:creator><pubDate>Wed, 21 Feb 2018 10:40:49 -0000</pubDate><guid>https://sourceforge.net73d9e4d90069755d2729c7b84d89f206d4000f39</guid></item><item><title>ExitCode always Zero</title><link>https://sourceforge.net/p/image2pdf/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Unfortunately, the exit code is zero, no matter if converision was successful or not. At StdOut, an ErrorText is provided when conversion failed, but and error code (s) would be nice.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Iris Bachner</dc:creator><pubDate>Wed, 21 Feb 2018 10:36:40 -0000</pubDate><guid>https://sourceforge.neteb6f52d00e49bba7ec1de24afa65399cfa27c61e</guid></item><item><title>ExitCode always Zero</title><link>https://sourceforge.net/p/image2pdf/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 3 has been modified: ExitCode always Zero&lt;br/&gt;
Edited By: Chris Scheuble (cscheuble)&lt;br/&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;br/&gt;
Owner updated: None =&amp;gt; u'cscheuble'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Iris Bachner</dc:creator><pubDate>Wed, 21 Feb 2018 10:36:40 -0000</pubDate><guid>https://sourceforge.netbd05b85d5c1f885573dfb764ae8b57e2c565bd04</guid></item><item><title>Include a prototype BAT file in the README.txt file</title><link>https://sourceforge.net/p/image2pdf/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the readme.txt file it would be nice to  add an example on how batch process a sub-dir. It took me a while to resharpen my dos bat skills.&lt;/p&gt;
&lt;p&gt;Paste the following data into readme.txt file - to help the novice and and amyone else. DOS is old ; and a lost art.&lt;/p&gt;
&lt;p&gt;======================================&lt;/p&gt;
&lt;p&gt;This was my bat file:&lt;br/&gt;
go.bat&lt;/p&gt;
&lt;p&gt;:: copy this BAT file into the sub-dir with the files to convert and the program 'img2pdf.exe'&lt;br/&gt;
:: clear the screen&lt;br/&gt;
cls&lt;br/&gt;
:: turn the echo off&lt;br/&gt;
echo off&lt;br/&gt;
:: next four lines of code&lt;br/&gt;
:: 'for' each file - the %%f will get the filenames that are &lt;em&gt;.png&lt;br/&gt;
:: the do ( is the body of  the loop&lt;br/&gt;
:: echo %%~nf will echo the filename no extension to the screen&lt;br/&gt;
:: turn the echo off again&lt;br/&gt;
:: execute the program img2pdf ; in landscape ; input the filename (%%f)  ; &lt;br/&gt;
:: output the same name but with a pdf extension (.pdf)&lt;br/&gt;
for %%f in (&lt;/em&gt;.png) do (&lt;br/&gt;
echo %%~nf&lt;br/&gt;
echo off&lt;br/&gt;
 img2pdf -landscape  "%%f" "%%~nf.pdf"&lt;br/&gt;
)&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cash Fields</dc:creator><pubDate>Tue, 22 Aug 2017 12:58:29 -0000</pubDate><guid>https://sourceforge.net8b1f7d1630f6c254ba2678a67f3817025bb6737c</guid></item><item><title>mediabox width bigger than image width</title><link>https://sourceforge.net/p/image2pdf/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;using im2pdf  to convert an image, produce a pdf where image is not perfectly centered and with extra blank space at one edge (left or right, depending from rotation)&lt;/p&gt;
&lt;p&gt;I attach sample files&lt;/p&gt;
&lt;p&gt;sam2p.pdf (image converted with sam2p)&lt;br /&gt;
img2pdf.pdf (same image converted via img2pdf, you can see extra blank space at right edge)&lt;br /&gt;
0-001.jpg (original image used for conversion test)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chippie</dc:creator><pubDate>Mon, 19 Apr 2010 18:52:31 -0000</pubDate><guid>https://sourceforge.net62e39045d14fd9a269a2b2c3210e8db1e0f196a8</guid></item></channel></rss>