devilsclaw
devilsclaw
Here is a dump: [ 57.761987] DC: I2C_WRITE_SMBUS_BYTE: addr 0x67 : BYTE 0x00 [ 57.762610] DC: I2C_READ_SMBUS_BYTE_DATA: addr 0x67 : CMD 0xA0 : BYTE 0x00 [ 57.763227] DC: I2C_READ_SMBUS_BYTE_DATA: addr...
Thanks. I was able to adapt that code to work with bitmap. Now my only problem is, is that I can't seem to figure out how to make it modify...
EDITED: Removed due to creating a example in a repo
I did find PDFModifiedPage. I tried it out and maybe I am using it wrong. It does not complain. The output does not have the barcode. The original style adds...
On my own build I also make it add text to the pdf with WriteText. The text wont show up after ``` ObjectIDType imageXObjectObjectId = objCxt.GetInDirectObjectsRegistry().AllocateNewObjectID(); ``` is called.
First off thank you very much. Second this was very much almost a whole sale rip from the tiff project you pointed to. So it should have the same problem....
Merged the pull request and tested again thanks. I wanted to point out that out of all the project managers I have had to deal with. Your one of the...
Oh one other thing, since the project is based off your project how would I give attribution ? I have not used many apache 2 license projects.
So the project https://github.com/galkahana/pdf-transparent-tiff which is yours has a license file but nothing in the source files that would look like attribution. My project copies some of the functions and...
Maybe something like this at the top of the main.cpp ? ``` /* This project is based off https://github.com/galkahana/pdf-transparent-tiff functions were copied a modified to work with the zint bitmap...