12345678910 |
- 28April20
- Got image and text to work - but image resource has to be added before adding to pagecontext. there is a committed version of this from today.
- We now need to figure out how shutdown and continue works. In Gal's example it creates 2 separate pages. In our example it is now creating one page with only the image on it, no text.
- The text could be getting overwritten. The image resource or any resources loaded through PDFWriter have to be added before PDFWriter is used to stream the document.
- Make sure logme files are put into GitIGNORE or other text files we dont want.
- 30April20
- Figure out this error message for pdfHummusTest1.exe:
- terminate called after throwing an instance of 'std::bad_alloc'
- what(): std::bad_alloc
|