Search found 7 matches

by FHA
Fri Feb 11, 2022 11:58 am
Forum: Feature Requests
Topic: Support for XLSM?
Replies: 14
Views: 17939

Re: Support for XLSM?

Thanks!
by FHA
Fri Feb 11, 2022 11:56 am
Forum: Example requests & Code samples
Topic: Mark text in image
Replies: 3
Views: 5579

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:
mark_text.png
by FHA
Sun Feb 06, 2022 2:16 pm
Forum: Example requests & Code samples
Topic: Mark text in image
Replies: 3
Views: 5579

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?
by FHA
Sat Feb 05, 2022 4:01 pm
Forum: Feature Requests
Topic: Support for XLSM?
Replies: 14
Views: 17939

Re: Support for XLSM?

Actually I refered to ".dotm", which is also existing (word template with macros). But this document type works.
by FHA
Sun Jan 30, 2022 9:00 am
Forum: Feature Requests
Topic: Support for XLSM?
Replies: 14
Views: 17939

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...
by FHA
Wed Oct 06, 2021 5:22 pm
Forum: Licensing
Topic: Running new LicenseManager() in .NET Core Linux Docker Container throws Exception
Replies: 3
Views: 11570

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?
by FHA
Sat Oct 02, 2021 4:56 am
Forum: Licensing
Topic: Running new LicenseManager() in .NET Core Linux Docker Container throws Exception
Replies: 3
Views: 11570

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...