Commit Graph

  • e96f9bfa6b
    Fix compiler warning and update Xcode project. master Michael R Sweet 2024-12-23 15:07:32 -0500
  • 10c15fc281
    Bump NuGet package versions. Michael R Sweet 2024-12-22 21:33:35 -0500
  • fd8427d68a
    Add pdf2text example docos, install examples to doc directory. Michael R Sweet 2024-12-22 21:29:32 -0500
  • ed1421287f
    Move pdfiototext to examples. Michael R Sweet 2024-12-22 19:00:17 -0500
  • aa91b141a8
    Finalize md2pdf example docos. Michael R Sweet 2024-12-22 12:09:03 -0500
  • 5dc68f3285
    Save work on docos. Michael R Sweet 2024-12-21 23:20:36 -0500
  • 52b508bdd2
    Block quote rendering changes. Michael R Sweet 2024-12-21 14:15:48 -0500
  • 41ebe39f3b
    Save work. Michael R Sweet 2024-12-21 14:04:27 -0500
  • 62df5f5c78
    Add CODE_PADDING and use it for code blocks. Michael R Sweet 2024-12-21 12:16:36 -0500
  • a1237db52c
    Use regular font for whitespace before monospace text. Michael R Sweet 2024-12-21 11:50:35 -0500
  • a24fdee335
    Fix an uninitialized pointer issue in format_block, and some margin issues on the top of the page. Michael R Sweet 2024-12-21 11:31:54 -0500
  • e4081f2ba3
    Add table-of-contents outline. Michael R Sweet 2024-12-20 07:18:10 -0500
  • 5bc7ebee2c
    Add actual example programs from prior examples, start documentation updates. Michael R Sweet 2024-12-19 16:43:21 -0500
  • b872df5a1e
    Fix validation of date/time values (Issue #83) Michael R Sweet 2024-12-19 15:41:43 -0500
  • 53967552df
    Add some documentation on the code128 example. Michael R Sweet 2024-12-15 22:52:03 -0500
  • f8639fbd64
    Add "need_bottom" argument to keep the following block on the same page. Michael R Sweet 2024-12-15 18:17:31 -0500
  • 9020e92928
    Make sure we have room for at least two lines in a paragraph or code block at the bottom of the page. Michael R Sweet 2024-12-15 17:46:03 -0500
  • 48e6597337
    Make block quote bar a thick orange so it stands out. Michael R Sweet 2024-12-15 17:35:16 -0500
  • d4e3bbcf16
    Doco updates. Michael R Sweet 2024-12-15 11:28:09 -0500
  • 2c8a996875
    Add green bar next to block quote text (for notes). Michael R Sweet 2024-12-15 11:27:32 -0500
  • 3d6d9e3e3e
    Fix name of ZapfDingbats. Michael R Sweet 2024-12-15 11:27:18 -0500
  • 62fdf48ff9
    Fix links for code text, background of code blocks. Michael R Sweet 2024-12-15 11:00:30 -0500
  • 294f5e07c5
    Add support for internal hyperlinks. Michael R Sweet 2024-12-15 10:23:59 -0500
  • 4baafde74b
    Add support for remote URL links. Michael R Sweet 2024-12-14 19:56:45 -0500
  • 2d175fdf70
    Drop Apache badge (not needed), rearrange functions in alphabetical order, and reset top margin for list items to 0. Michael R Sweet 2024-12-14 10:18:01 -0500
  • 56a0f290aa
    Start work on example documentation. Michael R Sweet 2024-12-13 23:12:48 -0500
  • 2e5319a623
    Fix widths for base fonts (was converting back to UTF-8 instead of preserving the CP-1252 character set. Michael R Sweet 2024-12-13 19:56:00 -0500
  • d3d6683041
    Add support for measuring base fonts (Issue #84) Michael R Sweet 2024-12-13 17:39:16 -0500
  • 0d08dd5f1b
    Add support for tables. Michael R Sweet 2024-12-13 15:17:25 -0500
  • 00c9905317
    Update rendering of checkboxes. Michael R Sweet 2024-12-12 13:07:09 -0500
  • b8b9d7ef8a
    Split out code block formatting and add light gray background behind code. Michael R Sweet 2024-12-12 11:44:53 -0500
  • 63cdb13b1b
    Fix image name property - forgot to call pdfioStringCreate* APIs for formatted string... Michael R Sweet 2024-12-12 07:11:25 -0500
  • 72e55b5bd1
    Refactor block formatter to split content into lines and render the lines. Michael R Sweet 2024-12-11 20:14:32 -0500
  • dc65eb8d2f
    Save work on image support. Michael R Sweet 2024-12-11 15:37:03 -0500
  • a39b01ec9c
    Add metadata support. Michael R Sweet 2024-12-10 18:53:51 -0500
  • 4b29c9a1c2
    Add text color and optimize text groups into whole blocks. Michael R Sweet 2024-12-10 18:41:23 -0500
  • 5a4afad566
    Save work on markdown formatting example code. Michael R Sweet 2024-12-10 16:35:12 -0500
  • 7a45adb7f5
    Drop cert.py from cppcheck invocation. Michael R Sweet 2024-12-10 08:24:47 -0500
  • 45ac66874c
    Add readme for example programs. Michael R Sweet 2024-12-09 19:28:15 -0500
  • eb9dad9b51
    Add Code 128 example code. Michael R Sweet 2024-12-09 19:13:48 -0500
  • 2ecb9cfb2d
    Changelog. Michael R Sweet 2024-12-08 19:19:11 -0500
  • 91a467e55c
    Merge pull request #81 from vlasovsoft1979/ttf_h_size_t_error Michael R Sweet 2024-12-08 19:18:46 -0500
  • d705d7eb5d
    Fix reading PDF files whose trailer is missing a newline (Issue #80) Michael R Sweet 2024-12-08 19:14:58 -0500
  • 55745bcea8 Fixed compilation error MSVC 19.16.27039.0 32 bit Sergey Vlasov 2024-12-08 22:56:25 +0300
  • 2ea99597cc
    Update Windows DLL exports. Michael R Sweet 2024-10-25 17:57:17 -0400
  • a3a3512ed8
    Update docos. Michael R Sweet 2024-10-25 17:50:51 -0400
  • afac83530f
    Add pdfioDictGetKey and pdfioDictGetNumPairs APIs (Issue #63) Michael R Sweet 2024-10-25 17:48:19 -0400
  • 21ac2b52d1
    Clean up updated docos (Issue #78) Michael R Sweet 2024-10-25 17:32:38 -0400
  • 21b8e3b06f
    Changelog. Michael R Sweet 2024-10-25 17:17:36 -0400
  • 91392a931f
    Changelog. Michael R Sweet 2024-10-25 17:16:14 -0400
  • 1d8bcf4d73
    Start v1.4.0. Michael R Sweet 2024-10-25 17:14:00 -0400
  • 1e55779906
    Merge pull request #78 from uddhavphatak/master Michael R Sweet 2024-10-25 17:16:46 -0400
  • 0e45e49ea4
    Merge pull request #76 from vlasovsoft1979/master Michael R Sweet 2024-10-25 17:14:59 -0400
  • 0ab291a78b
    Update pdfio.md ThePhatak 2024-10-21 20:37:25 +0530
  • cac6d4891c
    Update pdfio.md ThePhatak 2024-10-21 19:52:34 +0530
  • 4f29ad89da
    Merge branch 'michaelrsweet:master' into master ThePhatak 2024-10-21 17:09:38 +0530
  • 9c04d1dc20
    Update changelog. v1.3.2 Michael R Sweet 2024-10-15 13:10:06 -0400
  • 335472023e
    Bump version in header. Michael R Sweet 2024-10-15 13:06:40 -0400
  • 25834e07ef
    Update pdfio.md ThePhatak 2024-10-15 09:38:01 +0530
  • 2d2a7126d2
    Update pdfio.md ThePhatak 2024-10-14 13:34:27 +0530
  • df1064ff39
    Update pdfio.md ThePhatak 2024-10-14 13:20:44 +0530
  • 853fa4fe8f
    Update pdfio.md ThePhatak 2024-10-14 13:14:59 +0530
  • 2cadfd8a1e
    Update pdfio.md ThePhatak 2024-10-14 13:10:57 +0530
  • f5d40a305e
    Update pdfio.md ThePhatak 2024-10-14 13:09:13 +0530
  • eb5be57b4a
    Update pdfio.md ThePhatak 2024-10-14 13:06:06 +0530
  • 3de47ea63d
    Update pdfio.md ThePhatak 2024-10-14 12:43:40 +0530
  • 8f2c47cb07
    Make sure memory is freed on error conditions. Michael R Sweet 2024-10-09 15:32:48 -0400
  • 74dfefdcc1
    Update documentation (Issue #77) Michael R Sweet 2024-10-09 15:07:57 -0400
  • ee31096019 PR comment Sergey Vlasov 2024-09-27 20:38:15 +0300
  • 121b933307 minor Sergey Vlasov 2024-09-25 18:44:34 +0300
  • f4409146e3 minor Sergey Vlasov 2024-09-25 18:42:38 +0300
  • 4312933409 pdfioFileCreateNameObj implemented Sergey Vlasov 2024-09-25 18:40:36 +0300
  • a19949834b PR comments Sergey Vlasov 2024-09-25 18:06:17 +0300
  • 04c4f44324 Get name from simple object. For example, Image ColorSpace is the reference to other object. Sergey Vlasov 2024-09-25 17:04:25 +0300
  • 16bd134890 Updates coverity info Ken Harding 2024-09-18 16:23:21 -0400
  • 206f75403a
    Add debug printfs. Michael R Sweet 2024-08-26 09:19:34 -0400
  • 7d22477917
    Fix opening of certain encrypted PDF files (Issue #62) Michael R Sweet 2024-08-21 11:28:39 -0400
  • 7c3651671b
    Add NULL checks in the private debug APIs that testpdfio calls. Michael R Sweet 2024-08-21 09:22:58 -0400
  • 6cb661f0f4
    Cleanup changelog. Michael R Sweet 2024-08-21 08:25:11 -0400
  • 7e01451b18
    Merge 0-character font fix from TTF. Michael R Sweet 2024-08-21 08:22:31 -0400
  • 138f3955d1
    Add --password option to PDFio test program. Michael R Sweet 2024-08-19 17:12:16 -0400
  • 82844ad2ce
    Merge TTF v1.0.0 source files. Michael R Sweet 2024-08-19 16:59:00 -0400
  • d7cce4dfbc
    Merge TTF v1.0.0 source files. Michael R Sweet 2024-08-19 16:58:38 -0400
  • 1cec42f399
    Bump version to 1.3.2. Michael R Sweet 2024-08-09 10:55:32 -0400
  • f3f70e7877
    Merge some TTF sanity check fixes from the TTF project. Michael R Sweet 2024-08-09 10:54:28 -0400
  • 90923c3818
    Update DLL exports. Michael R Sweet 2024-08-05 21:55:32 -0400
  • 986cc512cd
    Bump NuGet project versions. v1.3.1 Michael R Sweet 2024-08-05 21:50:18 -0400
  • c35ddbec00
    Changelog Michael R Sweet 2024-08-05 21:49:26 -0400
  • e4e1c39578
    Merge commit from fork Michael R Sweet 2024-08-05 21:47:48 -0400
  • 1d4f77cab1
    Add examples to documentation (Issue #69) Michael R Sweet 2024-08-05 21:44:56 -0400
  • b035130cde
    Merge pull request #68 from devnibo/master Michael R Sweet 2024-08-05 19:56:40 -0400
  • d6d5813b04
    Update changelog with CVE number. Michael R Sweet 2024-08-05 16:34:12 -0400
  • 6492f210cf
    Bump version and changelog. Michael R Sweet 2024-08-05 10:23:51 -0400
  • 207062a996
    Add size limiting for num_cmap and nGlyphs. Michael R Sweet 2024-08-05 10:16:00 -0400
  • 7d37abb0df Update documentation devnibo 2024-07-07 16:35:56 +0200
  • 0c1122b689
    Prep for release. v1.3.0 Michael R Sweet 2024-06-28 19:06:44 -0400
  • d4f8dd46b5 Add Windows test script. Michael R Sweet 2024-06-28 19:00:51 -0400
  • 986c5f0438
    Update docos. Michael R Sweet 2024-06-24 11:51:50 -0400
  • a81907bdb9
    Refactor get_info_string to rely on pdfioDictGetString to convert binary strings to regular ones. Michael R Sweet 2024-06-24 11:49:38 -0400
  • 63a7a2cdbd
    Add unit tests for new pdfioFileGetCatalog API (Issue #67) Michael R Sweet 2024-06-24 11:46:15 -0400