Bibek KakatiforBibek's Blogbibekkakati.hashnode.net·Jun 4, 2021Generate PDF of HTML Element in BrowserHello everyone👋 In this article, we are going to see how we can generate a PDF of any HTML element in the browser i.e, entirely client-side. We will use the package html2pdf to generate the PDF. html2pdf is using html2canvas to convert the HTML elem...Babli Shil and 2 others are discussing this3 people are discussing thisDiscuss·107 likes·1.2K readsJavaScript
Ali Riza ReisogluforAli Riza Reisoglucodereis.hashnode.net·May 25, 2021Creating PDF files with Multiple Images in FlutterIntroduction This step-by-step tutorial will guide you on how to create and view a PDF file with multiple images. It is a relatively easy process once you know the methods, and I will show you how to become natural for creating a pdf file in your pro...Discuss·46 likes·244 readsFlutter
AbderrahmaneforAbdouabderrahmane.hashnode.net·Jun 3, 2021How to add Arabic Text on PDF with reportlabReportLab is a tool for creating complex data-driven PDF documents and custom vector graphics but this tool does not support arabic, so when you want add an arabic text you will see something like so how can we fix this in this article i will show ...Discuss·24 likes·1.4K readsPython
Igor RodionovforADVICEment's Blogrodionov5.hashnode.net·Apr 24, 2023JSON to PDF Magic: Harnessing LaTeX and JSON for Effortless Customization and Dynamic PDF GenerationIn this article, we show how to control the layout and content of the PDF document via the JSON body of the API call. We present three different JSON examples and produce three different types of documents using the same end-point. In each case, maki...Discuss·1 likeProgramming Blogs
Putta LakshmiforBitsnBytesofAIbitsnbytesofai.hashnode.net·Apr 12, 2023Unlocking the Power of PDF with Open AI: A Guide to Building Your Own Q&A SystemIntroduction Natural Language Processing (NLP) is an exciting and rapidly-evolving field of Artificial Intelligence that aims to enable computers to understand, interpret, and generate human language. Reading and extracting information from PDF files...Discuss·1 like·65 readsgradio
ReaminatedforReaminated's Blogreaminated-1680439082603.hashnode.net·Apr 8, 2023Are your PDFs Actually Redacted? Double Check!Introduction PDF is a very common file format for documents but one thing people may not realise is that the complexity the format provides can mean some things aren't quite as they seem. Specifically, I've seen numerous "redacted" documents where th...Discuss·59 readsSecurity
Majid EltayebforMajid's Blogmajidzeno.hashnode.net·Apr 4, 2023Effortless PDF Generation in VueHave you ever wondered if you can download an HTML table as a PDF file? Recently, while working on a side project using Nuxt3, I ran into this same question. I needed to generate a table of data and make it shareable with others. I found many librari...Abdallah Hemdan and 1 other are discussing this2 people are discussing thisDiscuss·11 likes·57 readsVue.js
Barbra Wekeforbarbraweke.hashnode.net·Apr 4, 2023How to Generate an SSRS Report as a Password-Protected PDF Using the Bold Reports Report WriterSSRS (SQL server reporting services) is a powerful tool that enables users to create, deploy, and manage reports across an organization. However, there may be times when you need to secure sensitive information contained in your SSRS report by genera...Discuss·1 like.NET
JonathonforJonathon's Blogjonathon5.hashnode.net·Mar 24, 2023Add Image Watermarks to PDF in C++Image watermarks in PDF is the images shown beneath the document content. Adding image watermarks can help protect the copyright and confidentiality of the document. This article will share how to add image watermarks to PDF in C++ using Spire.PDF fo...DiscussC++
Decentro Techfordecentro.hashnode.net·Mar 14, 2023JsPDF: What Is It & How To Use It To Generate PDF from HTMLHere’s an in-depth guide where we break down JsPDF, an open source solution that can help you quickly generate high quality PDFs from HTML. It’s a PDF world, and we are just living in it. The ask for this PDF format is universal. And today, we bring...DiscussjsPDF
Igor RodionovforADVICEment's Blogrodionov5.hashnode.net·Mar 1, 2023How to Create PDFs From Excel Data With DynamicDocs Excel Add-inOne of the main features of DynamicDocs API is the ability to generate PDFs from JSON to PDF templates. As of today, the JSON to PDF template library consists of contracts, quotes, invoices, statements, proposals and more. To utilise this feature fur...Discusspdf
Jay SimonsforDesignly Blogdesignly.hashnode.net·Feb 28, 2023How to Manipulate, Split and Concatenate PDF Files Server-SideThe Portable Document Format (PDF) was first developed by Adobe Systems in 1993, with the aim of creating a file format that could be easily shared and printed across different computer systems, software applications, and devices. At the time, docume...Discussbackend
Anjan NairforAnjan's Bloganjannair.hashnode.net·Jan 14, 2023[DIY] Scraping Tables From A PDFRecently I had a problem, scraping the forex card rates from a PDF published by SBI on their website and converting the same to a CSV file. This PDF is updated on the same link every day. As quoted by the final source where I got the code from - Exp...Discuss·41 readsPython