Activity for Savas

  • Savas Savas modified a comment on ticket #48

    Hi Matteo I just realized I mixed some things up from what I previously repled to you. I've edited my post. Either way. Like I said, I am using a HP ENVY 5544 and the maximum scan size is 216 x 297 mm (8.5 x 11.7 inches). iCopy does NOT support this scan size area when selecting to export to PDF. Here's the full list. HP ENVY 5544 maximum scan size is 216 x 297 mm (8.5 x 11.7 inches). https://support.hp.com/gb-en/document/c04730912 p.s. Also I think "center image" (in the image settings) also means...

  • Savas Savas posted a comment on ticket #48

    Hi Matteo I just realized I mixed some things up from what I previously repled to you. I've edited my post. Either way. Like I said, I am using a HP ENVY 5544 and the maximum scan size is 216 x 297 mm (8.5 x 11.7 inches). iCopy does NOT support this scan size area when selecting to export to PDF. Here's the full list. HP ENVY 5544 maximum scan size is 216 x 297 mm (8.5 x 11.7 inches). p.s. Also I think "center image" (in the image settings) also means auto cropping to where it thinks the paper stops?...

  • Savas Savas modified a comment on ticket #48

    Hi Matteo Sorry for the late reply from me. I updated to the latest version (iCopy1.7.0setup.exe) to make sure I am not confusing anything. How do I do a log file? The feature request was to add a way to select the largest "paper size" on the list/options, rather than fixed paper sizes. So basically scan entire scannable area. However how does the "paper size" list work? Does it only show/filter what your scanner can do? Would it change depending on the printer? If that's the case then yes, if the...

  • Savas Savas modified a comment on ticket #48

    Hi Matteo Sorry for the late reply from me. I updated to the latest version (iCopy1.7.0setup.exe) to make sure I am not confusing anything. How do I do a log file? The feature request was to add a way to select the largest "paper size" on the list/options, rather than fixed paper sizes. So basically scan entire scannable area. However how does the "paper size" list work? Does it only show/filter what your scanner can do? Would it change depending on the printer? If that's the case then yes, if the...

  • Savas Savas modified a comment on ticket #48

    Hi Matteo Sorry for the late reply from me. I updated to the latest version (iCopy1.7.0setup.exe) to make sure I am not confusing anything. How do I do a log file? The feature request was to add a way to select the largest "paper size" on the list/options, rather than fixed paper sizes. So basically scan entire scannable area. However does the "paper size" list work? Does it only show/filter what your scanner can do? Would it change depending on the printer? If that's the case then yes, if the list...

  • Savas Savas posted a comment on ticket #48

    Hi Matteo Sorry for the late reply from me. I updated to the latest version (iCopy1.7.0setup.exe) to make sure I am not confusing anything. How do I do a log file? The feature request was to add a way to select the largest "paper size" on the list/options, rather than fixed paper sizes. So basically scan entire scannable area. However does the "paper size" list filter only what your scanner can do? Would it change depending on the printer? If that's the case then yes, if the list isn't coming up...

  • Savas Savas posted a comment on ticket #343

    Hi Matteo Thanks for the fix, can't wait. I have an HP Envy 5544 and I can't seem to get the full or exact size when scanning. Is there an option to select something along the lines of entire scannable area or manual size input ourselves?

  • Savas Savas posted a comment on discussion Help

    Hi Matteo, I have been short on funds for a bit, but really wanted to donate for your great program, plus support here. I keep having issues with donating. Is your donation paypal still working?

  • Savas Savas posted a comment on ticket #11

    Hi Greg Here's the debugging you asked for. https://i.imgur.com/qDCqXoW.png https://i.imgur.com/FvpIncI.png

  • Savas Savas posted a comment on ticket #11

    Hi Greg Thank you for your reply, I was busy with work so I did not have a chance to reply. As soon as I'm back home I'll rerun it and share with you the debugging information. I'd rather not share my contacts as it's not mine to share, ownership that I'd be sharing other people's private information. Hope you understand. Thanks Savas From: Greg Hadlock ghadlock@users.sourceforge.net Sent: Sunday, August 11, 2019 12:27:32 PM To: [bulkvcftocsv:tickets] 11@tickets.bulkvcftocsv.p.re.sourceforge.net...

  • Savas Savas created ticket #11

    Can't handle a list of over 10k contacts

  • Savas Savas posted a comment on discussion Help

    So I went to app.config and changed the startup as below: <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> </startup> That seemed to work, is this OK to do?

  • Savas Savas posted a comment on discussion Help

    Thanks for the start, I tweaked it a little to get it to work. Private Sub Hotkeys(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles MyBase.KeyUp 'Shortcuts If e.KeyCode = Keys.Enter Then Dim ea As New EventArgs() btnCopy_Click(btnCopy, ea) End If If e.Control Then 'If CTRL is pressed Dim ea As New EventArgs() Select Case e.KeyCode Case Keys.M 'Copy Multiple Pages chkMultipage.Checked = Not chkMultipage.Checked Case Keys.F 'Scan to File chkSaveToFile.Checked = Not chkSaveToFile.Checked...

  • Savas Savas posted a comment on discussion Help

    I downloaded a snapshot via here - https://sourceforge.net/p/icopy/git/ci/master/tree/

  • Savas Savas posted a comment on discussion Help

    Hi Matteo So I think it's "Keys.VolumeUp", as per correction by editor. However when I go to build it gives me build errors.. I thought I'd test a clean version without touching it, but I still get build error, so I'm missing a .dll to compile. 1>------ Build started: Project: iCopy, Configuration: Debug Any CPU ------ 1>TlbImp : error TI1023: Unable to locate specified reference: 'C:\Users\Savas\Desktop\icopy-git-d9ea575dc08e6fb41181e807a8494d449eeeb669\PDFWriter\bin\Debug\PDFWriter.dll'. 1>D:\Program...

  • Savas Savas posted a comment on discussion Help

    Dear Matteo Thank you If I am not wrong, it's line 161: Case Keys.S 'Copy I changed it to "Volume_Up" Case Volume_Up 'Copy But it did not work. Am I close?

  • Savas Savas posted a comment on discussion Help

    Hello I'd like to use the hotkey, but I find the CTRL+S fiddly to press, I wanted to change this to something easier, but it's not in the settings so this would be a great feature to add, in my opinon, but in the mean time I'm trying to figure out how to change the source code myself to at least change the hotkey to something else. I'm a complete newb with the code and I can't find it. Can you narrow it down for me please? Thanks Savas

  • Savas Savas created ticket #343

    Paper Size drop down menu not showing fully

  • Savas Savas created ticket #48

    Scan entire scannable area or maximum scan manual size option

1