03-09-2025, 08:59 PM
Holy Cow! Windows and Acrobat are a PITA. It took me longer to get stuff setup and running than it did to "fix" the problem. Thanks Microsoft and Adobe for the reminder why I don't use your products.
![[Image: Capture.png]](https://i.ibb.co/mrkBVGV4/Capture.png)
Hopefully that gets it for you Acrobat guys.
On a lighter note. I decided to have a little fun with this project and write a book.
Its a very useful book indeed! It has all the numbers from 1 to 100,000 all 390 pages! We all need numbers and you never want to be without, get your copy today!
Its a silly little project that show cases then pdfAddTextBlockEx$ function. It will make adding larger blocks of text to the PDF easier.
![[Image: Capture.png]](https://i.ibb.co/mrkBVGV4/Capture.png)
Hopefully that gets it for you Acrobat guys.
On a lighter note. I decided to have a little fun with this project and write a book.
Its a very useful book indeed! It has all the numbers from 1 to 100,000 all 390 pages! We all need numbers and you never want to be without, get your copy today!
Its a silly little project that show cases then pdfAddTextBlockEx$ function. It will make adding larger blocks of text to the PDF easier.
Code: (Select All)
'Pass in bigString$ It will add enough text to fill the width
'and line count (Like an entire page)
'Returns with the left over text that was not consumed.
'Gives the opportunity to add page numbers and other decorators.
bigString$ = pdfAddTextBlockEx$(Max_Width, Line_Count, bigString$)
2D physics engine https://github.com/mechatronic3000/fzxNGN
Untitled Rouge-like https://github.com/mechatronic3000/Untitled-Rougelike
QB Pool https://github.com/mechatronic3000/QBPool
Untitled Rouge-like https://github.com/mechatronic3000/Untitled-Rougelike
QB Pool https://github.com/mechatronic3000/QBPool