B4i Question B4X - Creating pdf files - B4i, B4A, (B4J?) - MrKim    Aug 19, 2020 I need to create a document for printing. It needs to be the same regardless of device. B4i or....InitializePDF(File.DirDocuments, "1.pdf", 612, 792)
'Note that 612 x 792 is the standard document size.
In B4A it says:
pdf.Initialize
pdf.StartPage(595, 842) 'A4 size
So my question... these two.
Any other tips on crating pdfs greatly appreciated.... B4i Question Print PDF Created - Deleted member 103 (first post)    Feb 17, 2021 Call di.PreviewFile. It will show the PDF file and will allow the user to print it.
Incredible!
I didn't know this function, you never stop learning. :)... B4i Question (SOLVED) I Created a pdf - now how do I open it. - MrKim    Sep 17, 2020 I can open it.
The goal is to make it easy for the user to create the pdf, open it, and print it if... creating it I run this code:
If File.Exists(File.DirDocuments, "Test1.pdf") Then... B4i Question Create PDF with different page sizes - JanPRO    Oct 12, 2017 Hello,
I need to create a PDF document with different page sizes. Currently I am using a Canvas for this, however it's only possible to set the PDF size for the whole PDF but not for specific pages.
Is there any solution to create a PDF with different page sizes?
One solution is to use Apple... I create the PDF documents separately and then merge them ...
Any idea?
Jan... B4i Question How to use WKWebview.createPdf - Erel (first post)    Dec 31, 2020 Please start a new thread.... B4i Question Creating a PDF from a Google Map - RVP (first post)    Sep 24, 2017 I have tried various things and it looks like the only way it works, is if at some point the program requires the user to do somethin... B4i Tutorial Reading and Writing PDF Documents - Erel    Dec 17, 2014   (11 reactions)   tags: PDF documents and to create new PDF documents.
Displaying a PDF document
First we need to load the PDF file... it.
Creating a new PDF document
The Canvas object also allows us to create new PDF documents. Instead... B4A Question Mashy Teaches WebApp/Website Development with BANanoVuetifyAD3 - The New Series - Mashiane    Oct 1, 2022   (23 reactions) of creating Single Page Applications (SPAs)
... Export VueTable to PDF and Excel (with one liners... / RightClickedRow / DoubleClickedRow
VueTable - Creating Expansion Panels
Creating PDF Reports with the Abstract... FOLLOW THE GITHUB LINK ABOVE)
Forms (TL;DR)
Creating Forms with VFlexDialog (VDialog+VForm+VFields... B4i Question Create a PDF file with text and pictures and then read that file - Erel (first post)    Oct 20, 2015 Please start a new thread in the correct forum.... B4i Tutorial Creating a certificate and provisioning profile - Erel    Mar 20, 2022   (14 reactions) on a Windows computer. In order to install an app on an iOS device you need to create a certificate... - Server Settings Tools - Private Sign Key - fill password and click on Create New Key UDID Find.../ Apple developer account - developer.apple.com Devices - Add device App Id - Create wildcard app id Certificate - Create distribution certificate (ad hoc + store) Provision Profile - Create... Page: 1   2   3   4   5   6   7   |