ToDo.txt 714 B

1234567891011
  1. 14April20
  2. 1. Succesfully created a PDF and added text
  3. 2. issues adding a jpg file to the PDF, figure it out next time
  4. 19April20
  5. Successfully created a log file for errors using Gal's LogConfiguration structure. We are not sure what errors he actually keeps track of so we have to hunt for errors to log.
  6. 28April20
  7. 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.
  8. We are now need to figure out how start 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.
  9. The text could be getting overwritten. or??? will continue next time.