Peter Abahoddabok.hashnode.dev·Oct 1, 2024Guide to Building an Image to PDF Converter with Next.js (Part One)In this article, we'll build a simple web app that converts images to PDFs. By the end, you'll know how to set up a Next.js project, manage image uploads, and generate PDF files from the images. In Part two, we will implement drag-and-drop reordering...DiscussNext.js
Anjanesh LekshminarayananProanjanesh.dev·Aug 20, 2024Convert HTML to PDFOne very frequently wanted requirement was to convert HTML to PDF. And all this while I was using mPDF which so far does a very good job in PDF creation. Though this one is PHP based, there are some equivalents out there for Python like xhtml2pdf and...Discuss·57 readsHTML5
Moustafa Khalilsharpbim.hashnode.dev·May 15, 2024Offset EllipseWhile using the offset function in the Revit API, I noticed that ellipses don't retain their properties after offsetting. Instead, they are converted to another type of segment classified as a Hermite-spline. How can I keep the ellipse properties aft...DiscussHermite-spline
Arpita Priyadarshini Sahoosahoo.hashnode.dev·Oct 4, 2023Angular Pipes : Converting the OutputWhat is Angular Pipes: Pipes are the converters that are used to transform the output of our templates. We can use Angular pipes to transform our input to desired outputs for the user interface. Inbuilt Pipes: DatePipe: Formats a date value accordin...DiscussAngular
Jonathonjonathon5.hashnode.dev·Sep 25, 2023How to Convert Word to PDF Using PythonConverting Word documents to PDF format is a common practice as it allows us to maintain the integrity of the document when sharing. In addition, converting Word to PDF ensures cross-platform compatibility and provides other advantages such as securi...Discuss·42 readsPython
Alex Taylorallr.hashnode.dev·Sep 15, 2023Konvertierung zwischen Excel-Arbeitsblättern und XML mit PythonXML (Extensible Markup Language) ist eine erweiterbare Auszeichnungssprache und auch ein Dateiformat. XML ermöglicht benutzerdefinierte Tags, ist erweiterbar, einfach lesbar und schreibbar und leicht zu übertragen. Es ist das am häufigsten verwendete...Discussxml
Nick747nick747.hashnode.dev·Sep 11, 2023Flutter Roman / Arab Number ConverterHello everyone! Today, we will be creating our first Flutter application. The app's essence is to facilitate the conversion of Arabic numerals to Roman and vice versa. The Logic First of all, as always, let's think of the logic behind the app we're g...Discuss·37 readsFlutterFlutter
Jonathonjonathon5.hashnode.dev·Jun 20, 2023How to Convert PDF to Word (Doc/Docx) using C#PDF is a widely used file format for sharing documents. However, sometimes we may need to convert PDF files to other formats, such as Word, for editing or other purposes. This article will share how to programmatically convert PDF to Word using a .NE...DiscussC#
Jonathonjonathon5.hashnode.dev·Jun 15, 2023A Simple Way to Convert Word to PDF in C#PDF is a file format that is widely used for sharing documents on different platforms. It is a popular choice for businesses, educational institutions and individuals. After you have created a Word document, you may need to convert it to PDF in many ...DiscussC#
Weensyweensy.hashnode.dev·Sep 20, 2019Binary to Hex ConverterBinaryHexConverter: This can convert Binary, Hexadecimal, Decimal, Ascii to each other.DiscussTips & ToolsConverter