TuesPechkin | NET wrapper for the wkhtmltopdf library | DevOps library

 by   tuespetre C# Version: v2.1.1 License: No License

kandi X-RAY | TuesPechkin Summary

kandi X-RAY | TuesPechkin Summary

TuesPechkin is a C# library typically used in Devops applications. TuesPechkin has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

The wkhtmltox.dll file and any dependencies it might have (for older versions, 0.11.0-) are not included in the TuesPechkin NuGet package; however, you can bring your own copy of the library or download one of the following NuGet packages that contain the library:.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              TuesPechkin has a low active ecosystem.
              It has 314 star(s) with 181 fork(s). There are 36 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 77 open issues and 107 have been closed. On average issues are closed in 69 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of TuesPechkin is v2.1.1

            kandi-Quality Quality

              TuesPechkin has 0 bugs and 0 code smells.

            kandi-Security Security

              TuesPechkin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              TuesPechkin code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              TuesPechkin does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              TuesPechkin releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.
              TuesPechkin saves you 125516 person hours of effort in developing the same functionality from scratch.
              It has 132278 lines of code, 0 functions and 148 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of TuesPechkin
            Get all kandi verified functions for this library.

            TuesPechkin Key Features

            No Key Features are available at this moment for TuesPechkin.

            TuesPechkin Examples and Code Snippets

            No Code Snippets are available at this moment for TuesPechkin.

            Community Discussions

            QUESTION

            Base64 string encoded Images not loading on the output PDF (TuesPechkin / Wkhtmltopdf)
            Asked 2021-Oct-11 at 14:15

            Fair warning: This post is a bit of an essay-sized question... So let me say my thanks beforehand to whoever goes through it and tries to answer it.

            Context:
            I have been trying the only 2 free-commercial-use open-source html to pdf converting libraries I could find.

            PDFSharp unfortunately outputs a pdf with a completely messy style layout that doesn't respect the formatting of the input HTML and sometimes doesn't output images properly. (How it should've look vs how it looks with PDF#)
            TuesPechkin (wkhtmltopdf c# wrapper library) on the other hand does it all right except for only outputting these odd "image containers" (a hollow outline of where the image supposedly should be).

            I declare the IConverter object upon calling my class' constructor like so:
            converter = new ThreadSafeConverter( new RemotingToolset( new Win64EmbeddedDeployment( new TempFolderDeployment())));

            Then I have the following method where you can find the GlobalSettings and ObjectSettings I'm currently using for the conversion.

            ...

            ANSWER

            Answered 2021-Oct-11 at 12:35

            I tested your HTML using NuGet package itext7.pdfhtml and the images didn't show either. However after some investigation, I discovered an issue with the value in the src property.

            In the src property value you have data:image/png;Base64. It should be data:image/png;base64 - notice the lower-case b for base64.

            After changing Base64 to base64 it seems to work.

            Source https://stackoverflow.com/questions/69524402

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install TuesPechkin

            You can download it from GitHub.

            Support

            It supports .NET 2.0+, 32 and 64-bit processes, and IIS-hosted applications.Azure Websites does not currently support the use of wkhtmltopdf.It is not tested with any operating systems besides Windows.It is available as a NuGet package for your convenience.It is built and tested around wkhtmltopdf 0.12.2.Even if you use the IIS-compatible method documented below, you may only use one converter/toolset instance per application pool/process. A workaround is being researched for a future version.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular DevOps Libraries

            ansible

            by ansible

            devops-exercises

            by bregman-arie

            core

            by dotnet

            semantic-release

            by semantic-release

            Carthage

            by Carthage

            Try Top Libraries by tuespetre

            Impatient

            by tuespetreC#

            shadow-dom

            by tuespetreJavaScript

            html-mvc-aspnet5

            by tuespetreC#

            pick-le

            by tuespetreJavaScript