<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Saving file with file name too long]]></title><description><![CDATA[<p dir="auto">I am using opera 67.0.3575.97 for windows. Used in Win10. And if I save a pdf file, the browser let me to save a file with such a long name that my OS doesn't let met to delete it or rename it. Plus, that menu option, Page-&gt;Save as PDF doesn't have an accelerator ! (Save as &amp;PDF)</p>
<p dir="auto">Regards,</p>
]]></description><link>https://forums.opera.com/topic/39397/saving-file-with-file-name-too-long</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 06:52:23 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/39397.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Mar 2020 17:56:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Saving file with file name too long on Fri, 03 Apr 2020 12:09:38 GMT]]></title><description><![CDATA[<p dir="auto">Confirmed.</p>
<p dir="auto">For <a href="https://github.com/Besler/ITKGraphCutSegmentation" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Besler/ITKGraphCutSegmentation</a>, the name suggestion in Opera for "save as pdf" is:</p>
<pre><code>GitHub - Besler_ITKGraphCutSegmentation_ An ITK implementation of the GraphCut framework. See 'Graph cuts and efficient ND image segmentation' by Boykov and Funka-Lea and 'Interactive graph cuts for optimal boundary &amp; region segmentation of objects in.pdf
</code></pre>
<p dir="auto">In Chrome, for the save as dialog (ctrl + s) for saving as webpage complete, the filename suggestion is:</p>
<pre><code>GitHub - Besler_ITKGraphCutSegmentation_ An ITK implementation of the GraphCut framework. See 'Graph cuts and efficient ND image segmentation' by Boykov and Funka-Lea and 'Interactive graph cuts for optimal boundary &amp; region segmen.html
</code></pre>
<p dir="auto">You can see that Chrome clips it so it's not too long.</p>
<p dir="auto">If I try use:</p>
<pre><code>GitHub - Besler_ITKGraphCutSegmentation_ An ITK implementation of the GraphCut framework. See 'Graph cuts and efficient ND image segmentation' by Boykov and Funka-Lea and 'Interactive graph cuts for optimal boundary &amp; region segmentation of objects in.html
</code></pre>
<p dir="auto">in Chrome's save dialog, I'll get this error dialog and it won't let me save:</p>
<pre><code>GitHub - Besler_ITKGraphCutSegmentation_ An ITK implementation of the GraphCut framework. See 'Graph cuts and efficient ND image segmentation' by Boykov and Funka-Lea and 'Interactive graph cuts for optimal boundary &amp; region segmentation of objects in.html

The filename, directory name, or volume label syntax is incorrect.
</code></pre>
<p dir="auto">So, in short, Opera has no filename limit protections in place for the save as pdf function. Edit. Opera does have a limit, but it's not quite right.</p>
<p dir="auto">Edit: Filed as DNA-85565.</p>
]]></description><link>https://forums.opera.com/post/205087</link><guid isPermaLink="true">https://forums.opera.com/post/205087</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Fri, 03 Apr 2020 12:09:38 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Fri, 03 Apr 2020 09:19:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> said in <a href="/post/205032">Saving file with file name too long</a>:</p>
<blockquote>
<p dir="auto">Example filename that triggers the issue and I can test to see if I can confirm etc.</p>
</blockquote>
<p dir="auto">Yep. Just try to save as pdf the following page: <a href="https://github.com/Besler/ITKGraphCutSegmentation" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Besler/ITKGraphCutSegmentation</a></p>
<p dir="auto">Pay attention. In the first time, the file name suggested is short, but if you hit TAB key and leave the file name edit box from CFileDialog, the suggested name will be long. So, just save it on you HDD. Normally, you cannot delete or rename this pdf file due to file name length. You will be able to delete it with 7zip manager, for instance.</p>
]]></description><link>https://forums.opera.com/post/205063</link><guid isPermaLink="true">https://forums.opera.com/post/205063</guid><dc:creator><![CDATA[flaviu2]]></dc:creator><pubDate>Fri, 03 Apr 2020 09:19:43 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Fri, 03 Apr 2020 03:56:33 GMT]]></title><description><![CDATA[<p dir="auto">Example filename that triggers the issue and I can test to see if I can confirm etc.</p>
]]></description><link>https://forums.opera.com/post/205032</link><guid isPermaLink="true">https://forums.opera.com/post/205032</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Fri, 03 Apr 2020 03:56:33 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Thu, 02 Apr 2020 14:04:08 GMT]]></title><description><![CDATA[<p dir="auto">@tonkin said in <a href="/post/204809">Saving file with file name too long</a>:</p>
<blockquote>
<p dir="auto">This is not the limitation of NTFS file system, but the Win32 API library. MAX_PATH value in Win32 API is 260. Most standard applications, including Windows Explorer (File Explorer), do not work correctly with files long paths exceeding 256 characters</p>
</blockquote>
<p dir="auto">Any other suggestion?</p>
]]></description><link>https://forums.opera.com/post/204923</link><guid isPermaLink="true">https://forums.opera.com/post/204923</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 02 Apr 2020 14:04:08 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Wed, 01 Apr 2020 12:36:40 GMT]]></title><description><![CDATA[<p dir="auto">This is not the limitation of NTFS file system, but the Win32 API library. MAX_PATH value in Win32 API is 260. Most standard applications, including Windows Explorer (File Explorer), do not work correctly with files long paths exceeding 256 characters.</p>
]]></description><link>https://forums.opera.com/post/204809</link><guid isPermaLink="true">https://forums.opera.com/post/204809</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Wed, 01 Apr 2020 12:36:40 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Wed, 01 Apr 2020 05:14:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> I had never realized that. Thanks.</p>
]]></description><link>https://forums.opera.com/post/204767</link><guid isPermaLink="true">https://forums.opera.com/post/204767</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Wed, 01 Apr 2020 05:14:27 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Wed, 01 Apr 2020 00:08:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/73">@leocg</a> The should appear when you press alt to open the menu (in Opera) and alt and then enter in Chrome.</p>
]]></description><link>https://forums.opera.com/post/204754</link><guid isPermaLink="true">https://forums.opera.com/post/204754</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Wed, 01 Apr 2020 00:08:10 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Tue, 31 Mar 2020 17:23:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/212774">@flaviu2</a> Don't know, I'm not even sure if this is an issue or not. I remember those underlined letters in menu in some (very) old versions but it has been a while that I don't see them anymore.</p>
<p dir="auto">In fact, I guess that the issue is the underlines appearing in the menu. Some seems to not even match the shortcut.</p>
]]></description><link>https://forums.opera.com/post/204707</link><guid isPermaLink="true">https://forums.opera.com/post/204707</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Tue, 31 Mar 2020 17:23:50 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Tue, 31 Mar 2020 16:19:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/73">@leocg</a> said in <a href="/post/204673">Saving file with file name too long</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/212774">@flaviu2</a> Here I don't see those underlines neither in Opera nor in Chrome.</p>
</blockquote>
<p dir="auto">Then this issue should be reported at chromium team ?</p>
]]></description><link>https://forums.opera.com/post/204702</link><guid isPermaLink="true">https://forums.opera.com/post/204702</guid><dc:creator><![CDATA[flaviu2]]></dc:creator><pubDate>Tue, 31 Mar 2020 16:19:43 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Tue, 31 Mar 2020 13:58:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/212774">@flaviu2</a> Here I don't see those underlines neither in Opera nor in Chrome.</p>
]]></description><link>https://forums.opera.com/post/204673</link><guid isPermaLink="true">https://forums.opera.com/post/204673</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Tue, 31 Mar 2020 13:58:34 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Tue, 31 Mar 2020 12:33:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> said in <a href="/post/204617">Saving file with file name too long</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/212774">@flaviu2</a> said in <a href="/post/204450">Saving file with file name too long</a>:</p>
<blockquote>
<p dir="auto">And if I save a pdf file, the browser let me to save a file with such a long name that my OS doesn't let met to delete it or rename it.</p>
</blockquote>
<p dir="auto">What do other Chromium-based browsers like Chrome, Chromium, Vivaldi, Brave, and Chromium-based Edge do in this situation for the regular save command (since they don't have "Save as PDF"? If they all do it, it might be an issue that you'd have to file for Chromium instead of Opera.</p>
</blockquote>
<p dir="auto">Edge chromium doesn't have such option. For others, I have to install them.</p>
]]></description><link>https://forums.opera.com/post/204660</link><guid isPermaLink="true">https://forums.opera.com/post/204660</guid><dc:creator><![CDATA[flaviu2]]></dc:creator><pubDate>Tue, 31 Mar 2020 12:33:02 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Tue, 31 Mar 2020 12:33:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> "<em>I see other Opera-specific items also don't have underlines either.</em>" This is not good. It's a GUI missing.</p>
]]></description><link>https://forums.opera.com/post/204659</link><guid isPermaLink="true">https://forums.opera.com/post/204659</guid><dc:creator><![CDATA[flaviu2]]></dc:creator><pubDate>Tue, 31 Mar 2020 12:33:24 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Tue, 31 Mar 2020 03:07:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/212774">@flaviu2</a> said in <a href="/post/204450">Saving file with file name too long</a>:</p>
<blockquote>
<p dir="auto">And if I save a pdf file, the browser let me to save a file with such a long name that my OS doesn't let met to delete it or rename it.</p>
</blockquote>
<p dir="auto">What do other Chromium-based browsers like Chrome, Chromium, Vivaldi, Brave, and Chromium-based Edge do in this situation for the regular save command (since they don't have "Save as PDF"? If they all do it, it might be an issue that you'd have to file for Chromium instead of Opera.</p>
]]></description><link>https://forums.opera.com/post/204617</link><guid isPermaLink="true">https://forums.opera.com/post/204617</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Tue, 31 Mar 2020 03:07:35 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Tue, 31 Mar 2020 03:05:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/212774">@flaviu2</a> said in <a href="/post/204538">Saving file with file name too long</a>:</p>
<blockquote>
<p dir="auto">Save as PDF has no any char underlined.</p>
</blockquote>
<p dir="auto">"Save as PDF" is a feature Opera's adds on top of Chromium. It might be difficult to add for items in the menu not provided by Chromium by default. I see  other Opera-specific items also don't have underlines either.</p>
]]></description><link>https://forums.opera.com/post/204616</link><guid isPermaLink="true">https://forums.opera.com/post/204616</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Tue, 31 Mar 2020 03:05:25 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Mon, 30 Mar 2020 10:16:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/73">@leocg</a><br />
Please notice that other menu items from Page menu has underlines:<br />
<img src="/assets/uploads/files/1585563246265-cfbbc0c5-3067-4cb2-a4ee-be1331087649-image.png" alt="cfbbc0c5-3067-4cb2-a4ee-be1331087649-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto"><strong>Full screen</strong> has 'l' underlined.<br />
<strong>Print</strong> has 'r' underlined.<br />
<strong>Save as</strong> has 'a' underlined.<br />
<strong>Save as PDF</strong> has no any char underlined.</p>
]]></description><link>https://forums.opera.com/post/204538</link><guid isPermaLink="true">https://forums.opera.com/post/204538</guid><dc:creator><![CDATA[flaviu2]]></dc:creator><pubDate>Mon, 30 Mar 2020 10:16:12 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Sun, 29 Mar 2020 20:29:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/212774">@flaviu2</a> Here I don't see any with underlined characters. Anyway you can go the shortcuts section in settings (opera://settings/keyboardShortcuts) and associate one to <em>save as PDF</em></p>
]]></description><link>https://forums.opera.com/post/204473</link><guid isPermaLink="true">https://forums.opera.com/post/204473</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Sun, 29 Mar 2020 20:29:51 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Sun, 29 Mar 2020 19:49:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/73">@leocg</a><br />
All menu options has an underlined character that reveal that menu item could be accessed by keyboard char corresponding with underlined character. Well, <strong>Save as PDF</strong> doesn't have an underlying character, and so, could not be accessed by a keyboard key.</p>
]]></description><link>https://forums.opera.com/post/204467</link><guid isPermaLink="true">https://forums.opera.com/post/204467</guid><dc:creator><![CDATA[flaviu2]]></dc:creator><pubDate>Sun, 29 Mar 2020 19:49:15 GMT</pubDate></item><item><title><![CDATA[Reply to Saving file with file name too long on Sun, 29 Mar 2020 19:31:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/212774">@flaviu2</a> What do you mean by <em>"doesn't have an accelerator"</em>?</p>
]]></description><link>https://forums.opera.com/post/204463</link><guid isPermaLink="true">https://forums.opera.com/post/204463</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Sun, 29 Mar 2020 19:31:16 GMT</pubDate></item></channel></rss>