Itext7 CSharp

Whats ITEXT7 ? Its help us to pdf things. create, merge, rotate, change scale size and give us low level and high level access points. Easy and funny to manipulate pdfs. Its actively community support and firing github page. We select change to 2 language versions. Java and C#. I select C# version and go on… more detail for features, click here : https://itextpdf.com/products/features Setup Library in Visual Studio with nuget package manager Search bottom lines and check the developer team name ‘Apryse Software’....

August 5, 2024

Hugo Basics

[edit2 (04.08.2024)] ~ Install Hugo on Macos Easy installation with brew, if your pc doesnt recognise brew, firstly install package manager brew here brew install hugo Install Hugo on Windows Easy installation with chocolatey, if your pc doesnt recgnoise chocolatey, firstly install package manager cohoco in here. tip : use admin powershell choco install hugo-extended hugo installation page ~ First Thing First Actually first of all you know how do start localhost your web site....

August 2, 2024

MarkDown Guide

Lets learn basics markdown with code examples. [edit1 (02.08.2024)] This post updated when new knowledge has reached. This post date will be first push date. Headers save the day! Heading 1 # Heading 1 Heading 2 ## Heading 2 Heading 3 ### Heading 3 Heading 4 #### Heading 4 Heading 5 ##### Heading 5 Heading 6 ###### Heading 6 Embedded Code If you add your code examples use this quotes...

July 30, 2024