IronPdf / Iron-Pdf-Documentation

ReadTheDocs Build Files for IronPDF C#/.Net PDF Library http://ironpdf.com
8 stars 2 forks source link

Kerning issues with IronPDF HTML Conversion #6

Open DanieleDaccurso opened 5 years ago

DanieleDaccurso commented 5 years ago

Hi

I noticed that there are some issues with the kerning when converting HTML to PDF using IronPDF. Depending on the font-size, the kerning is faulty. Is there a workaround in order to have it working right?

Here you can see an example:

testtext

And the code used to create exactly this example.

namespace IronPdfTest2
{
    internal class Program
    {
        public static void Main(string[] args)
        {
            var Renderer = new IronPdf.HtmlToPdf();
            var PDF = Renderer.RenderHtmlAsPdf("<h1 style='font-family: calibri;'>Pack my box with five dozen liquor jugs.</h1>" +
                                               "<span style='font-size: 8px; font-family: Calibri'>Pack my box with five dozen liquor jugs.</span> <br>" +
                                               "<span style='font-size: 6px; font-family: Calibri'>Pack my box with five dozen liquor jugs.</span> <br>" +
                                               "<span style='font-size: 4px; font-family: Calibri'>Pack my box with five dozen liquor jugs.</span> <br>");
            var OutputPath = "HtmlToPDF.pdf";
            PDF.SaveAs(OutputPath);
            System.Diagnostics.Process.Start(OutputPath);
        }
    }
}

Furthermore:

I found a similar issue in wkhtml2pdf. I don't know if IronPDF uses wkhtml2pdf in the background (or, the webkit engine in general), but if it does, it might be related: https://github.com/wkhtmltopdf/wkhtmltopdf/issues/45

IronPdf commented 5 years ago

-- Please reply above this line --

Hello Ironpdf/iron-Pdf-Documentation,

We received your email request! Someone from our team will get back to you as soon as possible.

Thank you! Iron Software Development Team developers@ironsoftware.com

------------------------- SUPPORT & UPDATES EXTENSIONS

IronPDF and IronOCR support & updates extensions and upgrades available. Extensions & upgrades with 1 to 4 years.  Please email us for more details.

You're receiving this email from Iron Software because you have enquired about  our products or we found your details as a public contact for your organization.  If you wish to be removed from our database please reply to this email stating so.

nbaranidharan commented 5 years ago

Team, Is there any solution for this issue? Thank you.

IronPdf commented 5 years ago

-- Please reply above this line --

Hello Ironpdf/iron-Pdf-Documentation,

We received your email request! Someone from our team will get back to you as soon as possible.

Thank you! Iron Software Development Team developers@ironsoftware.com www.ironsoftware.com [1]

------------------------------ LATEST PRODUCT UPDATES --------------------------------- IronXL Excel Library released - https://ironsoftware.com/csharp/excel/ [2] Discounts available for existing Iron customers. Email us for details.

------------------------- SUPPORT & UPDATES EXTENSIONS

IronPDF and IronOCR support & update extensions and upgrades available. Extend by 1 to 4 years: https://ironpdf.com/licensing/support-updates-extensions/ [3]

You're receiving this email from Iron Software because you have enquired about  our products or we found your details as a public contact for your organization.  If you wish to be removed from our database please reply to this email stating so.

Links:

[1] http://www.ironsoftware.com [2] https://ironsoftware.com/csharp/excel/ [3] https://ironpdf.com/licensing/support-updates-extensions/

ghost commented 5 years ago

We're currently trialling IronPDF for a few projects and seeing this issue too, anyone have any workarounds for it as the files really don't look very professional?

dradovic commented 4 years ago

We are facing the same problem after an upgrade from 5.2.0.1 to 2020.3.2. The kerning of the characters are so bad that we cannot go live with this upgrade.

BTW: we are using "Arial" as a font family and it only appears on Windows 10 and on Azure. However the documents seems to be fine when generated in our CI in a Linux container.

adbdehghan commented 4 years ago

Hey guys we are facing this issue any update on this?

unruledboy commented 3 years ago

Same problem here, with latest version, no matter how big the letter-spacing we set, the letters are just overlapping each other.

Had no choice, but downgraded to 2019.8.9. All versions after that have the problem.

joes0ft commented 3 years ago

Same kerning issues on Win10 2004 using the latest IronPDF 2020.10.2. Anybody from IronPDF can help us find a resolution to this problem?

IronPDF_kerning_issues

adbdehghan commented 3 years ago

Same kerning issues on Win10 2004 using the latest IronPDF 2020.10.2. Anybody from IronPDF can help us find a resolution to this problem?

IronPDF_kerning_issues

I figured it out, You should import the font in your css don't import it like this ->

Screen Shot 2020-10-10 at 4 48 54 PM

just import your font with @import url('https://fonts.googleapis.com/css?family='); and it'll works perfect.

AIZ-THerring commented 3 years ago

2-1/2 years later, and this is still a problem with IronPdf.

In my particular case, the suggestion to use @import isn't helpful because it's a Windows TrueType font on the server (a standard Windows font) where we're seeing the issue.

dradovic commented 3 years ago

@AIZ-THerring Is it related to the Known Issue listed under https://ironpdf.com/docs/questions/azure/?

For us, all kerning issues disappeared when we switched from Windows to Linux Docker images.

AIZ-THerring commented 3 years ago

We are currently looking into Docker as a solution for the web font problem, but it would have to be a Windows image. Our app is in DotNet 4.7.2 and can't be upgraded to DotNet Core because of another dependency it has.

Edit: Let me clarify. We currently can't use Web Fonts because the app is running as an Azure Web App. We're looking into changing the hosting model to a Docker container hosted in an Azure ASP so that Web Fonts will work.

FYI, that link doesn't go directly to an issue. It goes to an empty search result.

DanieleDaccurso commented 3 years ago

Disclaimer: I haven't used IronPDF since creating this issue almost 3 years ago because it was a deal-breaker. Considering the price of IronPDF, this issue was not acceptable.

Changing font made the issue more, or less apparent. If there is no alternative to IronPDF for your use-case, consider using another font.

AIZ-THerring commented 3 years ago

So far we've discovered that we can tweak the font-spacing in the CSS to make it acceptable. I'm mostly afraid this problem will get fixed and break all of our documents with too much space, so I want it fixed early before we create too many more.

Changing fonts is problematic because we're a large company and the fonts are specified by the Marketing department, and they have to approve all final documents during the implementation process. That's a political battle I'd rather not have to wage.

If you don't mind, could you send me a PM and let me know what you switched to for a solution? We just switched to IronPdf because it seemed to have the best support for Azure of all the PDF processors we were considering.

DanieleDaccurso commented 3 years ago

Same problem for us, big company, corporate identity.

I wasn't aware Github had a PM function. How would I PM you? Sorry I'm not here often

AIZ-THerring commented 3 years ago

My bad. There isn't a messaging system. I thought I'd done it with someone before a year or two ago, but I think I talked with him on an issues list.

IronPdf commented 3 years ago

Hi Ironpdf/iron-Pdf-Documentation,

The IronPDF 2021 Chrome Rendering Engine EAP is here.

The Iron Software engineering team is proud to release a game-changing upgrade to IronPDF: “Chrome Identical” PDF rendering.

Download the latest version free to implement high-grade 'Chrome Identical' rendering in your projects: https://www.nuget.org/packages/IronPdf.EAP

API Documentation: https://ironpdf.com/object-reference/eap/api/

20% Faster Renders Provides effortless multithreading and Async, using as many CPU cores as you wish. For SAAS and high-load applications, this may be 5-20 times faster, outperforming direct browser usage and web drivers.

Full Support Full (and we mean full) support for JavaScript, Responsive layout, and CSS3. Azure as a first-class citizen. It just works. Continued maintenance and improved full support for .NET 5, Core, and Framework 4.0+.

Rigorously Tested The release passed with 1156 green unit & integration tests (and no red ones). We believe this EAP to be as stable as our main release, and have our best minds actively improving it every day.

Section 508 Accessibility Compliance PDFs created using the Chrome renderer are PDF/UA (Universal Accessibility) compliant, conforming to Section 508 of Rehabilitation Act of 1973 (US standard) / WCAG 2.0 (Web Content Accessibility Guidelines) - the international standard.

Ongoing Improvements This EAP is currently for Windows only. Linux and MacOS support will follow shortly.

Please let me know if after the update you are still having problems.

Thanks for your patience.

If you have any other questions or concerns feel free to contact us.

Thanks, Darren

Your email ticket number: #8019

-- Darren Steddy @.*** Schedule a Call https://justcall.io/calendar/ironsoftware - licensing inquiries only

[image: Iron .NET Suite] https://ironsoftware.com/suite

Iron Software offers a variety of solutions for .NET engineers, including:

How would you rate the support you receive? Great https://secure.helpscout.net/satisfaction/259847210/record/4415352985/1/ Okay https://secure.helpscout.net/satisfaction/259847210/record/4415352985/2/ Not Good https://secure.helpscout.net/satisfaction/259847210/record/4415352985/3/ {#HS:867595864-8019#} On Sat, Jun 1, 2019 at 2:20:55 +07, Ironpdf/iron-Pdf-Documentation < @.***> wrote:

Team, Is there any solution for this issue? Thank you.

- You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/IronPdf/Iron-Pdf-Documentation/issues/6?email_source=notifications&email_token=ADLLZI7KH4GBZ3TTQCME3OTPYF3AZA5CNFSM4GGMKGC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWWEXXI#issuecomment-497830877, or mute the thread https://github.com/notifications/unsubscribe-auth/ADLLZI73ULYV2TXDR666TNTPYF3AZANCNFSM4GGMKGCQ .

IronPdf commented 3 years ago

Hi Ironpdf/iron-Pdf-Documentation,

The IronPDF 2021 Chrome Rendering Engine EAP is here.

The Iron Software engineering team is proud to release a game-changing upgrade to IronPDF: “Chrome Identical” PDF rendering.

Download the latest version free to implement high-grade 'Chrome Identical' rendering in your projects: https://www.nuget.org/packages/IronPdf.EAP

API Documentation: https://ironpdf.com/object-reference/eap/api/

20% Faster Renders Provides effortless multithreading and Async, using as many CPU cores as you wish. For SAAS and high-load applications, this may be 5-20 times faster, outperforming direct browser usage and web drivers.

Full Support Full (and we mean full) support for JavaScript, Responsive layout, and CSS3. Azure as a first-class citizen. It just works. Continued maintenance and improved full support for .NET 5, Core, and Framework 4.0+.

Rigorously Tested The release passed with 1156 green unit & integration tests (and no red ones). We believe this EAP to be as stable as our main release, and have our best minds actively improving it every day.

Section 508 Accessibility Compliance PDFs created using the Chrome renderer are PDF/UA (Universal Accessibility) compliant, conforming to Section 508 of Rehabilitation Act of 1973 (US standard) / WCAG 2.0 (Web Content Accessibility Guidelines) - the international standard.

Ongoing Improvements This EAP is currently for Windows only. Linux and MacOS support will follow shortly.

Please let me know if after the update you are still having problems.

Thanks for your patience.

If you have any other questions or concerns feel free to contact us.

Thanks, Darren

Your email ticket number: #4976

-- Darren Steddy @.*** Schedule a Call https://justcall.io/calendar/ironsoftware - licensing inquiries only

[image: Iron .NET Suite] https://ironsoftware.com/suite

Iron Software offers a variety of solutions for .NET engineers, including:

How would you rate the support you receive? Great https://secure.helpscout.net/satisfaction/219537824/record/4415360068/1/ Okay https://secure.helpscout.net/satisfaction/219537824/record/4415360068/2/ Not Good https://secure.helpscout.net/satisfaction/219537824/record/4415360068/3/ {#HS:717034867-4976#} On Mon, Nov 26, 2018 at 20:57:16 +07, Ironpdf/iron-Pdf-Documentation < @.***> wrote:

Hi

I noticed that there are some issues with the kerning when converting HTML to PDF using IronPDF. Depending on the font-size, the kerning is faulty. Is there a workaround in order to have it working right?

Here you can see an example:

[image: testtext] https://user-images.githubusercontent.com/22289626/49018125-df5d1380-f18a-11e8-9503-86baf12d4194.PNG

And the code used to create exactly this example.

namespace IronPdfTest2 { internal class Program { public static void Main(string[] args) { var Renderer = new IronPdf.HtmlToPdf(); var PDF = Renderer.RenderHtmlAsPdf("

Pack my box with five dozen liquor jugs.

" + "Pack my box with five dozen liquor jugs.
" + "Pack my box with five dozen liquor jugs.
" + "Pack my box with five dozen liquor jugs.
"); var OutputPath = "HtmlToPDF.pdf"; PDF.SaveAs(OutputPath); System.Diagnostics.Process.Start(OutputPath); } } }

Furthermore:

  • Using a different PDF reader does not solve the issue
  • Using pt or em for font-sizes instead of px still had various kerning issues
  • The issues seem to be depending on the font-size. Larger fonts tend to have different issues

I found a similar issue in wkhtml2pdf. I don't know if IronPDF uses wkhtml2pdf in the background (or, the webkit engine in general), but if it does, it might be related: wkhtmltopdf/wkhtmltopdf#45 https://github.com/wkhtmltopdf/wkhtmltopdf/issues/45

- You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IronPdf/Iron-Pdf-Documentation/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/ANa8o3feKcx1wylgxVnUz0QocKgCC8Whks5uy_MrgaJpZM4YzFGF .

IronPdf commented 3 years ago

Hi Ironpdf/iron-Pdf-Documentation,

Now Supporting MacOS - IronPdf.EAP 2021.6.3135

The Iron Software engineering team is proud to release another addition to our game-changing upgrade to IronPDF: “Chrome Identical” PDF rendering.

Download the latest version free to implement high-grade 'Chrome Identical' rendering in your projects: https://www.nuget.org/packages/IronPdf.EAP/2021.6.3135 https://www.nuget.org/packages/IronPdf.EAP

IronPdf.EAP 2021.6.3135

To install: remove the IronPdf and/or IronPdf.Threading nuget packages from your project and replace with IronPdf.EAP (this package).

API Documentation: https://ironpdf.com/object-reference/eap/api/

20% Faster Renders Provides effortless multithreading and Async, using as many CPU cores as you wish. For SAAS and high-load applications, this may be 5-20 times faster, outperforming direct browser usage and web drivers.

Full Support Full (and we mean full) support for JavaScript, Responsive layout, and CSS3. Azure as a first-class citizen. It just works. Continued maintenance and improved full support for .NET 5, Core, and Framework 4.0+.

Rigorously Tested The release passed with 1156 green unit & integration tests (and no red ones). We believe this EAP to be as stable as our main release, and have our best minds actively improving it every day.

Section 508 Accessibility Compliance PDFs created using the Chrome renderer are PDF/UA (Universal Accessibility) compliant, conforming to Section 508 of Rehabilitation Act of 1973 (US standard) / WCAG 2.0 (Web Content Accessibility Guidelines) - the international standard.

Ongoing Improvements Early Access Program release. Not yet proven stable. Passes ~400 unit tests and integration tests.

Why isn't it "2021.6.4"?

Why does my PDF look a lot different than before? The default renderer is now set to Chrome rather than WebKit.

What should I do if I encounter issues?

IronPdf.Logging.Logger.EnableDebugging = true; IronPdf.Logging.Logger.LogFilePath = "Default.log"; IronPdf.Logging.Logger.LoggingMode = IronPdf.Logging.Logger.LoggingModes.All;

Thanks for your patience.

If you have any other questions or concerns feel free to contact us.

Thanks, Darren

Your email ticket number: #4976

-- Darren Steddy @.*** Schedule a Call https://justcall.io/calendar/ironsoftware - licensing inquiries only

[image: Iron .NET Suite] https://ironsoftware.com/suite

Iron Software offers a variety of solutions for .NET engineers, including:

How would you rate the support you receive? Great https://secure.helpscout.net/satisfaction/219537824/record/4598031506/1/ Okay https://secure.helpscout.net/satisfaction/219537824/record/4598031506/2/ Not Good https://secure.helpscout.net/satisfaction/219537824/record/4598031506/3/ {#HS:717034867-4976#} On Fri, May 21, 2021 at 13:55:53 +07, Darren Steddy < @.***> wrote:

Hi Ironpdf/iron-Pdf-Documentation,

The IronPDF 2021 Chrome Rendering Engine EAP is here.

The Iron Software engineering team is proud to release a game-changing upgrade to IronPDF: “Chrome Identical” PDF rendering.

Download the latest version free to implement high-grade 'Chrome Identical' rendering in your projects: https://www.nuget.org/packages/IronPdf.EAP

  • High-Quality Improvements, Rigorously Tested
  • High-Quality Rendering
  • The latest “Blink!” HTML rendering. Choose from Chrome Identical rendering or Enhanced Rendering (which we find more accurate and easy to code for than Chrome.)

API Documentation: https://ironpdf.com/object-reference/eap/api/

20% Faster Renders Provides effortless multithreading and Async, using as many CPU cores as you wish. For SAAS and high-load applications, this may be 5-20 times faster, outperforming direct browser usage and web drivers.

Full Support Full (and we mean full) support for JavaScript, Responsive layout, and CSS3. Azure as a first-class citizen. It just works. Continued maintenance and improved full support for .NET 5, Core, and Framework 4.0+.

Rigorously Tested The release passed with 1156 green unit & integration tests (and no red ones). We believe this EAP to be as stable as our main release, and have our best minds actively improving it every day.

Section 508 Accessibility Compliance PDFs created using the Chrome renderer are PDF/UA (Universal Accessibility) compliant, conforming to Section 508 of Rehabilitation Act of 1973 (US standard) / WCAG 2.0 (Web Content Accessibility Guidelines) - the international standard.

Ongoing Improvements This EAP is currently for Windows only. Linux and MacOS support will follow shortly.

Please let me know if after the update you are still having problems.

Thanks for your patience.

If you have any other questions or concerns feel free to contact us.

Thanks, Darren

Your email ticket number: #4976

-- Darren Steddy @.*** Schedule a Call https://justcall.io/calendar/ironsoftware - licensing inquiries only

[image: Iron .NET Suite] https://ironsoftware.com/suite

Iron Software offers a variety of solutions for .NET engineers, including:

  • You're receiving this email from Iron Software because you have enquired about our products or we found your details as a public contact for your organization. If you wish to be removed from our database please reply to this email stating so. * On Mon, Nov 26, 2018 at 20:57:16 +07, Ironpdf/iron-Pdf-Documentation < @.***> wrote:

    Hi

    I noticed that there are some issues with the kerning when converting HTML to PDF using IronPDF. Depending on the font-size, the kerning is faulty. Is there a workaround in order to have it working right?

    Here you can see an example:

    [image: testtext] https://user-images.githubusercontent.com/22289626/49018125-df5d1380-f18a-11e8-9503-86baf12d4194.PNG

    And the code used to create exactly this example.

    namespace IronPdfTest2 { internal class Program { public static void Main(string[] args) { var Renderer = new IronPdf.HtmlToPdf(); var PDF = Renderer.RenderHtmlAsPdf("

    Pack my box with five dozen liquor jugs.

    " + "Pack my box with five dozen liquor jugs.
    " + "Pack my box with five dozen liquor jugs.
    " + "Pack my box with five dozen liquor jugs.
    "); var OutputPath = "HtmlToPDF.pdf"; PDF.SaveAs(OutputPath); System.Diagnostics.Process.Start(OutputPath); } } }

    Furthermore:

    • Using a different PDF reader does not solve the issue
    • Using pt or em for font-sizes instead of px still had various kerning issues
    • The issues seem to be depending on the font-size. Larger fonts tend to have different issues

    I found a similar issue in wkhtml2pdf. I don't know if IronPDF uses wkhtml2pdf in the background (or, the webkit engine in general), but if it does, it might be related: wkhtmltopdf/wkhtmltopdf#45 https://github.com/wkhtmltopdf/wkhtmltopdf/issues/45

    - You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IronPdf/Iron-Pdf-Documentation/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/ANa8o3feKcx1wylgxVnUz0QocKgCC8Whks5uy_MrgaJpZM4YzFGF .

IronPdf commented 3 years ago

Hi Ironpdf/iron-Pdf-Documentation,

Now Supporting MacOS - IronPdf.EAP 2021.6.3135

The Iron Software engineering team is proud to release another addition to our game-changing upgrade to IronPDF: “Chrome Identical” PDF rendering.

Download the latest version free to implement high-grade 'Chrome Identical' rendering in your projects: https://www.nuget.org/packages/IronPdf.EAP/2021.6.3135 https://www.nuget.org/packages/IronPdf.EAP

IronPdf.EAP 2021.6.3135

To install: remove the IronPdf and/or IronPdf.Threading nuget packages from your project and replace with IronPdf.EAP (this package).

API Documentation: https://ironpdf.com/object-reference/eap/api/

20% Faster Renders Provides effortless multithreading and Async, using as many CPU cores as you wish. For SAAS and high-load applications, this may be 5-20 times faster, outperforming direct browser usage and web drivers.

Full Support Full (and we mean full) support for JavaScript, Responsive layout, and CSS3. Azure as a first-class citizen. It just works. Continued maintenance and improved full support for .NET 5, Core, and Framework 4.0+.

Rigorously Tested The release passed with 1156 green unit & integration tests (and no red ones). We believe this EAP to be as stable as our main release, and have our best minds actively improving it every day.

Section 508 Accessibility Compliance PDFs created using the Chrome renderer are PDF/UA (Universal Accessibility) compliant, conforming to Section 508 of Rehabilitation Act of 1973 (US standard) / WCAG 2.0 (Web Content Accessibility Guidelines) - the international standard.

Ongoing Improvements Early Access Program release. Not yet proven stable. Passes ~400 unit tests and integration tests.

Why isn't it "2021.6.4"?

Why does my PDF look a lot different than before? The default renderer is now set to Chrome rather than WebKit.

What should I do if I encounter issues?

IronPdf.Logging.Logger.EnableDebugging = true; IronPdf.Logging.Logger.LogFilePath = "Default.log"; IronPdf.Logging.Logger.LoggingMode = IronPdf.Logging.Logger.LoggingModes.All;

Thanks for your patience.

If you have any other questions or concerns feel free to contact us.

Thanks, Darren

Your email ticket number: #8019

-- Darren Steddy @.*** Schedule a Call https://justcall.io/calendar/ironsoftware - licensing inquiries only

[image: Iron .NET Suite] https://ironsoftware.com/suite

Iron Software offers a variety of solutions for .NET engineers, including:

How would you rate the support you receive? Great https://secure.helpscout.net/satisfaction/259847210/record/4598033698/1/ Okay https://secure.helpscout.net/satisfaction/259847210/record/4598033698/2/ Not Good https://secure.helpscout.net/satisfaction/259847210/record/4598033698/3/ {#HS:867595864-8019#} On Fri, May 21, 2021 at 13:50:54 +07, Darren Steddy < @.***> wrote:

Hi Ironpdf/iron-Pdf-Documentation,

The IronPDF 2021 Chrome Rendering Engine EAP is here.

The Iron Software engineering team is proud to release a game-changing upgrade to IronPDF: “Chrome Identical” PDF rendering.

Download the latest version free to implement high-grade 'Chrome Identical' rendering in your projects: https://www.nuget.org/packages/IronPdf.EAP

  • High-Quality Improvements, Rigorously Tested
  • High-Quality Rendering
  • The latest “Blink!” HTML rendering. Choose from Chrome Identical rendering or Enhanced Rendering (which we find more accurate and easy to code for than Chrome.)

API Documentation: https://ironpdf.com/object-reference/eap/api/

20% Faster Renders Provides effortless multithreading and Async, using as many CPU cores as you wish. For SAAS and high-load applications, this may be 5-20 times faster, outperforming direct browser usage and web drivers.

Full Support Full (and we mean full) support for JavaScript, Responsive layout, and CSS3. Azure as a first-class citizen. It just works. Continued maintenance and improved full support for .NET 5, Core, and Framework 4.0+.

Rigorously Tested The release passed with 1156 green unit & integration tests (and no red ones). We believe this EAP to be as stable as our main release, and have our best minds actively improving it every day.

Section 508 Accessibility Compliance PDFs created using the Chrome renderer are PDF/UA (Universal Accessibility) compliant, conforming to Section 508 of Rehabilitation Act of 1973 (US standard) / WCAG 2.0 (Web Content Accessibility Guidelines) - the international standard.

Ongoing Improvements This EAP is currently for Windows only. Linux and MacOS support will follow shortly.

Please let me know if after the update you are still having problems.

Thanks for your patience.

If you have any other questions or concerns feel free to contact us.

Thanks, Darren

Your email ticket number: #8019

-- Darren Steddy @.*** Schedule a Call https://justcall.io/calendar/ironsoftware - licensing inquiries only

[image: Iron .NET Suite] https://ironsoftware.com/suite

Iron Software offers a variety of solutions for .NET engineers, including:

IronPdf commented 3 years ago

Hi Ironpdf/iron-Pdf-Documentation,

Thank you for taking part in our EAP.With your feedback, assistance and incredible support, Iron Software is proud to announce the official release of our cutting-edge upgrade to IronPDF - now fully equipped with our new Chrome Identical Renderer.

Download the latest version free to implement high-grade 'Chrome Identical' rendering in your projects: IronPdf 2021.9.3678 https://www.nuget.org/packages/IronPdf/

Which NuGet package should I install? https://ironpdf.com/docs/questions/advanced-instalation-nuget/

What do I need to install in Linux? Docker? https://ironpdf.com/docs/questions/linux/ https://ironpdf.com/docs/questions/docker-linux/

Logging for debugging/service requests can be enabled via:

IronPdf.Logging.Logger.EnableDebugging = true; IronPdf.Logging.Logger.LogFilePath = "Default.log"; IronPdf.Logging.Logger.LoggingMode = IronPdf.Logging.Logger.LoggingModes.All;

API Documentation: https://ironpdf.com/object-reference/api/

20% Faster Renders Provides effortless multithreading and Async, using as many CPU cores as you wish. For SAAS and high-load applications, this may be 5-20 times faster, outperforming direct browser usage and web drivers.

Full Support Full (and we mean full) support for JavaScript, Responsive layout, and CSS3. Azure as a first-class citizen. It just works. Continued maintenance and improved full support for .NET 5, Core, and Framework 4.0+.

Rigorously Tested The release passed with 1156 green unit & integration tests (and no red ones).

Section 508 Accessibility Compliance PDFs created using the Chrome renderer are PDF/UA (Universal Accessibility) compliant, conforming to Section 508 of Rehabilitation Act of 1973 (US standard) / WCAG 2.0 (Web Content Accessibility Guidelines) - the international standard.

Thanks for your patience and support.

If you have any other questions or concerns feel free to contact us.

Thank you, Darren

Your email ticket number: #4976

-- Darren Steddy @.*** Schedule a Call https://justcall.io/calendar/ironsoftware - licensing inquiries only

[image: Iron .NET Suite] https://ironsoftware.com/suite

Iron Software offers a variety of solutions for .NET engineers, including:

How would you rate the support you receive? Great https://secure.helpscout.net/satisfaction/219537824/record/4703301190/1/ Okay https://secure.helpscout.net/satisfaction/219537824/record/4703301190/2/ Not Good https://secure.helpscout.net/satisfaction/219537824/record/4703301190/3/ {#HS:717034867-4976#} On Fri, Jul 23, 2021 at 11:20:07 +07, Darren Steddy < @.***> wrote:

Hi Ironpdf/iron-Pdf-Documentation,

Now Supporting MacOS - IronPdf.EAP 2021.6.3135

The Iron Software engineering team is proud to release another addition to our game-changing upgrade to IronPDF: “Chrome Identical” PDF rendering.

Download the latest version free to implement high-grade 'Chrome Identical' rendering in your projects: https://www.nuget.org/packages/IronPdf.EAP/2021.6.3135 https://www.nuget.org/packages/IronPdf.EAP

IronPdf.EAP 2021.6.3135

  • Adds MacOS support
  • Adds Installation.CustomDeploymentDirectory for highly specialized environments
  • Fixes .NET 5.0.7 issue (exception when exporting bitmaps)
  • Fixes null reference bug when adding HTML stamps
  • Fixes .NET 472 licensing issue (license not applying properly)
  • Fixes issue requiring IIS restart each render
  • Improves deployment and error handling

To install: remove the IronPdf and/or IronPdf.Threading nuget packages from your project and replace with IronPdf.EAP (this package).

API Documentation: https://ironpdf.com/object-reference/eap/api/

20% Faster Renders Provides effortless multithreading and Async, using as many CPU cores as you wish. For SAAS and high-load applications, this may be 5-20 times faster, outperforming direct browser usage and web drivers.

Full Support Full (and we mean full) support for JavaScript, Responsive layout, and CSS3. Azure as a first-class citizen. It just works. Continued maintenance and improved full support for .NET 5, Core, and Framework 4.0+.

Rigorously Tested The release passed with 1156 green unit & integration tests (and no red ones). We believe this EAP to be as stable as our main release, and have our best minds actively improving it every day.

Section 508 Accessibility Compliance PDFs created using the Chrome renderer are PDF/UA (Universal Accessibility) compliant, conforming to Section 508 of Rehabilitation Act of 1973 (US standard) / WCAG 2.0 (Web Content Accessibility Guidelines) - the international standard.

Ongoing Improvements Early Access Program release. Not yet proven stable. Passes ~400 unit tests and integration tests.

Why isn't it "2021.6.4"?

  • The last version number will now be an automatically incrementing value that makes it easier for our developers to track

Why does my PDF look a lot different than before? The default renderer is now set to Chrome rather than WebKit.

What should I do if I encounter issues?

  • Enable logging and contact Iron Software support

IronPdf.Logging.Logger.EnableDebugging = true; IronPdf.Logging.Logger.LogFilePath = "Default.log"; IronPdf.Logging.Logger.LoggingMode = IronPdf.Logging.Logger.LoggingModes.All;

Thanks for your patience.

If you have any other questions or concerns feel free to contact us.

Thanks, Darren

Your email ticket number: #4976

-- Darren Steddy @.*** Schedule a Call https://justcall.io/calendar/ironsoftware - licensing inquiries only

[image: Iron .NET Suite] https://ironsoftware.com/suite

Iron Software offers a variety of solutions for .NET engineers, including:

  • You're receiving this email from Iron Software because you have enquired about our products or we found your details as a public contact for your organization. If you wish to be removed from our database please reply to this email stating so. * On Fri, May 21, 2021 at 13:55:53 +07, Darren Steddy < @.***> wrote:

    Hi Ironpdf/iron-Pdf-Documentation,

    The IronPDF 2021 Chrome Rendering Engine EAP is here.

    The Iron Software engineering team is proud to release a game-changing upgrade to IronPDF: “Chrome Identical” PDF rendering.

    Download the latest version free to implement high-grade 'Chrome Identical' rendering in your projects: https://www.nuget.org/packages/IronPdf.EAP

    • High-Quality Improvements, Rigorously Tested
    • High-Quality Rendering
    • The latest “Blink!” HTML rendering. Choose from Chrome Identical rendering or Enhanced Rendering (which we find more accurate and easy to code for than Chrome.)

    API Documentation: https://ironpdf.com/object-reference/eap/api/

    20% Faster Renders Provides effortless multithreading and Async, using as many CPU cores as you wish. For SAAS and high-load applications, this may be 5-20 times faster, outperforming direct browser usage and web drivers.

    Full Support Full (and we mean full) support for JavaScript, Responsive layout, and CSS3. Azure as a first-class citizen. It just works. Continued maintenance and improved full support for .NET 5, Core, and Framework 4.0+.

    Rigorously Tested The release passed with 1156 green unit & integration tests (and no red ones). We believe this EAP to be as stable as our main release, and have our best minds actively improving it every day.

    Section 508 Accessibility Compliance PDFs created using the Chrome renderer are PDF/UA (Universal Accessibility) compliant, conforming to Section 508 of Rehabilitation Act of 1973 (US standard) / WCAG 2.0 (Web Content Accessibility Guidelines) - the international standard.

    Ongoing Improvements This EAP is currently for Windows only. Linux and MacOS support will follow shortly.

    Please let me know if after the update you are still having problems.

    Thanks for your patience.

    If you have any other questions or concerns feel free to contact us.

    Thanks, Darren

    Your email ticket number: #4976

    -- Darren Steddy @.*** Schedule a Call https://justcall.io/calendar/ironsoftware - licensing inquiries only

    [image: Iron .NET Suite] https://ironsoftware.com/suite

    Iron Software offers a variety of solutions for .NET engineers, including:

    • You're receiving this email from Iron Software because you have enquired about our products or we found your details as a public contact for your organization. If you wish to be removed from our database please reply to this email stating so. * On Mon, Nov 26, 2018 at 20:57:16 +07, Ironpdf/iron-Pdf-Documentation < @.***> wrote:

      Hi

      I noticed that there are some issues with the kerning when converting HTML to PDF using IronPDF. Depending on the font-size, the kerning is faulty. Is there a workaround in order to have it working right?

      Here you can see an example:

      [image: testtext] https://user-images.githubusercontent.com/22289626/49018125-df5d1380-f18a-11e8-9503-86baf12d4194.PNG

      And the code used to create exactly this example.

      namespace IronPdfTest2 { internal class Program { public static void Main(string[] args) { var Renderer = new IronPdf.HtmlToPdf(); var PDF = Renderer.RenderHtmlAsPdf("

      Pack my box with five dozen liquor jugs.

      " + "Pack my box with five dozen liquor jugs.
      " + "Pack my box with five dozen liquor jugs.
      " + "Pack my box with five dozen liquor jugs.
      "); var OutputPath = "HtmlToPDF.pdf"; PDF.SaveAs(OutputPath); System.Diagnostics.Process.Start(OutputPath); } } }

      Furthermore:

      • Using a different PDF reader does not solve the issue
      • Using pt or em for font-sizes instead of px still had various kerning issues
      • The issues seem to be depending on the font-size. Larger fonts tend to have different issues

      I found a similar issue in wkhtml2pdf. I don't know if IronPDF uses wkhtml2pdf in the background (or, the webkit engine in general), but if it does, it might be related: wkhtmltopdf/wkhtmltopdf#45 https://github.com/wkhtmltopdf/wkhtmltopdf/issues/45

      - You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/IronPdf/Iron-Pdf-Documentation/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/ANa8o3feKcx1wylgxVnUz0QocKgCC8Whks5uy_MrgaJpZM4YzFGF .

IronPdf commented 3 years ago

Hi Ironpdf/iron-Pdf-Documentation,

Thank you for taking part in our EAP.With your feedback, assistance and incredible support, Iron Software is proud to announce the official release of our cutting-edge upgrade to IronPDF - now fully equipped with our new Chrome Identical Renderer.

Download the latest version free to implement high-grade 'Chrome Identical' rendering in your projects: IronPdf 2021.9.3678 https://www.nuget.org/packages/IronPdf/

Which NuGet package should I install? https://ironpdf.com/docs/questions/advanced-instalation-nuget/

What do I need to install in Linux? Docker? https://ironpdf.com/docs/questions/linux/ https://ironpdf.com/docs/questions/docker-linux/

Logging for debugging/service requests can be enabled via:

IronPdf.Logging.Logger.EnableDebugging = true; IronPdf.Logging.Logger.LogFilePath = "Default.log"; IronPdf.Logging.Logger.LoggingMode = IronPdf.Logging.Logger.LoggingModes.All;

API Documentation: https://ironpdf.com/object-reference/api/

20% Faster Renders Provides effortless multithreading and Async, using as many CPU cores as you wish. For SAAS and high-load applications, this may be 5-20 times faster, outperforming direct browser usage and web drivers.

Full Support Full (and we mean full) support for JavaScript, Responsive layout, and CSS3. Azure as a first-class citizen. It just works. Continued maintenance and improved full support for .NET 5, Core, and Framework 4.0+.

Rigorously Tested The release passed with 1156 green unit & integration tests (and no red ones).

Section 508 Accessibility Compliance PDFs created using the Chrome renderer are PDF/UA (Universal Accessibility) compliant, conforming to Section 508 of Rehabilitation Act of 1973 (US standard) / WCAG 2.0 (Web Content Accessibility Guidelines) - the international standard.

Thanks for your patience and support.

If you have any other questions or concerns feel free to contact us.

Thank you, Darren

Your email ticket number: #8019

-- Darren Steddy @.*** Schedule a Call https://justcall.io/calendar/ironsoftware - licensing inquiries only

[image: Iron .NET Suite] https://ironsoftware.com/suite

Iron Software offers a variety of solutions for .NET engineers, including:

How would you rate the support you receive? Great https://secure.helpscout.net/satisfaction/259847210/record/4703302215/1/ Okay https://secure.helpscout.net/satisfaction/259847210/record/4703302215/2/ Not Good https://secure.helpscout.net/satisfaction/259847210/record/4703302215/3/ {#HS:867595864-8019#} On Fri, Jul 23, 2021 at 11:21:34 +07, Darren Steddy < @.***> wrote:

Hi Ironpdf/iron-Pdf-Documentation,

Now Supporting MacOS - IronPdf.EAP 2021.6.3135

The Iron Software engineering team is proud to release another addition to our game-changing upgrade to IronPDF: “Chrome Identical” PDF rendering.

Download the latest version free to implement high-grade 'Chrome Identical' rendering in your projects: https://www.nuget.org/packages/IronPdf.EAP/2021.6.3135 https://www.nuget.org/packages/IronPdf.EAP

IronPdf.EAP 2021.6.3135

  • Adds MacOS support
  • Adds Installation.CustomDeploymentDirectory for highly specialized environments
  • Fixes .NET 5.0.7 issue (exception when exporting bitmaps)
  • Fixes null reference bug when adding HTML stamps
  • Fixes .NET 472 licensing issue (license not applying properly)
  • Fixes issue requiring IIS restart each render
  • Improves deployment and error handling

To install: remove the IronPdf and/or IronPdf.Threading nuget packages from your project and replace with IronPdf.EAP (this package).

API Documentation: https://ironpdf.com/object-reference/eap/api/

20% Faster Renders Provides effortless multithreading and Async, using as many CPU cores as you wish. For SAAS and high-load applications, this may be 5-20 times faster, outperforming direct browser usage and web drivers.

Full Support Full (and we mean full) support for JavaScript, Responsive layout, and CSS3. Azure as a first-class citizen. It just works. Continued maintenance and improved full support for .NET 5, Core, and Framework 4.0+.

Rigorously Tested The release passed with 1156 green unit & integration tests (and no red ones). We believe this EAP to be as stable as our main release, and have our best minds actively improving it every day.

Section 508 Accessibility Compliance PDFs created using the Chrome renderer are PDF/UA (Universal Accessibility) compliant, conforming to Section 508 of Rehabilitation Act of 1973 (US standard) / WCAG 2.0 (Web Content Accessibility Guidelines) - the international standard.

Ongoing Improvements Early Access Program release. Not yet proven stable. Passes ~400 unit tests and integration tests.

Why isn't it "2021.6.4"?

  • The last version number will now be an automatically incrementing value that makes it easier for our developers to track

Why does my PDF look a lot different than before? The default renderer is now set to Chrome rather than WebKit.

What should I do if I encounter issues?

  • Enable logging and contact Iron Software support

IronPdf.Logging.Logger.EnableDebugging = true; IronPdf.Logging.Logger.LogFilePath = "Default.log"; IronPdf.Logging.Logger.LoggingMode = IronPdf.Logging.Logger.LoggingModes.All;

Thanks for your patience.

If you have any other questions or concerns feel free to contact us.

Thanks, Darren

Your email ticket number: #8019

-- Darren Steddy @.*** Schedule a Call https://justcall.io/calendar/ironsoftware - licensing inquiries only

[image: Iron .NET Suite] https://ironsoftware.com/suite

Iron Software offers a variety of solutions for .NET engineers, including:

  • You're receiving this email from Iron Software because you have enquired about our products or we found your details as a public contact for your organization. If you wish to be removed from our database please reply to this email stating so. * On Fri, May 21, 2021 at 13:50:54 +07, Darren Steddy < @.***> wrote:

    Hi Ironpdf/iron-Pdf-Documentation,

    The IronPDF 2021 Chrome Rendering Engine EAP is here.

    The Iron Software engineering team is proud to release a game-changing upgrade to IronPDF: “Chrome Identical” PDF rendering.

    Download the latest version free to implement high-grade 'Chrome Identical' rendering in your projects: https://www.nuget.org/packages/IronPdf.EAP

    • High-Quality Improvements, Rigorously Tested
    • High-Quality Rendering
    • The latest “Blink!” HTML rendering. Choose from Chrome Identical rendering or Enhanced Rendering (which we find more accurate and easy to code for than Chrome.)

    API Documentation: https://ironpdf.com/object-reference/eap/api/

    20% Faster Renders Provides effortless multithreading and Async, using as many CPU cores as you wish. For SAAS and high-load applications, this may be 5-20 times faster, outperforming direct browser usage and web drivers.

    Full Support Full (and we mean full) support for JavaScript, Responsive layout, and CSS3. Azure as a first-class citizen. It just works. Continued maintenance and improved full support for .NET 5, Core, and Framework 4.0+.

    Rigorously Tested The release passed with 1156 green unit & integration tests (and no red ones). We believe this EAP to be as stable as our main release, and have our best minds actively improving it every day.

    Section 508 Accessibility Compliance PDFs created using the Chrome renderer are PDF/UA (Universal Accessibility) compliant, conforming to Section 508 of Rehabilitation Act of 1973 (US standard) / WCAG 2.0 (Web Content Accessibility Guidelines) - the international standard.

    Ongoing Improvements This EAP is currently for Windows only. Linux and MacOS support will follow shortly.

    Please let me know if after the update you are still having problems.

    Thanks for your patience.

    If you have any other questions or concerns feel free to contact us.

    Thanks, Darren

    Your email ticket number: #8019

    -- Darren Steddy @.*** Schedule a Call https://justcall.io/calendar/ironsoftware - licensing inquiries only

    [image: Iron .NET Suite] https://ironsoftware.com/suite

    Iron Software offers a variety of solutions for .NET engineers, including:

NguyenTung103 commented 2 years ago

image I followed the request for the new version but the problem is that the error occurs Error while deploying Chrome dependencies. To learn how to solve this issue please read https://iron.helpscoutdocs.com/article/166-error-while-deploying-chrome-dependencies [Issue Code IRONPDF-CHROME-DEPLOYMENT-ERROR]

djrecipe commented 2 years ago

image I followed the request for the new version but the problem is that the error occurs Error while deploying Chrome dependencies. To learn how to solve this issue please read https://iron.helpscoutdocs.com/article/166-error-while-deploying-chrome-dependencies [Issue Code IRONPDF-CHROME-DEPLOYMENT-ERROR]

IronPdf.Linux v2021.12.4495 works for me using example code like this:

` class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); try { IronPdf.Logging.Logger.EnableDebugging = true; IronPdf.Logging.Logger.LogFilePath = "Default.log"; IronPdf.Logging.Logger.LoggingMode = IronPdf.Logging.Logger.LoggingModes.All;

            IronPdf.Installation.LinuxAndDockerDependenciesAutoConfig = false;
            IronPdf.Installation.ChromeGpuMode = IronPdf.Engines.Chrome.ChromeGpuModes.Disabled;

            //IronPdf.Installation.Initialize();

            var doc = IronPdf.ChromePdfRenderer.StaticRenderHtmlAsPdf("qwewqewqe"); //something happens here
            doc.SaveAs($"{Environment.CurrentDirectory}/{DateTime.Now.Ticks}.pdf"); //this instruction won't be processed if i set breakpoint or use <F10>
                                                                                    //if there no breakpoints - usually it works under docker for a few moments, but falls immediately on test server (debial)
                                                                                    //if there breakpoint (or some other delay) - container still alive, but debug session ruins
                                                                                    //
                                                                                    //same with instance calls (e.g.  var Renderer = new ChromePdfRenderer(); Renderer.RenderHtmlAsPdf..)
                                                                                    //same on net 5.1 and 3.1, using all docker file examples from here - https://ironpdf.com/docs/questions/docker-linux/ (with replaced project name, of course)
                                                                                    //
                                                                                    //under wsl2 have the same result as this: https://github.com/IronPdf/Iron-Pdf-Documentation/issues/6#issuecomment-970092576
                                                                                    //so if this problem was solved - would be appropriate for any recommedations

            Console.ReadKey();
        }
        catch (Exception ex)
        { //unreachable under docker - debug session falls
            File.WriteAllLines($"{Environment.CurrentDirectory}/err_{DateTime.Now.Ticks}.txt", new[] { ex.Message, ex.Source, ex.StackTrace });
        }
    }
}`

Try setting IronPdf.Installation.LinuxAndDockerDependenciesAutoConfig = false; Docker issues have been largely fixed within IronPdf as of the new releases.

IronPdf commented 1 year ago

Hi There, Technical debt can lead us to bigger, better things. In 2010, Jakob Nielsen, a renowned usability expert, published an article titled

Industry News - Technical Debt (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/MWBwrlq_9zxW2GrbQD8xQC43W1CR28951HqwBN2bpb_C5jMY8W50kH_H6lZ3pTW6P-B_Y2cq8kXW4mZT4G8Y7QdRW11PwRh732v_NW2f6YT41rhzxrW1SQC9j48Fv8wN1wdhM-2DmxlN7YbkSMbsCKfW6pSVQ391nwC0W6752Hs2f3sFsW3S1vDq523MXrW4plfzw2-tsbqV-W54y5QZq8JN88wgbXBf7qjW5FqmQG8CDJQJW35MRj72RXqPKW4nlJJk3B3gRGW4ZqcYc8HWjL9W6ytZXQ6SsS4XW4MN8qD8SP347W6jPkkb1XhqjMW26XWS_4npfh9W7gXbFx6PGtD1W2P0kpN37KG-QW3H0rdn77wvhDN6Z9vVn7mFX5Vn7JPR2cY0hrW7mR6F_5RtHFSN638RJGPbQB1W8wzjN36w6zy_VR5mZd7bCYTNW2zB5C94VTRKHW2X83FS53kT2sf6J47Rd04 )

Hi There,

Technical debt can lead us to bigger, better things.

In 2010, Jakob Nielsen, the renowned usability expert, published an article titled "Flash: 99% Bad" [1]. Nielsen dissected the numerous usability issues and performance drawbacks associated with Flash, urging the industry to abandon this technology.

Flash's decline paved the way for newer and more efficient alternatives, one of which was TypeScript, a statically typed superset of JavaScript.

Why can technical debt be a good thing? We leave things behind for good reason. Like this (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/MWBwrlq_9zxW2GrbQD8xQC43W1CR28951HqwBN2bpb_C5jMY8W50kH_H6lZ3pTW6P-B_Y2cq8kXW4mZT4G8Y7QdRW11PwRh732v_NW2f6YT41rhzxrW1SQC9j48Fv8wN1wdhM-2DmxlN7YbkSMbsCKfW6pSVQ391nwC0W6752Hs2f3sFsW3S1vDq523MXrW4plfzw2-tsbqV-W54y5QZq8JN88wgbXBf7qjW5FqmQG8CDJQJW35MRj72RXqPKW4nlJJk3B3gRGW4ZqcYc8HWjL9W6ytZXQ6SsS4XW4MN8qD8SP347W6jPkkb1XhqjMW26XWS_4npfh9W7gXbFx6PGtD1W2P0kpN37KG-QW3H0rdn77wvhDN6Z9vVn7mFX5Vn7JPR2cY0hrW7mR6F_5RtHFSN638RJGPbQB1W8wzjN36w6zy_VR5mZd7bCYTNW2zB5C94VTRKHW2X83FS53kT2sf6J47Rd04 ) .

Jacob Mellor

Chief Technology Officer

Software Engineering | Iron Software

+1 (312) 500-3060 (tel:+13125003060)

@. @.)

www.ironsoftware.com (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/MWBwrlq_9zxW2GrbQD8xQC43W1CR28951HqwBN2bpc143lcq-W7Y8-PT6lZ3lLN83_zGDmYp84W2fDpsK2QSDQSW1QgzCQ3kwjFpW8dJ_h38hCv14W2Lj3P47V8_GgW4c3K0F2Q8WgPN5pf-cNPs46pW14zPy61Bt4m5W37ylHl4m3b15W9jf2Zr65m2qRW6VW_H28f924KW8j6zd21l2XbXVM68KW2GHJmzW94x6YW2l83hhW8My9cJ5VLmCRW2mctSs2H8f0CW7wT3Ff8xvFKbW5DP6cQ4whQZtW8X_k576p1r4cVbxPgg3bdHGkW4B_0VH3CWN_1W1l-rk83n7jwrW2XsNFb7X6Vt6VPmcnr9k74dgVcKKB232VWVHW7Z_0f02wSHc8f52Xpyq04 )

Facebook (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/MWBwrlq_9zxW2GrbQD8xQC43W1CR28951HqwBN2bpc1n3lcq-W8wLKSR6lZ3l4W5BQ9w897VjfrVm9Vlz3nqz21VvCYLK4lkxFjW9j60NN8SLbjrVCNGx86xpNsGW5clXF41cHWFTW3LN5Qn3YCF78W1Znzfm1-vzk3W6vHZr_8jNBftW5rH-wH8F-zVdV7Yc1538N3cmW23bxH715wKFDN7yGsvXgpDbSN25cHZQly31YVFZsD431djWdW5PSW3c2n9lg-W7QFYdp67PVzXW3zN4286BNw2kW53f3yb53qxHmV3WkYc4Bs7MfW2fVhP-3XPB2xW7nT3jJ1JlXGRW2yP_2P83b7SvW7QlzP24-yZz4W7VBlYr2hlBk5W2B97jJ6T0xKpW90K_C17D12VNW8Kbmd52ttL3Cf8njSdH04 ) Twitter (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/MWBwrlq_9zxW2GrbQD8xQC43W1CR28951HqwBN2bpc1n3lcq-W8wLKSR6lZ3pkW3Fb7272yvfHyW2gsVGz5CgCKYN24Fn2grLWPlW1jcRZD2bf0lXW4CL7fq5StpxVW3D2Qjy4y5qgVVVgYyx76_81WW1pfPc71XXzcWW4CTV-J6Llq4tW4cv9wv8JxHs4W5tG40Y3D6P8yVd0dHF1G3qz6W1_L2Ym2JK95hW7367Vv8M7-vhVy4-cQ6h6Jf_N7y2RJf640wbW53mWM95_vhpsN34d-ntdbpB4W9c-pG08DblstW2dkdHy5bcm1NW75DL0125S9PRW1sjSTG6s53DmVC2pxQ8WH1ZXW6mwwXs7VpHZlW5PTBSV4lkycKW2mmmGf9kqXWLW5W9D1l95Gb1pW2r5WY36ggltmf5VfMtl04 ) Linkedin (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/MWBwrlq_9zxW2GrbQD8xQC43W1CR28951HqwBN2bpc1n3lcq-W8wLKSR6lZ3mxW7P8vX624qMRBW4WdCCq8F99mtW5gQvz_5Y0GZWW6Ghmxc7ss3kyW444LD68JkrLdW2sjQz53RPmsTW8WG4Nq4sKxh1W2LGFmm6NWBznW2dTr9m16vZrHW4L9GsG1YVNsmW173Wt62wW-9RW52j48c56PQypW27pmzv5d0g6mW7Tv5wN78vpvsW37yFcn2g7VBhW4YGtTQ2h4K75W5ygS2Z7vX08wV_837R3__MhGW5K02zT8f3-1BW3BLwb41WQFrpW6HD6WM87Dl8BVFJyn476pspwW1YSY9s6gywl-W1hqscR794cKGW6hTJJm2LjFrJW5_zl2s3tKpsCW47_f_08zH8C0W3Nhw_K6LJXlCf2pjjKR04 ) Youtube (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/MWBwrlq_9zxW2GrbQD8xQC43W1CR28951HqwBN2bpc1n3lcq-W8wLKSR6lZ3kvN9h3jTyXrnYLW2k2F9_88pwkNW6gXbgr6k6q4SW5hdLPw1TdwK9W7_J7t726yCxXW8hGCcX4JXZ1fN3QsmcF_C6jgW5j_S5H7B7W2YN8b-X_wPpGnFW4-8BJJ3jZwgBW8VRhKL11DFLJW2SQMMD8pqR5rW74DXTM2-WckPW1CGHjC3qq3ygN8r9sWdWrZDrN349R5kVXHSCW6T5XKN7QRFW5VqnbsJ1cQNwjW3tD-kC7NVJK9W7WYz7r7gMRqfN1fcVmlfz8lhW273K5m8z40dQW1960JP356WPsW5h6mtl7Hf3ZHVNf61H3vh80wW5mRJFL2BNPJvW4WZ9JN1Cf38SW86xccq4X67lRf3WKL5604 ) Email @.***)

Follow Iron Software - Product updates, How-to guides, Special sales, and more!

Iron Software Company, 205 N. Michigan Ave. Chicago, IL 60611, USA, +1 (312) 500-3060

You’re receiving this email from Iron Software because you registered for a free trial, joined our Slack channel or participated in an event.

If you wish to be removed from our database please reply to this email stating so.

Unsubscribe (https://hs-22630553.s.hubspotemail.net/hs/manage-preferences/unsubscribe-all?languagePreference=en&d=VnBf_V5XrhDMW2p76LK3-1rCSW3H7N6P3SCrv0W47mVX53S-0BhW4fJGxs3HcRMVW1SBTzq3KbsvFW3R0gmn1SryNDW3JP0gk45RlhdW3P28X24hCPvhW43T2Qs8yHfr4W17f7hv6jWJ7YW5BTzZF6tf82-W5BpGLd4MbJFhV28Sv24XrdHXMGKd_P20N5FW7lyxfq13ytyWW8T6mr86dw_lF4kPP31&v=3&_hsenc=p2ANqtz--DWB7hwby-FtkrCrAgLMBX9FmksDtzJjX6teh4tMqAIPfhbAOc1Fk9yUnDxPdEfSFyNvElbPm0-onv5ON1-TURAUvV3h0-clItjYSEwN_rcVDGLyThFvoOUx6epSWnE_VcdYBsbhJo1n1wDLvDjmLVhG4gcw&_hsmi=268524240 ) | Manage Preferences (https://hs-22630553.s.hubspotemail.net/hs/manage-preferences/unsubscribe?languagePreference=en&d=VnBf_V5XrhDMW2p76LK3-1rCSW3H7N6P3SCrv0W47mVX53S-0BhW4fJGxs3HcRMVW1SBTzq3KbsvFW3R0gmn1SryNDW3JP0gk45RlhdW3P28X24hCPvhW43T2Qs8yHfr4W17f7hv6jWJ7YW5BTzZF6tf82-W5BpGLd4MbJFhV28Sv24XrdHXMGKd_P20N5FW7lyxfq13ytyWW8T6mr86dw_lF4kPP31&v=3&_hsenc=p2ANqtz--DWB7hwby-FtkrCrAgLMBX9FmksDtzJjX6teh4tMqAIPfhbAOc1Fk9yUnDxPdEfSFyNvElbPm0-onv5ON1-TURAUvV3h0-clItjYSEwN_rcVDGLyThFvoOUx6epSWnE_VcdYBsbhJo1n1wDLvDjmLVhG4gcw&_hsmi=268524240 )

IronPdf commented 1 year ago

Hey, try out our new JSON to C# Converter!

Email Banner - Freetool B (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VX84LG5BnwgpVHzdv84mqD1MW4nNzqf51M94bN7bK2Z-5jMY8W50kH_H6lZ3m2W2DQvPT3Z3gyrW48hmWn2j-LM5W6fVHbQ2kgyQjW4c23Pb4Hd9YgW226qKR3hr2VlW253hGr1Zp6BJW5v80z21NGP2RW4G9ZRM36kNzhW1xBwJ030tW-PW7SVFb55WXTJ-W46qS7-6NqmwdW6F7gq-9j3gm-W92c7HX41SNKgW6WC-428ZSmMbN3jDxsJQvZQDW2WlW7z6wQ-sfW2XMyL52-q5W5W76dtfk6CzFtzVDW9tn8NPlRdV5Z6QQ4DvTkRW90mWXd3mtRSHW1jNCZt3cLxgPW5GxlR68qyl_8W4jrMSC95kgtHW8lrGRL1QXBjlW96Y47b20FL20W654Zc83XZSzRN3VBWZm8CLLnW4zN2MB1pqmMtW20cJlk8zMX85N5xQmPF_-_pBN32SWdZWtsVNf4tR33204 )

Hey, try out our new online JSON to C# Converter (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VX84LG5BnwgpVHzdv84mqD1MW4nNzqf51M94bN7bK2Z-5jMY8W50kH_H6lZ3m2W2DQvPT3Z3gyrW48hmWn2j-LM5W6fVHbQ2kgyQjW4c23Pb4Hd9YgW226qKR3hr2VlW253hGr1Zp6BJW5v80z21NGP2RW4G9ZRM36kNzhW1xBwJ030tW-PW7SVFb55WXTJ-W46qS7-6NqmwdW6F7gq-9j3gm-W92c7HX41SNKgW6WC-428ZSmMbN3jDxsJQvZQDW2WlW7z6wQ-sfW2XMyL52-q5W5W76dtfk6CzFtzVDW9tn8NPlRdV5Z6QQ4DvTkRW90mWXd3mtRSHW1jNCZt3cLxgPW5GxlR68qyl_8W4jrMSC95kgtHW8lrGRL1QXBjlW96Y47b20FL20W654Zc83XZSzRN3VBWZm8CLLnW4zN2MB1pqmMtW20cJlk8zMX85N5xQmPF_-_pBN32SWdZWtsVNf4tR33204 ) !

Here at Iron we've been searching for a good JSON to C# converter for some time. We realized it was better to just build our own. So, today we're sharing this with you all on our website for free.

This online tool (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VX84LG5BnwgpVHzdv84mqD1MW4nNzqf51M94bN7bK2Z-5jMY8W50kH_H6lZ3m2W2DQvPT3Z3gyrW48hmWn2j-LM5W6fVHbQ2kgyQjW4c23Pb4Hd9YgW226qKR3hr2VlW253hGr1Zp6BJW5v80z21NGP2RW4G9ZRM36kNzhW1xBwJ030tW-PW7SVFb55WXTJ-W46qS7-6NqmwdW6F7gq-9j3gm-W92c7HX41SNKgW6WC-428ZSmMbN3jDxsJQvZQDW2WlW7z6wQ-sfW2XMyL52-q5W5W76dtfk6CzFtzVDW9tn8NPlRdV5Z6QQ4DvTkRW90mWXd3mtRSHW1jNCZt3cLxgPW5GxlR68qyl_8W4jrMSC95kgtHW8lrGRL1QXBjlW96Y47b20FL20W654Zc83XZSzRN3VBWZm8CLLnW4zN2MB1pqmMtW20cJlk8zMX85N5xQmPF_-_pBN32SWdZWtsVNf4tR33204 ) allows you to convert a JSON object into a C# class in seconds. Enjoy! Your feedback would be appreciated.

Are there other tools you'd like to see from Iron Software? Reply to this email and tell us what problem you want to solve.

Iron Software Development Team

Facebook (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VX84LG5BnwgpVHzdv84mqD1MW4nNzqf51M94bN7bK2_M3lcq-W8wLKSR6lZ3ptW1GWZPc1vR-V-W1Bb16T6PfCpPW6V861Z8P3N-ZVRLtlh4Wh7srW3-GpBY5ZRWXBW7W2Jbg29sBTMW363N6b2xZNh0W6X1M2Z3XfMdNVXfzVX3QNbcCW6b5vmm4zG4n1W4gcpD29k_KBcN2PDsmQQtfgtVndT1s4013kYW4wL3rL2hKVk-W3q1dfN5g8v-qW3xcjN04h2hk-W7nnNP25v8Y9SN78zYG-V6VMJW7LG2xP7TJ2ByVFMBXz3YlsfGW9dXZkH3ftx3BW7lBdd131nYrjW8TdVxT3HHZNNW4sHP1n5BYLxPW4xYrGx2ZWsZDW6KgGb16BgJxSM1Dv9CZntqBW5JCVsR6vsbW7f3tP6Vz04 ) Twitter (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VX84LG5BnwgpVHzdv84mqD1MW4nNzqf51M94bN7bK2_M3lcq-W8wLKSR6lZ3pdVwkw3L3n3Pc1W9lJ73Y3r1kGbVH9gsK5qwL4VW4ggyZ62JRKxRW3Bz2Vr3q6HclW8gP56D7DryXmW8B7h-33dGJQlW39rL_91p-NgZW9k2LRm15vsZLW330tZy1bRDPrW2nd6Gc93QsdfW46pSG4493Cg5W57Qy8T8CzpQtW15kXRj6p6zpKVFsr1B5lp_wzW19r6tC6ny5TJVrPZb595CYX0W7r1sW17YMKtPN8-V3Z8ZZwqpW4x_jtl7QdHCcW1_HL2Q3chslPW8vflc35H58rRW5F5lW87x6Kl7W15SxBd33WyqtW3KqXHQ53zZdPW6j3_1P7Mk2nNW6yTHKK904bzpVYshpt7b1wY0f8VcmBl04 ) Linkedin (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VX84LG5BnwgpVHzdv84mqD1MW4nNzqf51M94bN7bK2_M3lcq-W8wLKSR6lZ3lLW34-GmX5DWwk3W4rxX1g20R8FBW62lNxw5XTKd7W6FXs4W4CLJHcW8D9J2d6hrDryW5WM66P2n7v1GVBkNSF6bfc3XW6cftq18_gHQ2W11WCYS235qySW7LSsWf2-4vfdW8L76g46FLFDLW6Kfytw3G9XjcW4Vbckb2ctJSXVN36cq71bvMwW2dWvrF6WhnKRW5-YBWN41GrL1N33Y92m6hRDxW6ZLvml3ndqMBW4HBcJX5Q2t3sW3_t1Lp6mpxjrVQ9kkw4R7rlQW6_8CSz1ZtKCFW30fQpk4z7Q8NW5qYNsp303-B0W8BJsCq5QTrCMN1jMT_2Sfc7qMR8YBnncXB4W5fkdHX8mMZFqf2Fn72s04 ) Youtube (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VX84LG5BnwgpVHzdv84mqD1MW4nNzqf51M94bN7bK2_M3lcq-W8wLKSR6lZ3m_W47Z4bv2vnH-qW418JBX63mKCfVGB0vW95c0P_W8Wg8242RZhnqW3Vpl662rHLPQW7BNdjz4dh_ycW5zmKjg5_rrJmW81qm2c2RmKxVW6hyhGW6NmhghW8r2kZg1YHxCCW4Tq2_H5c1FZyW79DhNT5yHTr0W3Gtp9t3hNZ_3W7FDD1g4Sck4rW5Ny71s3Lv9S5W1PfdyQ1RgpQ0W4187Y31PWg-FW2GHhNX89Bcw2W4X2_nG4RTB2GW3czN0r32CvBJN95mMhhtbHStW2NkWyS84J1XTN5HS--2VMk3zW6yf4dZ3K2kMsVD08gK3g6sd7W15hBGD5LG_knW5RRZwQ3bQ2xKW5l81Yh2Mfp4Jf2mRM1v04 ) Email @.***)

Follow Iron Software - Product updates, How-to guides, Special sales, and more!

Iron Software Company, 205 N. Michigan Ave. Chicago, IL 60611, USA, +1 (312) 500-3060

You’re receiving this email from Iron Software because you registered for a free trial, joined our Slack channel or participated in an event.

If you wish to be removed from our database please reply to this email stating so.

Unsubscribe (https://hs-22630553.s.hubspotemail.net/hs/manage-preferences/unsubscribe-all?languagePreference=en&d=VnBf_V5XrhDMW2p76LK3-1rCSW3H7N6P3SCrv0W47mVX53S-0BhW4fJGxs3HcRMVW1SBTzq3KbsvFW3R0gmn1SryNDW3JP0gk45RlhdW3P28X24hCPvhW43T2Qb8yHfr4W17f7hv94lQcrW8-wj884YnbWbW53C7qw6zxSvtV28Tfr5rCSWSMGKd_P20N52Vq77xy81x4NqW3nqj-t7JNYCT4hhnv1&v=3&_hsenc=p2ANqtz-89R-297DZAPf6y6alpMxOmZ4H511gFG1fCvoFbGQ3HCD__oXnKaIQp_jrsK-sCG7MevG92NVfLuJ2kxlfmjKxdaPeKvOHrZfbF-581W9iX-esUo9F0j4L_O4T5iteEKaLgOrLgazQs9LtU5radu2SWKBJRzg&_hsmi=268713027 ) | Manage Preferences (https://hs-22630553.s.hubspotemail.net/hs/manage-preferences/unsubscribe?languagePreference=en&d=VnBf_V5XrhDMW2p76LK3-1rCSW3H7N6P3SCrv0W47mVX53S-0BhW4fJGxs3HcRMVW1SBTzq3KbsvFW3R0gmn1SryNDW3JP0gk45RlhdW3P28X24hCPvhW43T2Qb8yHfr4W17f7hv94lQcrW8-wj884YnbWbW53C7qw6zxSvtV28Tfr5rCSWSMGKd_P20N52Vq77xy81x4NqW3nqj-t7JNYCT4hhnv1&v=3&_hsenc=p2ANqtz-89R-297DZAPf6y6alpMxOmZ4H511gFG1fCvoFbGQ3HCD__oXnKaIQp_jrsK-sCG7MevG92NVfLuJ2kxlfmjKxdaPeKvOHrZfbF-581W9iX-esUo9F0j4L_O4T5iteEKaLgOrLgazQs9LtU5radu2SWKBJRzg&_hsmi=268713027 )

IronPdf commented 1 year ago

Dear Hey, We are thrilled to announce that Iron Software is turning 8 years old on the 8th of August, 2023!

Email Banner - EcoGrant (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VVwP_q1pYWQxW7VC8yB38cK7QW7jDgJ351YVPmN8LB05M5n4LbW50kH_H6lZ3mHW3GnVNn1tG7WnW4ZknfM2PCsjZN5w43nDVyszsW2cVlL9392jb1W10Zbs35R_7xPW3h2n8W3cJ7TtW91GYWB22XWfjW3QF8QB7zRm9CW92zvlw97Nty_W69DBSW7jxfhcW2Skg_r7q9FlbW2B94nK3pjdn8W90ydrR5nNgTJN64NgC34JKV7W5vR7y82Fw6wPW3vBkJL5d2wFDW8XP4z_1jYfclW3_FNJD570zYrW39nLtP8D-rRtW6lb7FR9hclRxW8Sb8gJ48BStxW4Hb8ZZ66ZWLwW30ZMBv7MqxwSW8DLYsN3_xC_XVyq3nv95QsRLW807qn98Hk6c4VhH5fT2r1c1tW6MPWq-15b0ZLW5p7RdF8bR002W2SbRTy9cyYH_W68k-z-7k0BCgW8k72lp3bdrwcf65_hvC04 )

Dear Hey,

We are thrilled to announce that Iron Software is turning 8 years old on the 8th of August, 2023! It's a significant milestone for us.

We started in 2015, with a single product. We’re proud to have grown our team, customer base and community - now in 95 countries worldwide, getting support from our global team 24/5.

But, we want to do more.

“I’m thrilled to share that we’re launching the Iron Software EcoGrant. This gives our current and future customers recognition for their support to the environment - as well as 5 years technical support,” says Cameron, CEO, “this means their project can be as sustainable as their practices are.”

Apply now (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VVwP_q1pYWQxW7VC8yB38cK7QW7jDgJ351YVPmN8LB06F9k9LzW6N2M5R6lZ3nFN3F7ByG8GnvPW6tQcnt7BF5cDW41yNfP2NzFj7W4QDb5-5w8YjTW944VN15MLmj7W2bhnSc1tN_v3W8VDv_2364k4JW4MwpdT35xvT2W7w1D_L8v7KrGW8xYzgW6plRFSW6pPZWl9kT4QtW5CgMjP4qMV9gW7Zhjmh3Y2CnjN7FY5FWLRmPNW64kPg713TQ35V6-gtx8bNF-TW7TVzCk5NzDbGW8j2gzs2y4y33W639nmB120MjcW8lGB1m6xHdkzW4Sbvdh6PBpw4N4Xjvg-3zwkMW2M3L_L1mQ266N2lQJxMqLcXlW8F0_BM68j8dgF6YHq7kR_XqW7B6TDk7d82FyW8jwDPt4zLBSgW2_xFQ71LqgRcW7VR4Kk4zQ7MJW3L2fvq4ZygRyW4TfT-z5nR7XVW2R1-cV8sqHkDW7fhCYV29jr-RW6H7p7-3gcx8WW7vGJYl7spQk0W8PkszT7v4JpCW4mxd0Z7zj_WqW4vDnr271WcsPVPKmbF6Jr9gTW7vKTgL8410KSN7R3Nb_pHRY1W4TqVt73qZjdXW1M6mVP5sWvgJW5cS37L5hc1_3VJ6FKR6MbFD8W2R5vDy7cd9-rW3QW76C2wm0vyW8B2trl6-lx5qW2HpBKw5-Pvn9W9hr33S1PfT62W1HvHnc1fs2dHVWLxsx6fvcL9N2c4KRLjVr3vVyGLz-2vnqK7W3MWMzt1RHKfFW7j2QYd77--McW6K-Vm0152jFvW1K3D6Z5g05wyW7KYN_R7vVtGhVTqKQj6xrVhgW5RZ3TP66nF0BN78z57d8_Y-NW1Z-w_y6lrsq5M8lJ0l22vrTW7h2Tzm6PVx73W4WHJl553J29tW93qmnG5G6sZWW2-Kb-g1fwP-dW4qJ5Rp505LChf6HwMhT04 )

“In the last 8 years, I’m proud of the way our team has contributed to the .NET language, and the way they’ve launched new products and supported our customers in new ways. When we asked them what made them feel proud to work for Iron Software, they said our continual donations to cleaning up oceans and waterways worldwide, to #TEAMSEAS, made them feel proud. In large part, that’s why we’re reaffirming our commitment with the EcoGrant.”

Happy coding,

Iron Software Team

Facebook (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VVwP_q1pYWQxW7VC8yB38cK7QW7jDgJ351YVPmN8LB07R3pyd0W95jsWP6lZ3mgW2t32Cg5NzsDNVr8_gg52xjSLW68Cq2R50rHkJW2bbwwc1tCKV-W1hNg0r3fTyTVVYtczn1wTBNDW3mRq5x1WQ5b6N7NzzsfPM5nVW6V7QGp7zXLqPW8RcpyP9k5n0ZW102yC44fkk8dMlj-J-G2sYdW45KGPD4GCgQBW6B1bs_63WzHQW3XD1hN6tWlrcW2Qbpj96NC5qZW5gnKry2Vfb4PW6p0r9X1B2p3hW1Qm1jQ8m-5flW3Cx6976x4Gn5W4Fsjjs5p-DhcW7kTj-F8wkDBCW2KjP3G4hy-1jT5QKV2Pv6ryW2Pp_G38m8sHtW90-vhJ25fwNLW60PR0_4xym8wW3zh0Wt2Qv02mV2Y3Nh8hcFhhW6DVGZN8nkH-8f6tmbS204 ) Twitter (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VVwP_q1pYWQxW7VC8yB38cK7QW7jDgJ351YVPmN8LB07R3pyd0W95jsWP6lZ3pRW7pM3tv50LNp0N4SqTk_FYn0MV9pZMQ8yP1wPW98pzCT1f6Fv8W4Kyy9p4wkgN0W9jwB-J3tTWdpN9cK5XRz1LFvW91dV-z4Tw0ppV6SS57333hx8W6w2K9D6S9JbfN7j1Q-mvKz9nN17pwB9Whh4YV-CvCR45yg2WW23Cv373HFsJGW1cyyKs3H_9RHW1qdDGd41dFtcW582TZ698xWD-W4wc3j5507_fFN2TXybfWY5H4W6LyrCN6Jf31yW3tKGN26Zv3jMW581hwQ7ZQ3tFW6X4b-r5Xd90xN3ZC7gKqq9nrN4gBnpNJYLqkW7552Rw7_wzXLW4YcX8v18hgSpW4cNLR-1l7M26W5kDFC55q8NPxW6pFz_R30r3xRf3m7MtF04 ) Linkedin (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VVwP_q1pYWQxW7VC8yB38cK7QW7jDgJ351YVPmN8LB05M5n4LbW50kH_H6lZ3lnW8pZjdg6xw-MLW3yNZVL64xW7wW7kHzz15BLp5DW2_NX4k3_n3t2W2MTc3k4NVldpW2hnsH384Q5w-W5TCpRQ6lxplZN4R_VBHsw2-cW5mxVx91M1kqFW5bQxVS7fFRSfW3wXyCf817VyWV2tDH41tL6ZYW8f1_jm2x2hWsW3fdSYy8xD9H1W71m2_47QSNxRN3ljnZ4T4GbDVDMmxl1TGdd5W9f2dB04lVlWVN56trrfwp4C7W7Qnn7x66kMhQW7J3-K_95qLCXW3wwT4d7wtR0FW1d0sFn2-x900W2x1Nq48jg82tW7w4P2K2G_0VNW2RNM3X7sdMfhW3V549Y4nVdkyW1lWP4v1dBkpGW8pclFc8S-7-nW6VwpLV4RSnZtW4WtlzT6w9qdzW1n1KKj2vzG6kf28Xm8d04 ) Youtube (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VVwP_q1pYWQxW7VC8yB38cK7QW7jDgJ351YVPmN8LB07R3pyd0W95jsWP6lZ3q1W26NlTX6vckPLW7XfJRp5X5TbYVL0CWx3BlRkfW7Fpzw17VC6kkW5R507z1bfTZLVCwtCX7N8WpbN6bVWsYbLd7YF4vWlDV2-4PW97s1JC8-1vsKW67rDNK3n-v9sW5598TD6x2xdYW2w0hHT6jtkcPVL2qly7nwNCMVlhs7D60B5lvVx9WPk2-2zpmW5SbM824fS1g_N4fY_ZWnMD05W10FkdD91zszgW6TSkgx406NH7W1RVfJc7jmd9rN4X-W5-Rb9HYW7pgntK4BkbjbW3vnTFf3WsztVN3Tv3JvW10C3VfPkVZ5NZVzRW2L0sVj6n7vskVzx8hg4nG-hrN5B1fjDHFfbdW5PCgTx4GXp7RW7WZGP81SmSDmf1MPPTn04 ) Email @.***)

Follow Iron Software - Product updates, How-to guides, Special sales, and more!

Iron Software Company, 205 N. Michigan Ave. Chicago, IL 60611, USA, +1 (312) 500-3060

You’re receiving this email from Iron Software because you registered for a free trial, joined our Slack channel or participated in an event.

If you wish to be removed from our database please reply to this email stating so.

Unsubscribe (https://hs-22630553.s.hubspotemail.net/hs/manage-preferences/unsubscribe-all?languagePreference=en&d=VnzSxf5XrhDMW2p76LK3-1rCSW3H7N6P3SCrv0W47mVX53S-0BhW4fJGxs3HcRMVW1SBTzq3KbsvFW3R0gmn1SryNDW3JP0gk45RlhdW3P28X24hCPvhW43T2Qb8yHfr4W15gBJz7l9-HMW8m9LzF6ybf3DW5N19434T08MHVXbYrX5L0GmnMXk_7Qbw7VnW3kN9R42y2dLtW1Y_PJN7FW3Rf39y52&v=3&_hsenc=p2ANqtz-8R6fYB7AUB6WeQQZZdezIWEiGHsbBYtUhXDkxulk_qlui2meXTNGzEo6M8yxL0OOxPDAPcl32em4iNhSYTC79chbJEkrfo9CblqOf3LKXgU7qqlkS17083eLT_A4h9qAdp50FaR7skbsHzf9c-HP4Sdg_OnQ&_hsmi=269412162 ) | Manage Preferences (https://hs-22630553.s.hubspotemail.net/hs/manage-preferences/unsubscribe?languagePreference=en&d=VnzSxf5XrhDMW2p76LK3-1rCSW3H7N6P3SCrv0W47mVX53S-0BhW4fJGxs3HcRMVW1SBTzq3KbsvFW3R0gmn1SryNDW3JP0gk45RlhdW3P28X24hCPvhW43T2Qb8yHfr4W15gBJz7l9-HMW8m9LzF6ybf3DW5N19434T08MHVXbYrX5L0GmnMXk_7Qbw7VnW3kN9R42y2dLtW1Y_PJN7FW3Rf39y52&v=3&_hsenc=p2ANqtz-8R6fYB7AUB6WeQQZZdezIWEiGHsbBYtUhXDkxulk_qlui2meXTNGzEo6M8yxL0OOxPDAPcl32em4iNhSYTC79chbJEkrfo9CblqOf3LKXgU7qqlkS17083eLT_A4h9qAdp50FaR7skbsHzf9c-HP4Sdg_OnQ&_hsmi=269412162 )

IronPdf commented 1 year ago

The CTO (Chief Technology Officer) job role can vary a lot, depending on the company.

Email Banner - Insight (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VW5b_22P7RrTW3qJ4_q9lSJqrVkMXxJ53swyKMcSJRb5n4LbW69t95C6lZ3nlN1WWwm63M19yN8CCQN7bHL31W4F7MMP6Hx5YkW928FMT68zkkyW5ZtRm31QWBhVW8vgDxp5DPxZKW91Z5nf6QzhP_W3TtkHB3qFmKPVTgPR51MFXxwW7F8Kxk7t8qnqW3DvtXd3YBxB1W4F_x_270JjCBW4XpbBl2QgLS7VtkqTK6rS3QVW1FSQ8b5R2LtWN6Gh-9Wd2KHwW3kCgKM8NScgxW9hQh_-3wmY5vW8R5wFQ7cJ676W61BBHT6tyz79N3xc_tsFPbsqW5wWck13jTWttW6Hnbnm6H05TnW8x8qwy4G64VTW97dW9q5VBBMhW63N3CT1FXRs6W1QgzGp9j0R-KW8b6Mmx4yNRCRW5tqFyk6c_T9jW1jCr1w1pnYHkW6FtDj36P1zJtW6kKGfC1h6nN3N7hdMNvFXXJLW7tZPXY6YK8F3W5qClPQ7fBP0tW5zSlP44sxTxSddSWbR04 )

The CTO (Chief Technology Officer) job role can vary a lot, depending on the company.

We met with Jakub Chodounsky, a seasoned startup CTO, who gave us an insight into his day-to-day responsibilities and what he does when he fails.

Keep reading (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VW5b_22P7RrTW3qJ4_q9lSJqrVkMXxJ53swyKMcSJRb5n4LbW69t95C6lZ3nlN1WWwm63M19yN8CCQN7bHL31W4F7MMP6Hx5YkW928FMT68zkkyW5ZtRm31QWBhVW8vgDxp5DPxZKW91Z5nf6QzhP_W3TtkHB3qFmKPVTgPR51MFXxwW7F8Kxk7t8qnqW3DvtXd3YBxB1W4F_x_270JjCBW4XpbBl2QgLS7VtkqTK6rS3QVW1FSQ8b5R2LtWN6Gh-9Wd2KHwW3kCgKM8NScgxW9hQh_-3wmY5vW8R5wFQ7cJ676W61BBHT6tyz79N3xc_tsFPbsqW5wWck13jTWttW6Hnbnm6H05TnW8x8qwy4G64VTW97dW9q5VBBMhW63N3CT1FXRs6W1QgzGp9j0R-KW8b6Mmx4yNRCRW5tqFyk6c_T9jW1jCr1w1pnYHkW6FtDj36P1zJtW6kKGfC1h6nN3N7hdMNvFXXJLW7tZPXY6YK8F3W5qClPQ7fBP0tW5zSlP44sxTxSddSWbR04 ) .

Kind Regards,

Anne

Anne Lazarakis

Senior Marketing Manager

Marketing | Iron Software

+1 (312) 500-3060 (tel:+13125003060)

@. @.)

www.ironsoftware.com (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VW5b_22P7RrTW3qJ4_q9lSJqrVkMXxJ53swyKMcSJSH3pyd0W95jsWP6lZ3lLMhN312H_8wzW4l-fz04t7K04W27R6cJ8-GG_CW3_ZPwP3XpkfRW68gnYc2FZy8fW3ZBhb_5dJgt7W4jVFC4638LYXW6SprGM4PmvXcW922JMK26Pdn5W938XQH3t5K49W4XM0Z85wMcqlW1-wYpM5G9LTcW8yG2Yv4yXKQWW2h2nDN7wwVkcW52DRmy8sKFBTVH0fDq6V7cVmN2kj0MDM0C7ZW8rtwTp2pvV_QW8lqdYS2pbPxQW4X-jCQ1vF13XVBWSN24R-8R_N2VRCQ1z2DFCW2zfmsf3mMdjxMmlwTQLbrx-W5YgWlh1WVrPsW2RP0498YmzLqW7pZcpS1m6TSkN5RfBN8z6ZsfW6Wdlhr31sRbqVKZ3gW2pCtknf8WNn6n04 )

Facebook (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VW5b_22P7RrTW3qJ4_q9lSJqrVkMXxJ53swyKMcSJQC5n4LbW50kH_H6lZ3l1W66Gz4p6QFMd2W5H58fc1gs-CVVq1BPW7p003dW5g5Xcj42lrZcW6mb3N92vkwH3Vr4wsT2MHs7DW9fC6Yj3KllgGVVrvpP810ndsVxp3xv6h-pndW7d-gwQ8p5sGmW3gpDBT1HFZ-wW5zwWk14qLrj8W6fFLnX2FCX67W4T6DJG2FlzH1W4yRStx26pBTZW80Sfqv3Z__rcW5Kl0QZ43Njm5V4zT9K94kNywW5ZQnXq8_H9g8W3NF1lQ606c0JW5DwpYH1vSNgHW70_R6-4fFhW2W8FncxC5RfQCqW2vmMNd2k1GfsMSlnyFCJpdtW9chHhv3QZbfXN1VNxnBMp9VhVkYSgs5HCH1_W26RgLz83Kvs-W4hz6Sn1rrx8_W3LdB_34LvCnfW2ZcrT55lscvwf5y54hz04 ) Twitter (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VW5b_22P7RrTW3qJ4_q9lSJqrVkMXxJ53swyKMcSJSH3pyd0W95jsWP6lZ3p2W6MNPVQ1zzK6VN8mkQhqwzGPQW5-jS5K583DHyW6c8_kh6WKpG5VkQ8_d818tDjW3J7wFC1XK_PgW84dCPj2kMq_9W7mtmwy65hXH6N8JNndW5zkfQW5Yz2Yc4fxJYKW8p7y4t18KXLkN4XYzph9DGDHW5t_w4V4q1X0HW4DtWHn3LHHkqN328wPgVRxPjW9lVNpm6VWRFzW5LVGMy6BwjzrW7zpbGh16lp38W6plzBl71XYf0W5T-SwC9cCk2nW6PGSjL91Zmp_V6LwJ57z4qMyW82ml5P5f9-CbW2d1MxG6nNffVN7vhl-6T70HqW2wk6gk9klc9MW4Rw7Lb3S_tHdW41Z3Tf1WXHPyW4nzLkW5p2X_sW1GD6_z1mHMtsf7bwfKC04 ) Linkedin (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VW5b_22P7RrTW3qJ4_q9lSJqrVkMXxJ53swyKMcSJQC5n4LbW50kH_H6lZ3kZN4hmdGlTnCXNN8KGCtTpfVXvVGVGx06JTZT-W2B_QwG5_s9L0W3ckJNG4W1S4TW4X5Q155wZ9wJVygQ_w6d-QM2W5fTMdZ7LWH46W2cNjnV8xM-VbW72BH3h8LNM05W41xhqb82RfHHW1RctqP3y4RnBW1SQ2ny530v19W6950Y46-QDxbW1PW6zz8CQmsyW7w7NRZ4GKQytW8rr-l04nZhxZV8-d_-7tZDl3W6DhD6R5pczRNV5Fj8_3_T4kHW5jYvkN4SvftMW8h2JF25BL7x1N1TSrQMF-CJDN869B7vlRyFxN8TxxqhCGQzcW5krlPQ1ywHywW4FLsGq1Zbm5DW8Hs4F16-XWg4N139XPPhd4pNW606R5P2NFtQ7W6W_K2W4842SPN4cznXrcch54f6s4QxR04 ) Youtube (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VW5b_22P7RrTW3qJ4_q9lSJqrVkMXxJ53swyKMcSJSH3pyd0W95jsWP6lZ3lbW2vdr4T7vgsr4W9gPqSF66lcfSW3f-M0L2n-7x8W6WMtwg4_0cZdW6C4Y_X6kNGXCW22Ch926vYqVSW8NN9rL4P38njW2MSVpm2lC2pLW8V0Ptv4CsvwWW6lvlXL297nnCW3c-41M8tWCRSW6ZKH_l4tRNwcVhhZrr8_dfm_W1jGBY-6Jh7NGW5MdrQd1r-PL8W65xhgz54-7ZmN5K0_M5lFMdyW5-KZbh7Khj-YW3mvy035Yz6WqW5Rmv-X6mRTyTW38MFHQ7QqzbPW3nlp4y93fKYzN7s1QX0r-wG4V5CHM34xtksKW2ZXCBL79PGNfW1ncZzY7hlLcfW1_HDYm7yql0KW6qTQmH2996CxW8rP1d92bvW_qW5rLXJj3pkVSHdNrSkz04 ) Email @.***)

Follow Iron Software - Product updates, How-to guides, Special sales, and more!

Iron Software Company, 205 N. Michigan Ave. Chicago, IL 60611, USA, +1 (312) 500-3060

You’re receiving this email from Iron Software because you registered for a free trial, joined our Slack channel or participated in an event.

If you wish to be removed from our database please reply to this email stating so.

Unsubscribe (https://hs-22630553.s.hubspotemail.net/hs/manage-preferences/unsubscribe-all?languagePreference=en&d=VnzSxf5XrhDMW2p76LK3-1rCSW3H7N6P3SCrv0W47mVX53S-0BhW4fJGxs3HcRMVW1SBTzq3KbsvFW3R0gmn1SryNDW3JP0gk45RlhdW3P28X24hCPvhW43T2Qs8yHfr4W15gBJz51WWYZW9gqJC_5DTBv5W4KwyVw52412WVWpbBK6YcHH2MXk_7Qbw6DhW6KR8ys7K5bfBW2vwkNK9fdSwm38Rk2&v=3&_hsenc=p2ANqtz--E4WNl3XNArP2LivWNO9yjm7OkKI40VYCQ0uL0eaUsUl0pVq0uQ7bLl8yKvF63WSadNxo2wgeS7-N-NpjNVaohv7HCbqtdAkHfeBZuC5ObxS30QUAHU77_Ybh8R_gqQA6VvsjsuABLf9WtKoKts3auF15zWw&_hsmi=274360389 ) | Manage Preferences (https://hs-22630553.s.hubspotemail.net/hs/manage-preferences/unsubscribe?languagePreference=en&d=VnzSxf5XrhDMW2p76LK3-1rCSW3H7N6P3SCrv0W47mVX53S-0BhW4fJGxs3HcRMVW1SBTzq3KbsvFW3R0gmn1SryNDW3JP0gk45RlhdW3P28X24hCPvhW43T2Qs8yHfr4W15gBJz51WWYZW9gqJC_5DTBv5W4KwyVw52412WVWpbBK6YcHH2MXk_7Qbw6DhW6KR8ys7K5bfBW2vwkNK9fdSwm38Rk2&v=3&_hsenc=p2ANqtz--E4WNl3XNArP2LivWNO9yjm7OkKI40VYCQ0uL0eaUsUl0pVq0uQ7bLl8yKvF63WSadNxo2wgeS7-N-NpjNVaohv7HCbqtdAkHfeBZuC5ObxS30QUAHU77_Ybh8R_gqQA6VvsjsuABLf9WtKoKts3auF15zWw&_hsmi=274360389 )

IronPdf commented 6 months ago

Hi there,

We always love a good reason to brag about how clever our customers are, and what better occasion than International Women’s Day? It’s the perfect time to shine a spotlight on the innovators and the downright brilliant businesses we get to work with. Top of our list? Green2View (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VWvvtJ7816dXW3HCThc6HBlRzW97gBTk5bqMTfMmLVRY5n4LbW69t95C6lZ3m0VybKN01hGg9ZMqfD_Z_8QzxW8Ww-Fh6lwrPrW36QZQf8SX-fLW5h_dt15jTlJLW66F8q34HmYydW9lJfQ28xGJQLW1SvSwB8hr1hLW3lKGRD95Xp9nW7sKJNm6FG9G3W7_2LcT892pj5N2T7pqSTKcS9W4RdDsl5JlzCRW5SR9w124St67W5hmT-13RpMMzW8lXggr8fgslfN7ZJ2l3HbMVdW5FVKvr5Yfwt6N7XxnFQZzWr6W7-MgfQ6rlv0CW8wtxgl77K2xbW41f5z61gpC5dW1CHMCf846dTJW5xBpn65Q9TQWW3MVK-K41cPt_W74WFbw2jtq_nW5hqrVs1BDsPmW2NS_7r24TH8LVrtGxX8TTwMYVslT0V15hvPtN8c0qJ0LYk1kW31nv-G1wqHnbW6VxbTS7FgTZsW30wQ9s8TyqbCW1XVCFm3Gy1FjN5jYXL-K7Thxf2PQ44W04 ) .

This Aussie powerhouse is all about making the world a better place with their sharp focus on Environmental, Social, and Governance (ESG) sustainability. They’re female-led founders behind some seriously smart sustainable supply chain management, not to mention their knack for turning complex data into clear, actionable insights. And let’s not forget, their savvy use of IronPDF is making their sustainability reports not just compliant, but crystal clear.

Curious to see how Green2View is leading the way in sustainability? Dive into their story and see for yourself how they’re making a difference here (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VWvvtJ7816dXW3HCThc6HBlRzW97gBTk5bqMTfMmLVRY5n4LbW69t95C6lZ3m0VybKN01hGg9ZMqfD_Z_8QzxW8Ww-Fh6lwrPrW36QZQf8SX-fLW5h_dt15jTlJLW66F8q34HmYydW9lJfQ28xGJQLW1SvSwB8hr1hLW3lKGRD95Xp9nW7sKJNm6FG9G3W7_2LcT892pj5N2T7pqSTKcS9W4RdDsl5JlzCRW5SR9w124St67W5hmT-13RpMMzW8lXggr8fgslfN7ZJ2l3HbMVdW5FVKvr5Yfwt6N7XxnFQZzWr6W7-MgfQ6rlv0CW8wtxgl77K2xbW41f5z61gpC5dW1CHMCf846dTJW5xBpn65Q9TQWW3MVK-K41cPt_W74WFbw2jtq_nW5hqrVs1BDsPmW2NS_7r24TH8LVrtGxX8TTwMYVslT0V15hvPtN8c0qJ0LYk1kW31nv-G1wqHnbW6VxbTS7FgTZsW30wQ9s8TyqbCW1XVCFm3Gy1FjN5jYXL-K7Thxf2PQ44W04 ) .

All the best,

Anne Lazarakis

Partnership Development Manager

P.S. Do you want to highlight your own company or project? Reply to this email and tell me who you are and what you’re doing with Iron Software.

Anne Lazarakis

Partnership Development Manager

Business Development | Iron Software

@. @.)

www.ironsoftware.com (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VWvvtJ7816dXW3HCThc6HBlRzW97gBTk5bqMTfMmLVT63pyd0W8wLKSR6lZ3p8N58p816jKnq_N8vXD4m8vhZZW1V3YMt117b7SW8dQXl28qm0cNW5F09mK3-LvMXW8xbtv21TGLwKW95l78Z5vWB5jW2sgZV09855FTW7rQQhb9437NPW7PDRGW2jtvnGW5bfmmj3_K-nmW46RBKY3WBdYnN2y81s9-Xlj-W8B4ZlJ5MWCX9W3y2GMz2z1QFqW4vWm5q8KTVhpW48Bm_81c01dhW9fqhjk15qGx_W7GH88k4jB5j2W47TSjx4GHFG4W3WTvDc2y5vbFW1PYtZS9fTH6DM_Xz-jtKlyCW5pT7Pr8Jd2RQW2HlB1D3SBzJBW1dWQ0d1ywSS4V6G6md16P7L8W7dQRF-5xGCWYf6r6vBg04 )

linkedin_logo (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VWvvtJ7816dXW3HCThc6HBlRzW97gBTk5bqMTfMmLVTq3pyd0W95jsWP6lZ3mHVH2W0-8YbJG-W6ts2YP4DYyT-W5gV4QZ6lmlDQW7YZl2R2ltYhjW67xjpn6k16kYW6ttgV54GT7MvW3gRKv47b7zQGW2mbt-T5L21X3W7KRG0p7WW6zbW5vGDZ764Yhh3W3nX77T585S2jW4127H67vwMs7W4-8ds422sbCkW3WH2BQ1ZRPvHVTfnmy3qZSXnN7-trb_vlgf_W4T5x_V1C30klW4JVNxX8-ZvVwN6F84CrHkfmYW1t9Kr82vyZGkV8q_dT4rLwTNVC993d4jMjbtW9hPk0k20Qt9dW1ZcWd0537-k8W2b93H164ny7QW4vyc5r2TqPhkVJQMBM6dznzPW6sg1-Z5RfQfxW21zkjH8PMRf1W3v4Sn-16RkTKdwbQY804 )

youtube_logo (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VWvvtJ7816dXW3HCThc6HBlRzW97gBTk5bqMTfMmLVT63pyd0W8wLKSR6lZ3p-W1r7GNw3dlmffW92bg3g4-Kkb-W7sqbRJ8LkmryN5mQ1rn3yJVmW19ryNy1Y5kNFVPvzYH2rDlbwW1mhbVv6dYQWMN1hL9dXhJJrlW1d2FvV2Gb8QrW68SZtB56GjM_W4N4dTV2Vq28qW7SmfMs3qrJ9FW5yql9R5hkbw7W8SQzSs5s3mV5N4r_flcVt3BTW4TG0rv1-BRMXN1PhzGCZMxtKW18N0kv4JKPKSV48-xN9hCn05Vs6NWq5Z-MbPV1-cHQ8rLvNyW2gZtBm5KX2qmW7wyNhJ8BsxBmW9kMvzc5c5891W4y0D0w78gsWkW2mbQYd22zq6BN47nh1hcw9b2VR2Dmx1lmP-qf8x433l04 )

facebook_logo (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VWvvtJ7816dXW3HCThc6HBlRzW97gBTk5bqMTfMmLVTq3pyd0W95jsWP6lZ3nKV-_zTs7hvdt8VzlQsG5XwtGTW4SHZJj1f3C8RW6JRKsf8ZcSHSW6dXy5p6G0xbfW1q8rH61GblBTW97xj9n3WyrKmW5lHhX347DN6tW8bNHJ57Z-4kfW938zqj7myXxKVZRk13194QkhVNNQZy6CKBZxW3Qx-wC41K76LW3cgxSM13wTqgW84S0vQ31_WYRW9lkfqN8hLlbZW607VgM4v7S2PW4HRvCN57lp-yW87-HnJ8FNq3RW5x-4YB3bTPymW3hhWs62cXzWWW3gBYxw2G6BJ-W7YQ7KS6Nv-nvN5d80lFxZssdW7y90WM1j9QDpW7GXqyk2M_k1bW6MBSP-3zjQyTW8F1x1H4kS3ZQW1tfzbn8FQF3kW3H449z2GpNx5f3FNRqn04 )

twitter_logo (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VWvvtJ7816dXW3HCThc6HBlRzW97gBTk5bqMTfMmLVT63pyd0W8wLKSR6lZ3kzW1b8cSW5C8gdpW2ysN0Q3gd7QXW456qMT3wt19NN5XzV9fbdlfXN5cGZwZ12F0wW77y7tp1gG9PkW7fG2vT1RKbvsW1LcfPZ3P3RtTW77VNTk4tKxBmW2L1Jwp3ZMN_WW216-5y7mCwxYW1mDZtS2ZH6HSN5S3wY2CSV9NVMZ2NL5yPW6cW6GLLt32Gx_W8W4HmLMy3XqWyjW111gPX6KpdKXVZhnSr7Fh0VGW16mTRP49b2HkVlwyXx8mf12TW4rJ5wQ6RnPvSW41M0Nz7LyTVlV30yLh7r7C4dW8HnkfS3vk4dPW5rjpZP61gSm3W3CbztR1KfmNfW1HJ8YB8gFjrpV59nwt5S6C_Kf5P45--04 )

github_logo (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VWvvtJ7816dXW3HCThc6HBlRzW97gBTk5bqMTfMmLVT63pyd0W8wLKSR6lZ3kYW4_83G44JLxJhW86g1Z-80-LYRW1tJ7dj7ykzhgW2V5JLt1C21z6W8VkHfm3MRjVZW6rD9Vj6PXnv_W1Mcvf76VywckW3ZYk1b3nJXywW7LG6cz4lmF2yW1bppNg4XXDpXW83GXmK3ZLYjHW9h60Cw3MbPRjW7BZKZ96PhxYzW60pFn-21jklyN30W7BKFgp0gW5xV7Xw14PG6wW5Nzj9R3XbMhHN96GmyPwjzsjW8CndSy5q1gPnW1Mf2_n1wFPb1W7vTryj4Nrw4NW7kz0QN6J7v-6W3jh5bC3fpcLMW1y797p55tSssN8vhlz_418blW3HPzKw2FQJnDN7m9Hyfgy8kDW940sZ915h5Nff7Vk1jn04 )

Follow Iron Software - Product updates, How-to guides, Special sales, and more!

Iron Software Company, 205 N. Michigan Ave. Chicago, IL 60611, USA, +1 (312) 500-3060

You're receiving this email from Iron Software because you registered for a free trial, joined our Slack channel or participated in an event.

If you wish to be removed from our database please reply to this email stating so.

Unsubscribe (https://hs-22630553.s.hubspotemail.net/hs/preferences-center/en/page?data=W2nXS-N30h-H8W2CL25332rFBNW1-X85038shjpW3jrvVd3BW2mBW2YshnV38c2VdW2CN_C_3z9D3mW3_HcsF1LkrVbW3z2-qV3b8H4hW3dp1JD1SvQ9LW1NG7Fk3VM5vjW2zWQXf2p28VHW1Ngntn1QbL-JW47Wg6z3NRwmwW4ftZZm1BBZ1xW2Pygwq2xX3g9W1Lm-Fr385GcCW4cj9P-2F-cncW2D0pKR2Tyj8HW213MYp3_wmCGW2FGzj_2nX1jfW3JSGy74pHMMfW2B0jzj49zy5pW4rGRxp49zw45W4kHmPn45HprHW2MXwgb1Lg3DYW43Xx9N3jmhYMW45FMC741CbPBW3bm5T52RJRQ9W4rxl3X47R14yW4pDWB432nRP5W49D4ST3GSsRMW2F-CVK2PM8FgW21b19L1_qfdqW1SkKT22MBYXYW218Nkw2PBLCWW2-kTTJ2KJf7VW1QDj4H3DNzXRW1_n5Ph3JT-KXW2w0GQt1-XfVWW2qC80q3Fh31LW41Q2NJ3yPpXfW32DLwT47SmYMW43F3yC4cLtwFW2w1rrc4ttYWLW30lyny3Z-dMKW47NzfK1BmzSpW2vRKZB2zMV3wW213kpF4fK4qBW43WgMt3dh_zmW21qTnZ1BGP11W2YcR9X3Zr0J3W257sRc3ZvPFpW3BV5qG2RP0xxf1ND05-04&_hsenc=p2ANqtz--IxFtsWV9OOeP7gQ1IArff-9JhynFAOJ0_8fq4HYNY17sCeq3Y4XyroI8gM1WeNIvWNvBxqJODRbpPSW-Syjbpr9ZhCi7uNX4uKz1OJOWtQrzAjLdULXzDo8Cv3kjIazFLSDNptqApQ6YBF80tgBZUiYkH4Q&_hsmi=297320945 ) | Manage Preferences (https://hs-22630553.s.hubspotemail.net/hs/preferences-center/en/page?data=W2nXS-N30h-H8W2CL25332rFBNW1-X85038shjpW3jrvVd3BW2mBW2YshnV38c2VdW2CN_C_3z9D3mW3_HcsF1LkrVbW3z2-qV3b8H4hW3dp1JD1SvQ9LW1NG7Fk3VM5vjW2zWQXf2p28VHW1Ngntn1QbL-JW47Wg6z3NRwmwW4ftZZm1BBZ1xW2Pygwq2xX3g9W1Lm-Fr385GcCW4cj9P-2F-cncW2D0pKR2Tyj8HW213MYp3_wmCGW2FGzj_2nX1jfW3JSGy74pHMMfW2B0jzj49zy5pW4rGRxp49zw45W4kHmPn45HprHW2MXwgb1Lg3DYW43Xx9N3jmhYMW45FMC741CbPBW3bm5T52RJRQ9W4rxl3X47R14yW4pDWB432nRP5W49D4ST3GSsRMW2F-CVK2PM8FgW21b19L1_qfdqW1SkKT22MBYXYW218Nkw2PBLCWW2-kTTJ2KJf7VW1QDj4H3DNzXRW1_n5Ph3JT-KXW2w0GQt1-XfVWW2qC80q3Fh31LW41Q2NJ3yPpXfW32DLwT47SmYMW43F3yC4cLtwFW2w1rrc4ttYWLW30lyny3Z-dMKW47NzfK1BmzSpW2vRKZB2zMV3wW213kpF4fK4qBW43WgMt3dh_zmW21qTnZ1BGP11W2YcR9X3Zr0J3W257sRc3ZvPFpW3BV5qG2RP0xxf1ND05-04&_hsenc=p2ANqtz--IxFtsWV9OOeP7gQ1IArff-9JhynFAOJ0_8fq4HYNY17sCeq3Y4XyroI8gM1WeNIvWNvBxqJODRbpPSW-Syjbpr9ZhCi7uNX4uKz1OJOWtQrzAjLdULXzDo8Cv3kjIazFLSDNptqApQ6YBF80tgBZUiYkH4Q&_hsmi=297320945 )

IronPdf commented 3 months ago

Hi there,

I hope this email finds you well.

I'm writing to you from NDC Oslo.

If you happen to be here, please come and say hi! I'd love to catch up and hear more about what you’re working on.

I've had the chance to talk with developers from several companies, including those working on ERP systems and enterprise software for clients. It's interesting to note that many of them are using React.js for their front end and C# on the back end, rather than Microsoft's Blazor or MAUI, even though they are on .NET 8.

For those who aren't attending this event but are interested in future NDC conferences, I have some great news. We're opening up our partnership program to include free tickets to NDC events in all locations, including:

This initiative will provide a unique opportunity for IT consultancies to attend these prestigious events and gain valuable insights. Additionally, it includes the option to co-host a stand with Iron Software, allowing you to showcase your expertise and engage with a broader audience.

If you're interested in this opportunity, please lodge your interest here (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VWrl9S8CMjFnW3Wyk6-82PcgLW3_3yVc5gcKtvMDyKnK3pyd0W95jsWP6lZ3nHW6_bywZ97CM-MW40fwlV2yX3KRW3LVzm_3B09WLW68PKbR7Kp1w6W5VfM8T3K_tG8W1MyzFM7q7qVYVdzVpY5-wZtdW1SCgjF4dXDcBW7__lN26R8f5vW7w16R-187X-TW4XX8hm5qm35VVD1YZf5zKJ3YW4gRylZ5R40ypW93J1sH44kwPyW8YcsQl8cdKSbW4GdMGP2hkRSDW8N9BJ160C5q7W8sFvNC75xzjlW2nj5qh1BQlWRW3vlKYF10YHLXW6Tmfk565Z4wDW3D34-Y5c42L0W6hYmpP3qKb8SW49sqP32Z6DYGV4KJ3D5Gy_B7W8TN8gh9jNL3CVFF2BT20sgnbW14q1MF6t0yfSW1FpL-n27GYx9W2mQ7XL6KsgkBf4tQ4z404 ) , and our team will reach out with more information.

Best regards,

Michael

Michael

Software Engineer

Engineering | Iron Software

@. @.)

www.ironsoftware.com (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VWrl9S8CMjFnW3Wyk6-82PcgLW3_3yVc5gcKtvMDyKnq3pyd0W8wLKSR6lZ3lzW5Fh64757bHPGW2gCjhQ5_plKbW4NfCJn8Q6mccW4Rfyyc4h_02qW99GmmP265vdfN83dM5qdQzQsW1Vw9704gZ1z9W1H5RXk7qvHCqW8KlwnK6GtpYzW1T0hQM95vYKcN3K4DJ3zNj6lW55S6MR6jQ6P0W8rmLCZ8xyKvNN6M54FVqFsnsW3b30tS3D4rfBW7vj-7z6z_C3fW168HzJ5qyXcMW3nks7X4PGhtNW6gK78M5NHPxBW10tVkT3dHznqVQY6Vl7lNWxvW7pYXH_42M6bqN6Rf4WfgkNMxW3Q1VqM8053zYW8-2srT63nqCGW7s5PNq21fKP2W19c3pn67__KxW1LsqFf1Pt71_f4P3KY-04 )

linkedin_logo (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VWrl9S8CMjFnW3Wyk6-82PcgLW3_3yVc5gcKtvMDyKnK3pyd0W95jsWP6lZ3nwW7PGPnV1JR8KpW2x8gby4bL210W3-r5_F1P-66QW5mFPhd1pb7q6W2xN_bW1GYBybW3pMJwZ1mdyMpW66GP0h4F2B1pW5YFp9F2JhdpHW1hYs4J34kmgYW81Tl431VJKc9VHGk7x3sxGBTW6kcHYN2bmmPHW7RF6wQ4CvbJyW1KGfBD4f5HLCW1b9spr5WbmY3W5BVkmJ5nKL7mW9m48Jg8QKyL7W45mpVt1G0lmCW2z_hb34742D-W5twg8N66ff5pN4wYB-cMCg2HW80TXPz5sw701W8V4gSF8C6N1gW5yKpqh2qHVv9W3PrH7J25qJgZW1HjPRw7xjVgwW6qvM3348t8bhW5Zg4-c1jWt2PW1wT4k03yy74vW7PpySH3sGRfGf5qQNdR04 )

youtube_logo (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VWrl9S8CMjFnW3Wyk6-82PcgLW3_3yVc5gcKtvMDyKnq3pyd0W8wLKSR6lZ3kyV85TLw6q-5NTW6V24t22HZD7PW13NXmk7mQRb8W75XNt544Sw_DW6Y3SLV3VfcQpW6Jpjtp7TT-ZqW6b7Rds3SkQhSW2Vcfmg1KTbrLW4FnPx11KJV-1W4fB43_6zpC9fW19SsBd6t4zjtW4spxfN8TLJNVW8KXt3B9fTcXxW5KKXkk1tD6pPN8RxDtj38WSDW2-b-ZN6XkrCvW2NLBMB2zRnblW5XvQ0W3FGqGfW1dyMTb7cJldwW78gT-g6pZtzzW3dgKY67v6msLW8Zcv9v8tL7wXW3B3LqG2DCpnrW48nxf72sszZRVz2Ct41CMWzRN11RgX2CnYyGN3vzfMLLPvLBW3yh8-k9bR4DmdJrzl404 )

facebook_logo (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VWrl9S8CMjFnW3Wyk6-82PcgLW3_3yVc5gcKtvMDyKnK3pyd0W95jsWP6lZ3p-W6tSLHh2z-8cxW5DR3RN5B7g9rV9X0kc531hWYM83NHG4GHR6V5bTb82JB5cYW6sKQ178HRWJ_W4nfyL_2QSMQXW4cCswQ4HmkLTW5K-4wY4b-5KrV_fcH670l_01W67sy636snSqMW1M19nZ7RhmHYW3FGNjH4Y6D0cW8RGLFq2snZcMW1XxcJP4P5_1sW3BQmhm4YlkkhN1Szdmt-pVN4W7S-4BL4jXfDYW2k7yqW41kcv9W1tM_jt82Cxd6W7dcvvn4bhM2-W4yntgr7c5cyBW63FFtf15j1MWVXHRTp1T-9LcW2QBHW73_mgltW1kmyyQ58rhBXW7pyVnc86KrRzW2cMGD41rGwBwW8gd-7221b8M4VXrcnB76yS9jf3XsfMd04 )

twitter_logo (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VWrl9S8CMjFnW3Wyk6-82PcgLW3_3yVc5gcKtvMDyKnq3pyd0W8wLKSR6lZ3lYW2Qq34h6_-VRTW8XSXLV3ttRy5W88Fk-D6XpcYGW2wZpCq5y0zYMW4m86zz8jJLfPW3rvv4K4g0R0gN2fY7h1FmkvNW1mC1-b6gLrV5W90tmWJ6K_P5gN2MPnYXY2yrQN5GXJRLl1r6mN1l1Hq-FR_HmW7nfK_V8phdD9W17VySF4tldd8W42D2PJ4gQgv6W7sgd9j8Hy4_MW4gyRVN1MFKnNW4dhGNP2HXnvnN24StCL9H6gvW43xY_53ptQpKW7XR0pN515ZGCVtLjbw6MF9hFW6-0NSG1-WbT2W92pp4h8fk8Q_W2ll3Bp7fSdVkW1RspXC2Jl1fpW5BgSx65fhwq8W1LCDvk3F8G3Pf2bnvSv04 )

github_logo (https://d2GKRk04.na1.hubspotlinks.com/Ctc/W4+113/d2GKRk04/VWrl9S8CMjFnW3Wyk6-82PcgLW3_3yVc5gcKtvMDyKnq3pyd0W8wLKSR6lZ3ltW24SrW986_RfNW2pmHMG1QxwMhW4Pp7LX1gnDlpW7b06gd1469bTW1jFbH-1SCL3JW3kh4YR6LSkPDW5G0zxL2mdjslN5XQtj627XvsW1d0bL08SphGWW690WQv6ZFqGGW1sP-ch7T2NVzW2td_Qv722MGTW1zxVxv54GbbcW4HMq0893jJ-BW4sWZqG7Gs9VkVpr4Rl2DtYccW6PyD0y8BftxHW5LgrRN2ch_mpW66dbnq15vM2fW5qmLpn8_4frcW2twn723_4qdNW4S6pvg5LxRyRW4Z9QxD2tD1jbW7jSnWL53JhBXW6vyxnX8VF5zfW4Vh2S31MX_6GW8NxfBL4nyNM9W7YNrYD56Mdq-djQfJq04 )

Follow Iron Software - Product updates, How-to guides, Special sales, and more!

Iron Software Company, 205 N. Michigan Ave. Chicago, IL 60611, USA, +1 (312) 500-3060

You're receiving this email from Iron Software because you registered for a free trial, joined our Slack channel or participated in an event.

If you wish to be removed from our database please reply to this email stating so.

Unsubscribe (https://hs-22630553.s.hubspotemail.net/hs/preferences-center/en/page?data=W2nXS-N30h-MjW3NPqWC4hL68nW49MxNn2xN9XvW43DCQ84rfNnnW1Xdgnq3ggy7vW2RrHBW3GYT1CW3F5S9K3JYgYpW2RNwXs2MxbSYW45ylHQ1LvySYW30LjF42HGHlnW1BKdr41S3zsMW3Q_2qn4fpsMPW3zh12T238-XqW45DTtR1Y_ydxW45xRJ8211CZ5W24_z361_nFc1W20T3062PSwyCW1W-_6_2CvznPW4hxJ3Q3GLdH5W2nH9GW34fZZCW2Wnq5M4fsNTJW2zHlsD3VXcnMW2PTnH_3SZClTW34Bsfj3JRR2PW3jqJCl3_F5HRW1Qv9t53Sy2VhW2vMwMP4rGq6rW2nMLn43R1xMnW2qz73y49tvTzW3bqRRw3SKJG1W3b1JmF3XFWndW238BjP3F4-hYW3djSQJ257S-XW2YGYS64fHNHTW1Zflj84mj8lQW3T5rTF3gw2JQW4mktRn2WrM31W3grJGZ2sB6CcW2PNkSb4pDZzvW1V8jJN3g73zTW3jb9r62HrKzKW3H8bM125cJf9W3db9W032krGGW213nj334lYlcW3VSx-63_ZX9rW3S-kgd2WGJqDW2Ws7RV1L746rW1QkvzD2PQp38W4kG-Dk2YKWy6W1Zm4nG3HdKDGW45HlJS1Lm_mKW3VJ-jQ36xlnvW45n-tS211hSbf1Bq24_04&_hsenc=p2ANqtz-_8g4H-rkN1j6Oddfv_X6mrwezJPF5j7p42gcWcmpXOD4bXJ66LMjDLSvkotyBaDilIsM9f-lypiSg8OM15P3bJtP9WfEqZ_8W0YCZ68jHnm3uRbcjgVKybg--cgLmNc1FWcaYSX29ETrT3sVuzxMF9vH1WAg&_hsmi=311232523 ) | Manage Preferences (https://hs-22630553.s.hubspotemail.net/hs/preferences-center/en/page?data=W2nXS-N30h-MjW3NPqWC4hL68nW49MxNn2xN9XvW43DCQ84rfNnnW1Xdgnq3ggy7vW2RrHBW3GYT1CW3F5S9K3JYgYpW2RNwXs2MxbSYW45ylHQ1LvySYW30LjF42HGHlnW1BKdr41S3zsMW3Q_2qn4fpsMPW3zh12T238-XqW45DTtR1Y_ydxW45xRJ8211CZ5W24_z361_nFc1W20T3062PSwyCW1W-_6_2CvznPW4hxJ3Q3GLdH5W2nH9GW34fZZCW2Wnq5M4fsNTJW2zHlsD3VXcnMW2PTnH_3SZClTW34Bsfj3JRR2PW3jqJCl3_F5HRW1Qv9t53Sy2VhW2vMwMP4rGq6rW2nMLn43R1xMnW2qz73y49tvTzW3bqRRw3SKJG1W3b1JmF3XFWndW238BjP3F4-hYW3djSQJ257S-XW2YGYS64fHNHTW1Zflj84mj8lQW3T5rTF3gw2JQW4mktRn2WrM31W3grJGZ2sB6CcW2PNkSb4pDZzvW1V8jJN3g73zTW3jb9r62HrKzKW3H8bM125cJf9W3db9W032krGGW213nj334lYlcW3VSx-63_ZX9rW3S-kgd2WGJqDW2Ws7RV1L746rW1QkvzD2PQp38W4kG-Dk2YKWy6W1Zm4nG3HdKDGW45HlJS1Lm_mKW3VJ-jQ36xlnvW45n-tS211hSbf1Bq24_04&_hsenc=p2ANqtz-_8g4H-rkN1j6Oddfv_X6mrwezJPF5j7p42gcWcmpXOD4bXJ66LMjDLSvkotyBaDilIsM9f-lypiSg8OM15P3bJtP9WfEqZ_8W0YCZ68jHnm3uRbcjgVKybg--cgLmNc1FWcaYSX29ETrT3sVuzxMF9vH1WAg&_hsmi=311232523 )