hankivy / text2pdf2

An enhanced version of text2pdf, as in the PDF::API2 perl module at https://cpan.org
GNU General Public License v3.0
0 stars 0 forks source link

No support for colorspace methods #3

Open hankivy opened 5 years ago

hankivy commented 5 years ago

The following colorspace methods are not supported. (See PDF::API2 Colorspace methods in CPAN.) (See PDF::API2::Resource::ColorSpace in CPAN)

  1. Design - Offer changes to documentation to show your design for the commands in the text file. Checkpoint with the owner.

  2. Create text file for testing one colorspace method. 2A. Include multiple successful uses, that test a wide range of colors, a variety of options, with text in colors. 2B. Include multiple examples of bad uses, that demonstrate syntax checking, error messages, and out of limit color specifications. A bad use should not result in not processing the rest of the file. 2C. Include text that explains the expected results. Checkpoint once with the owner.

  3. Add code to support that colorspace.

    Checkpoint once with the owner.

  4. Test, debug, and correct until the text file and the code are good.

  5. Repeat steps 2, 3, and 4 for some other colorspaces.

  6. Checkpoint and release with the owner.