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...
Hello, thank you for your reply.
I have been looking at that PDF Generator and, I think, it is good for creating a pdf, but it is not good for converting/saving a text in pdf format.
Hi, yes I have tested it, and I have been looking at the source code.
From what I see, it looks like and I think it is a pdf generator, but it is not what I asked.
I asked if there is any way to convert or save a text I already have to pdf format.
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...
Hi, right now I use the strings to include esc/pos commands for printers.
In another application I use stringbuilder for the same purpose.
A customer has asked us not to send directly to the printer, but wants everything to be saved in pdf format for an operator to check what should be printed or what not.
Then the pdfs that user has marked will be printed.
That is the idea. I don't know if it's a good idea, but it's what the customer has asked us to do.