Search found 7 matches
- Fri Feb 11, 2022 11:58 am
- Forum: Feature Requests
- Topic: Support for XLSM?
- Replies: 14
- Views: 3562
Re: Support for XLSM?
Thanks!
- Fri Feb 11, 2022 11:56 am
- Forum: Example requests & Code samples
- Topic: Mark text in image
- Replies: 3
- Views: 1781
Re: Mark text in image
For a PDF I extract the text and a screenshot of each page as an image (PNG).
If the user enters the word "Schaltfläche" I want to mark it in the PNG like this:
If the user enters the word "Schaltfläche" I want to mark it in the PNG like this:
- Sun Feb 06, 2022 2:16 pm
- Forum: Example requests & Code samples
- Topic: Mark text in image
- Replies: 3
- Views: 1781
Mark text in image
I'm searching an example how to mark a text (which should be found within the image once or many times) within an image.
Must I convert the image to PDF to be able to mark the text?
Must I convert the image to PDF to be able to mark the text?
- Sat Feb 05, 2022 4:01 pm
- Forum: Feature Requests
- Topic: Support for XLSM?
- Replies: 14
- Views: 3562
Re: Support for XLSM?
Actually I refered to ".dotm", which is also existing (word template with macros). But this document type works.
- Sun Jan 30, 2022 9:00 am
- Forum: Feature Requests
- Topic: Support for XLSM?
- Replies: 14
- Views: 3562
Support for XLSM?
Currently I can't convert XLSM-Files (Excel with Macro) to PDF. Is it planned to support this? I load the files using Streams. Also if I force to use the DocumentFormat XLS it is not loaded: if (_filename.ToLowerInvariant().EndsWith(".xlsm")) { documentFormat = GdPicture14.DocumentFormat.D...
- Wed Oct 06, 2021 5:22 pm
- Forum: Licensing
- Topic: Running new LicenseManager() in .NET Core Linux Docker Container throws Exception
- Replies: 3
- Views: 4049
Re: Running new LicenseManager() in .NET Core Linux Docker Container throws Exception
Yes, I've seen the requirements after writing this post.
Are there plans to enable Gd.Picture to run in all .NET Core Environments?
Are there plans to enable Gd.Picture to run in all .NET Core Environments?
- Sat Oct 02, 2021 4:56 am
- Forum: Licensing
- Topic: Running new LicenseManager() in .NET Core Linux Docker Container throws Exception
- Replies: 3
- Views: 4049
Running new LicenseManager() in .NET Core Linux Docker Container throws Exception
The line var oLicenseManager = new LicenseManager(); creates the following Exception running in a linux container: Unhandled exception. System.DllNotFoundException: Unable to load shared library 'msvcrt.dll' or one of its dependencies. In order to help diagnose loading problems, consider setting the...