You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying this out and it worked fine but when it converts a file it adds an additional -1 or -01 right before the file format.
Like this,
source filename: 1622204835226-ASSEMBLY LANGUAGE.pdf
destination filename: 1622204835226-ASSEMBLY LANGUAGE-01.png or 1622204835226-ASSEMBLY LANGUAGE-001.png
This adds an unnecessary complication since there is no way to determine the destination filename from the source filename. Is there any way that enables me to get the destination filename or even modify it?
The text was updated successfully, but these errors were encountered:
I was trying this out and it worked fine but when it converts a file it adds an additional
-1
or-01
right before the file format.Like this,
source filename:
1622204835226-ASSEMBLY LANGUAGE.pdf
destination filename:
1622204835226-ASSEMBLY LANGUAGE-01.png
or1622204835226-ASSEMBLY LANGUAGE-001.png
This adds an unnecessary complication since there is no way to determine the destination filename from the source filename. Is there any way that enables me to get the destination filename or even modify it?
The text was updated successfully, but these errors were encountered: