Search found 15 matches

by JacobRusso
Wed Jul 20, 2022 3:22 pm
Forum: Feature Requests
Topic: MSG file support
Replies: 18
Views: 18864

Re: MSG file support

Hi Hugo, Thank you for getting back so quickly. I had mentioned this in a previous post on this thread, https://www.gdpicture.com/forum/search.php?author_id=3156&sr=posts You can see this slowness in opening MSG files with your GdPicture C# WinForm "Document Viewer" sample application....
by JacobRusso
Tue Jul 19, 2022 7:45 pm
Forum: Feature Requests
Topic: MSG file support
Replies: 18
Views: 18864

Re: MSG file support

Hi Again, It's been a while since I followed up on this. According to your web page, https://www.gdpicture.com/formats-sdk/email/ we should be able to "Process and archive emails and their attachments with full EML and MSG support." I have two issues, 1. I can't find how to see if the MSG ...
by JacobRusso
Fri Apr 01, 2022 1:58 pm
Forum: Feature Requests
Topic: Support for XLSM?
Replies: 14
Views: 17970

Re: Support for XLSM?

Thank you Hugo. I received your reply on the new ticket. It is always a pleasure working with you guys!
by JacobRusso
Thu Mar 31, 2022 9:17 pm
Forum: Feature Requests
Topic: Support for XLSM?
Replies: 14
Views: 17970

Re: Support for XLSM?

Hi Hugo, I just tested this and the XLSM does load. The file I am testing with contains three (3) tabs/worksheets. GdPicture converted them into three separate pages. I will email you this file so the developers can check on two things. 1. It would be nice to have a "Label" that showed the...
by JacobRusso
Fri Mar 25, 2022 3:52 pm
Forum: Feature Requests
Topic: Support for XLSM?
Replies: 14
Views: 17970

Re: Support for XLSM?

Excellent! Thank you Hugo!!!
by JacobRusso
Thu Mar 24, 2022 8:40 pm
Forum: Feature Requests
Topic: Support for XLSM?
Replies: 14
Views: 17970

Re: Support for XLSM?

Hi Hugo,

Thank you for your prompt reply. I am working on something like this. What would the GetDocumentFormat(String) Method return if it is not a supported file type?

Thanks,
Jacob
by JacobRusso
Thu Mar 24, 2022 8:34 pm
Forum: Feature Requests
Topic: MSG file support
Replies: 18
Views: 18864

Re: MSG file support

Thank you!
by JacobRusso
Thu Mar 24, 2022 3:35 pm
Forum: Feature Requests
Topic: MSG file support
Replies: 18
Views: 18864

Re: MSG file support

Hi Hugo,
Sorry about that! It's with GdPicture using your C# WinForm "Document Viewer" sample application.

I just added a sample of an outlook MSG file that opens in 3 seconds with Outlook, but takes almost 40 seconds in the sample Document Viewer.

Thanks,
Jacob
by JacobRusso
Wed Mar 23, 2022 5:12 pm
Forum: Feature Requests
Topic: MSG file support
Replies: 18
Views: 18864

Re: MSG file support

Hi Hugo,
I've noticed that loading MSG files can be very slow. Is there any way to try to speed it up?
Thanks,
Jacob
by JacobRusso
Wed Mar 23, 2022 5:10 pm
Forum: Feature Requests
Topic: .NET Multi-platform App UI (.NET MAUI)
Replies: 3
Views: 37255

Re: .NET Multi-platform App UI (.NET MAUI)

Hi Fabio, Please also add me for the notifications on your progress for MAUI support. I've been keeping an eye on it.
Thanks,
Jacob
by JacobRusso
Wed Mar 23, 2022 4:14 pm
Forum: Feature Requests
Topic: Support for XLSM?
Replies: 14
Views: 17970

Re: Support for XLSM?

Hello, I was wondering if support for XLSM file format will be coming anytime soon? I have an application CombingToPDF as shown below, where "inputFiles" is a "List" of the files to be combined. GdpStatus = gdpictureDocumentConverter.CombineToPDF(inputFiles, strTempWorkFile, PdfC...
by JacobRusso
Thu Mar 08, 2012 5:22 am
Forum: Example requests & Code samples
Topic: [Demo App] Multi-thread Tiff to PDF/OCR
Replies: 19
Views: 36055

Re: [Demo App] Multi-thread Tiff to PDF/OCR

Loïc, One more thing. Do you have any experience with the new .NET Framework 4 "System.Threading.Tasks" namespace or TaskFactory class? It seems to be very powerful, and hopefully, easier to implement? Imports System.Threading Imports System.Threading.Tasks Dim taskA = _ Task .Factory.Star...
by JacobRusso
Thu Mar 08, 2012 1:33 am
Forum: Example requests & Code samples
Topic: [Demo App] Multi-thread Tiff to PDF/OCR
Replies: 19
Views: 36055

Re: [Demo App] Multi-thread Tiff to PDF/OCR

Hi Loic, When I exract and open this project, I am missing the "modGlobals.vb". Also, in the previous version, "MultiPageOCRThreading.zip", I found that the pages were not being processed in the proper order. The problem was in the "cmdRun_Click" event. When storing the...
by JacobRusso
Fri Nov 11, 2011 8:01 pm
Forum: Example requests & Code samples
Topic: [Demo App] Multi-thread Tiff to PDF/OCR
Replies: 19
Views: 36055

Re: [Demo App] Multi-thread Tiff to PDF/OCR

Thank you again that works!
I did not purchase the PDF Add-On. When it tries the "oGdPicturePDF.MergeDocuments(files, fileDest)" I get a message that I'm not licensed for the PDF Add-On. What would be the cleanest way to do this without the Add-On?
by JacobRusso
Fri Nov 11, 2011 6:40 pm
Forum: Example requests & Code samples
Topic: [Demo App] Multi-thread Tiff to PDF/OCR
Replies: 19
Views: 36055

Re: [Demo App] Multi-thread Tiff to PDF/OCR

Hi Loic, Thank you very much. This looks fantastic. Just one question. I am a bit confused with the license numbers. In your example, you use "oLicenseManager.RegisterKEY"... but I received TWO keys, one for GdPicture Image and another for the Tesseract Add-On. What is the correct way to s...