Уровень 0 · материалов: 4
В кластер входят документы, описывающие конкретные программные библиотеки для создания PDF-файлов и способы их использования в коде.
Общие признаки: программная генерация PDF-документов, руководства для разработчиков, примеры реализации кода, библиотеки для PHP и C#
Группа выше: Документы, текст и время в коде
Смысл: The main idea is to introduce developers to FPDF as a free, easy-to-use PHP library for creating PDF documents and to provide a practical code-based walkthrough of its basic functionality.
A technical tutorial explaining how to use the free FPDF library in PHP to generate PDF documents with text, images, and custom headers.
Смысл: The main idea is to provide a practical introduction to the Dompdf library, showing developers how to integrate HTML-to-PDF conversion into PHP applications while highlighting both its capabilities and its technical limitations.
A technical tutorial on installing and using the Dompdf PHP library to convert HTML/CSS content into PDF documents.
Смысл: The text serves as a guide for C# developers looking for libraries to handle PDF documents. It catalogs several available options and provides a basic implementation example using iTextSharp to demonstrate how to programmatically create a PDF with images and tables.
A review of seven C# PDF libraries featuring a practical implementation tutorial for iTextSharp.
Смысл: The text serves as a brief guide for beginner programmers on how to use the mPDF library in PHP to convert HTML content into PDF documents, specifically ensuring that Russian language characters are displayed correctly.
A brief tutorial for beginners on using the mPDF PHP library to convert HTML to PDF with Russian language support.