B4A Library Printing and Pdf creation - Erel    May 18, 2020   (55 reactions)   tags: print, pdf, pdf print, Printing and Pdf This is an Android 4.4+ (API 19+) library. Its two main features are: 1. Creating Pdf documents with the PdfDocument object. 2. Printing with the Printer object. Lets start with PdfDocument. Dim pdf As PdfDocument pdf.Initialize pdf.StartPage(595, 842) 'A4 size pdf.Canvas.DrawLine(2, 2, 593 , 840, Colors.Blue, 4) pdf.Canvas.DrawText("Hello", 100, 100, Typeface.DEFAULT_BOLD, 30 / GetDeviceLayoutValues.Scale , Colors.Yellow, "CENTER") pdf.FinishPage Dim out... B4A Class [B4X] PDF Generator - B4X Cross Platform - Class 100% B4X Code - spsp    Jan 3, 2024   (56 reactions) Hi, This class cPDF.bas (version 0.6 - 2024-01-03) generate PDF File with limited fonctionnalities (but enough for me) Add pages with different paper size (use constants or custom size) PDF standards font (Courier, Helvetica, Times, Symbol and Zapfdingbats), style (Normal, Bold, Italic, Underline and StrikeThrough), encoding cp1252 draw text : single line of text at position x, y draw text flow... draw images (only PNG, all format that can be loaded with xui.loadbitmap) use pdf commands directly... B4A Library HtmlToPdf - FabioC6    Mar 22, 2019   (16 reactions) Hello everybody, I've created this library that converts an html file (or string) to a pdf file programmatically. A couple of important notes: it only works on devices with SDK versions >= 21 and it cannot read files from the asset folder (you can either copy the file to the internal folder and use it from there or read the content with File.ReadString and use the result) You can find an example attached to this thread. PalmoHtmlToPdf Events: Finished (Success As Boolean... B4A Library 🚀 Gemini Lib – Now with AI Image Generation + Text, Vision & PDF Support - fernando1987    Feb 22, 2026   (24 reactions) ? Discover Gemini Lib! ? Welcome to the future of programming with Gemini Lib! This incredible library is crafted for bold developers who want to breathe life into their B4X projects (B4J, B4A, and B4i) with the power of Google's artificial intelligence. With Gemini Lib, the might of Gemini... and unleash your creativity. Please note: To acquire the library, registration is required before making the purchase. Gemini Lib is more than just an artificial intelligence library. It's your... B4A Question PDF "Printing" library, different results on each device - vecino    Jun 14, 2024 Hi, using the "Printing" library to create PDF files, on one device it creates fine, on others small letters, on others large and overlapping letters, etc.
Is there something I don't know about?
Thank you very much.
For example, PDF created on my tablet:
154612
PDF created on the tablet of one of my clients:
154613... B4A Library Java-fPDF library - Create PDF files in B4A - Andrew (Digitwell)    Jan 11, 2017   (6 reactions) Given that I have (and will be making use of several of the libraries that you have graciously provided, I thought I would share as well.
My first attempt, so please be gentle...
This library... B4A Library Pdf To Text - MarcoRome    Jul 9, 2017   (19 reactions) Hi all. Pdf To Text This library converts pdf files to txt. I was looking for a library that could convert a pdf file to txt. Behind tip by @Johan Schoeman ( Thank you dear ) i delivery this wrapper...) ParsePdf (filepdf As String, filetxt As String) You must copy this file itextpdf-5-5-6.jar and....jar Copy all files in your libraries folder. This is code as example ( you found the same in...) File.Copy(File.DirAssets, "test-armen.pdf", File.DirRootExternal, "test-armen.pdf... B4A Question Error in pdf jet library - keshavarmy    Mar 16, 2025 Hello b4a team i am getting severe error in pdfjet library multiple times i have tried not getting any proper solution why codes not work & throws error java.lang.NoSuchMethodError: No virtual method setSize(F)V in class Lcom/pdfjet/Font; or its super classes (declaration of 'com.pdfjet.Font' appears in /data/app/~~wtW9owH4R4Cpf-GAFv9bDw==/keshav.petromunim.com-W5GcdANKX5Doy9r7ZSYMew==/base.apk!classes3.dex)... B4A Question any PDF View Library for SDK26 - ykucuk    Aug 5, 2019 Hello,
Pdfview doesn't work for SDK 26. I tried @DonManfred PDFium and it doesn't work either.
is there any other option for show pdf file on my app?... Other PDF library..again - udg    May 10, 2014 Hi all,
today I came across an Open Source java project that sounds very good as a basis for a complete library about the PDF format.
I'm not up to the conversion and integration task... Page: 1   2   3   4   5   6   7   |