Commit Graph

  • 543364dfa2
    More efficiently implement reading of integers vs. indirect references. Michael R Sweet 2021-08-23 14:31:54 -04:00
  • cd5158bae0
    Implement support for multiple index arrays (Issue #8) Michael R Sweet 2021-08-23 14:31:19 -04:00
  • 3e4b01239e
    Implement TIFF predicator (Issue #12) Michael R Sweet 2021-08-21 22:51:25 -04:00
  • fc028356bc Merge branch 'master' of github.com:michaelrsweet/pdfio Michael R Sweet 2021-08-18 10:17:52 -04:00
  • e71c1a7e5e Don't export color constants since that breaks with DLLs... (Issue #19) Michael R Sweet 2021-08-18 10:17:47 -04:00
  • 2c7d7cf768
    Add initial Nuget packaging files. Michael R Sweet 2021-07-30 20:33:21 -04:00
  • ac4620b808
    Add nuget resource step. Michael R Sweet 2021-07-26 21:37:06 -04:00
  • d2e8f5e263
    Add setup-msbuild step, use msbuild. Michael R Sweet 2021-07-26 20:56:28 -04:00
  • 1d22369c5e
    Add Windows CI target. Michael R Sweet 2021-07-26 18:42:16 -04:00
  • 21823fb0d9 Add testpdfio target for MSVC. Michael R Sweet 2021-07-26 11:58:20 -04:00
  • 94c09a1af4
    Add missing symbols. Michael R Sweet 2021-07-26 11:56:59 -04:00
  • dd81069b1c
    Add Windows DLL exports file. Michael R Sweet 2021-07-26 11:18:36 -04:00
  • c60893a66c
    Finish initial documentation pass. Still need more examples but we'll add more as we go... (Issue #6) Michael R Sweet 2021-07-26 09:05:19 -04:00
  • eb7e0676cc
    More docos. Michael R Sweet 2021-07-24 15:28:47 -04:00
  • 87b9ea87ad
    Save work on documentation. Michael R Sweet 2021-07-24 13:08:46 -04:00
  • 78c1da815e
    Fix typo. Michael R Sweet 2021-07-18 16:46:34 -04:00
  • b007156c01
    Save work on documentation tweaking. Michael R Sweet 2021-07-18 10:01:43 -04:00
  • 2cc4789cf6
    Fix image writing issues for pdfioFileCreateImageObjFromData (Issue #15) Michael R Sweet 2021-07-18 09:50:22 -04:00
  • 3e0507ba6c
    Rework pdfioFileCreateImageObjFromData to have a separate alpha argument so that CMYK images can be supported. Michael R Sweet 2021-07-18 09:23:39 -04:00
  • 014c5dccba
    Implement pdfioFileCreateImageObjFromData (Issue #15) Michael R Sweet 2021-07-17 20:54:29 -04:00
  • 47d6a34d07
    Ignore xcshareddata. Michael R Sweet 2021-07-17 16:13:01 -04:00
  • d62faa51e1
    Implement date value support (Issue #13) Michael R Sweet 2021-07-07 22:06:25 -04:00
  • 43b5e03c71
    Add unit tests for accessors (Issue #9) Michael R Sweet 2021-07-06 20:51:21 -04:00
  • 30343cdb00
    Info catalog accessors (Issue #9) Michael R Sweet 2021-07-06 20:31:30 -04:00
  • 4f6a7ab03f
    Debug output. Michael R Sweet 2021-06-29 20:39:31 -04:00
  • 90c7591190
    Save work. Michael R Sweet 2021-06-24 09:07:03 -04:00
  • a366697711
    Refactor CP1252 code into a separate function, then use it for the base fonts. Michael R Sweet 2021-06-23 21:33:39 -04:00
  • 10c8d222cf
    Test both CP1252 and Unicode font rendering. Michael R Sweet 2021-06-23 21:26:01 -04:00
  • 060e7cdbd5
    Fiddle with Unicode support some more. Michael R Sweet 2021-06-22 17:10:19 -04:00
  • 3844abdf92
    Fix reading of streams with indirect lengths. Michael R Sweet 2021-06-21 16:18:06 -04:00
  • 01ca711ec8
    Add decode testing to testpdfio Michael R Sweet 2021-06-21 16:03:05 -04:00
  • db8be28ff6
    Try a different system info identifier for Unicode fonts. Michael R Sweet 2021-06-21 16:01:55 -04:00
  • 9ec7c8bde9
    Expose CMap in TrueType files Michael R Sweet 2021-06-21 13:00:19 -04:00
  • 4f5825b3d6
    Update readme. Michael R Sweet 2021-06-21 11:40:01 -04:00
  • 6f02bdd301 Initial Visual Studio support. Michael R Sweet 2021-06-21 11:39:06 -04:00
  • e9d5e082af
    Save work on Unicode font support - still something isn't quite right. Michael R Sweet 2021-06-21 07:58:23 -04:00
  • a2da67c415
    Fix Clang warnings. Michael R Sweet 2021-06-18 13:15:09 -04:00
  • 9fa510cd7a
    Update Xcode project file. Michael R Sweet 2021-06-18 12:46:21 -04:00
  • bbdf0cdb18
    Add proper TrueType font support (Issue #2) Michael R Sweet 2021-06-17 10:18:55 -04:00
  • d1f199c7ae
    Hard wrap text in README.md Michael R Sweet 2021-06-11 11:33:41 -04:00
  • bca0add5d8
    Very early TrueType support. Michael R Sweet 2021-06-11 11:22:08 -04:00
  • 42e7183eb0
    Normalize test pages and add function to draw standard header and footer content. Michael R Sweet 2021-06-11 10:36:32 -04:00
  • 0aea9c5439
    Rename some of the content APIs for consistency. Michael R Sweet 2021-06-10 19:41:39 -04:00
  • 5533408c09
    ICC profile support (Issue #3) Michael R Sweet 2021-06-10 12:40:06 -04:00
  • 6aab99d4b3
    Add ProPhotoRGB ICC profile. Michael R Sweet 2021-06-10 11:56:01 -04:00
  • 534da32343
    Update PNG test images, particularly to add transparency to the indexed image. Michael R Sweet 2021-06-10 11:18:51 -04:00
  • 2fbf9dc3b2
    Fix PNG CRC calculation (doesn't include length for some reason...) Michael R Sweet 2021-06-10 11:02:55 -04:00
  • 466cb473d1
    Fix _pdfioFileRead/Seek to fix test suite-reported error loading an object. Michael R Sweet 2021-06-10 10:58:07 -04:00
  • d5ceed0694
    Add tRNS chunk support. Michael R Sweet 2021-06-10 10:57:46 -04:00
  • 01184d0bb5
    Add PNG gAMA and cHRM chunk support. Michael R Sweet 2021-06-09 17:22:22 -04:00
  • a962b1d069
    Fix another coverity issue. Michael R Sweet 2021-06-09 09:18:52 -04:00
  • 63c0fc1926
    Fix some coverity-reported issues. Michael R Sweet 2021-06-09 09:14:57 -04:00
  • b005175003
    Doco updates. Michael R Sweet 2021-06-07 17:06:13 -04:00
  • a698b9c1a2
    API cleanup, more work on documentation. Michael R Sweet 2021-06-07 08:34:30 -04:00
  • c158587070
    Fix issues with grayscale PNG images. Michael R Sweet 2021-06-06 00:27:33 -04:00
  • bbd0b854b7
    Initial PNG support and test files. Michael R Sweet 2021-06-05 22:56:05 -04:00
  • 1ea2b7514a
    Rework the color space support. Michael R Sweet 2021-06-05 11:28:32 -04:00
  • 3a133bd1c0
    Fix one more resource leak found by Coverity. Michael R Sweet 2021-06-04 11:09:34 -04:00
  • 07b9ce80bb
    Fix one more resource leak found by Coverity. Michael R Sweet 2021-06-04 11:07:27 -04:00
  • b0d3080ffe
    Resolve clang warning. Michael R Sweet 2021-06-04 11:03:24 -04:00
  • 88bf3e710f
    Update Cppcheck exclusions. Michael R Sweet 2021-06-04 11:03:15 -04:00
  • ee5fcc2a4a
    Fix Coverity-discovered issues. Michael R Sweet 2021-06-04 10:56:23 -04:00
  • caf398d72c
    Add pdfioImageGetBytesPerLine API, document its use for image streams. Michael R Sweet 2021-06-04 10:33:39 -04:00
  • 3ec771e688
    Add read-back tests. Michael R Sweet 2021-06-02 15:46:39 -04:00
  • 3c034eb919
    Fix remaining PNG predictors. Michael R Sweet 2021-06-01 19:29:48 -04:00
  • d30579f905
    Add badges. Michael R Sweet 2021-06-01 18:36:22 -04:00
  • 3efb4f800b
    Fix PNG predictor 12, 14, and 15. Michael R Sweet 2021-06-01 17:48:36 -04:00
  • 2856b440d1
    Add PNG predictor test page (yes, we have problems) Michael R Sweet 2021-06-01 17:10:36 -04:00
  • 97846e0f34
    Remove TODO file, everything converted to Github issues. Michael R Sweet 2021-06-01 08:53:55 -04:00
  • cc250e7201
    Fix more of the text output code (paren handling). Michael R Sweet 2021-05-31 21:34:53 -04:00
  • 05df5919cd
    Save work on text tests. Michael R Sweet 2021-05-31 20:51:37 -04:00
  • 82e62ae852
    Basic text support. Michael R Sweet 2021-05-31 19:41:02 -04:00
  • c4e0421f62
    Implement calibrated color support, including constants for a few standard color spaces and a new color patch test page. Michael R Sweet 2021-05-31 09:31:00 -04:00
  • 627b04d9f0
    Only use cppcheck on Linux. Michael R Sweet 2021-05-30 12:58:36 -04:00
  • 0d1c0cbb14
    Fix clang/cppcheck commands. Michael R Sweet 2021-05-30 12:56:00 -04:00
  • 1f0ca4fd5b
    Install cppcheck Michael R Sweet 2021-05-30 12:54:15 -04:00
  • 38557db43e
    Add clang and cppcheck. Michael R Sweet 2021-05-30 12:51:26 -04:00
  • 9f0346df6d
    Add math library. Michael R Sweet 2021-05-30 10:27:00 -04:00
  • 28b3fa5bab
    Fix CI build flags. Michael R Sweet 2021-05-30 10:25:40 -04:00
  • 1967974f00
    Add Github workflow/sponsor info. Michael R Sweet 2021-05-30 10:22:56 -04:00
  • 281f36cca4
    Update logo. Michael R Sweet 2021-05-30 09:07:50 -04:00
  • e8bcde9cba
    Update name in README. Michael R Sweet 2021-05-30 07:43:35 -04:00
  • 246c2e4b41
    Rename as PDFio for consistency. Michael R Sweet 2021-05-30 07:10:44 -04:00
  • 8bc538cc91
    Update docos. Michael R Sweet 2021-05-29 21:27:49 -04:00
  • 10ab119922
    Initial documentation. Michael R Sweet 2021-05-29 21:21:45 -04:00
  • a18b8fd606
    Switch to using double for numbers, since they are also used to record lengths and other potentially large contents. Michael R Sweet 2021-05-29 21:16:21 -04:00
  • 35d22705fa
    Implement pdfioObjCopy and pdfioPageCopy, with tests. Michael R Sweet 2021-05-29 20:00:48 -04:00
  • 37842066c6
    Add test fonts for future use. Michael R Sweet 2021-05-29 20:00:35 -04:00
  • f1fb09c6c0
    Switch back to compressed page content streams. Michael R Sweet 2021-05-28 22:24:39 -04:00
  • 94cb915885
    Fix xref table - wrong total number of objects. Michael R Sweet 2021-05-28 22:05:44 -04:00
  • fb853dadda
    Fix some issues with the core file writing code. Michael R Sweet 2021-05-28 10:41:21 -04:00
  • 9cf024c1ce
    Move test PDF file to new testfiles subdirectory. Michael R Sweet 2021-05-28 09:31:42 -04:00
  • 128d5f0d42
    Implement JPEG image object support. Michael R Sweet 2021-05-25 16:31:32 -04:00
  • eb4477ce9b
    Add content convenience functions. Michael R Sweet 2021-05-24 19:33:40 -04:00
  • 0ae8ddc515
    Save work. Michael R Sweet 2021-05-18 19:08:50 -04:00
  • 45899f8a8d
    Default CropBox should be the full MediaBox. Michael R Sweet 2021-05-16 18:31:45 -04:00
  • 35ea209c73
    Initial unit tests for writing a PDF file. Michael R Sweet 2021-05-16 12:36:44 -04:00
  • 548ff7d119
    Initial writing support. Michael R Sweet 2021-05-16 11:39:05 -04:00
  • 4bb81417a8
    Start fleshing out writing/copying interfaces. Michael R Sweet 2021-05-15 09:29:37 -04:00
  • 17f2cc213e
    Implement object mapping framework. Michael R Sweet 2021-05-13 13:18:01 -04:00