-
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7b71a6
commit f5b4964
Showing
325 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
borb version 2.0.28 | ||
borb version 2.0.29 | ||
Joris Schellekens |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
# :mega: borb release 2.0.28 | ||
# :mega: borb release 2.0.29 | ||
|
||
This release is a feature release. | ||
- Massive rename of all `append` methodes to `add` for the sake of consistency | ||
- Introduced `header_footer_multi_column_layout` to enable a `PageLayout` with repeating header and footer | ||
- Remove unimplemented `BoxLayout` | ||
- Add `header_row_color` option to `even_odd_row_colors` method in `Table` | ||
- Remove the unneeded resources (`tests` and `doc`) from the build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,14 +29,14 @@ | |
|
||
setuptools.setup( | ||
name="borb", | ||
version="2.0.28", | ||
version="2.0.29", | ||
author="Joris Schellekens", | ||
author_email="[email protected]", | ||
description="borb is a library for reading, creating and manipulating PDF files in python.", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/jorisschellekens/borb", | ||
packages=setuptools.find_packages(), | ||
packages=setuptools.find_packages(include=["borb", "borb.*"]), | ||
include_package_data=True, | ||
install_requires=required, | ||
dependency_links=dependency_links, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_add_all_rubber_stamp_annotations/output.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_add_large_amount_of_headings/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_add_large_amount_of_headings/output_002.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_add_polygon_annotation_using_line_art_factory/output.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_add_polyline_annotation_using_line_art_factory/output.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_add_remote_go_to_annotation/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_add_remote_go_to_annotation/output_002.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_add_square_annotation_in_free_space/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_add_square_annotation_in_free_space/output_002.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_apply_redaction_annotations/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_apply_redaction_annotations/output_002.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_apply_redaction_annotations/output_003.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_apply_redaction_annotations/output_004.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_apply_redaction_annotations/output_005.pdf
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
tests/output/test_apply_redaction_annotations/output_006.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_browser_layout_inline_next_line/output.pdf
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_change_info_dictionary_author/output_001.pdf
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
tests/output/test_change_info_dictionary_author/output_002.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_create_document_with_output_intent/output_001.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_digit_placement_ubuntu_font/output_001.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_html_to_pdf/example_html_input_000.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_html_to_pdf/example_html_input_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_html_to_pdf/example_html_input_002.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_html_to_pdf/example_html_input_003.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_html_to_pdf/example_html_input_004.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_html_to_pdf/example_html_input_005.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_html_to_pdf/example_html_input_006.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_html_to_pdf/example_html_input_007.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_html_to_pdf/example_html_input_008.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_html_to_pdf/example_html_input_009.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_html_to_pdf/example_html_input_010.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_html_to_pdf/example_html_input_011.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_html_to_pdf/example_html_input_012.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_html_to_pdf/example_html_input_013.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_html_to_pdf/example_html_input_014.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_markdown_to_pdf/example-markdown-input-001.md.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_markdown_to_pdf/example-markdown-input-002.md.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_markdown_to_pdf/example-markdown-input-003.md.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_markdown_to_pdf/example-markdown-input-004.md.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_markdown_to_pdf/example-markdown-input-005.md.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_markdown_to_pdf/example-markdown-input-006.md.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_markdown_to_pdf/example-markdown-input-007.md.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_markdown_to_pdf/example-markdown-input-008.md.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_markdown_to_pdf/example-markdown-input-009.md.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_export_markdown_to_pdf/example-markdown-input-010.md.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-881 Bytes
(97%)
tests/output/test_extract_text_expect_ground_truth/output.pdf
Binary file not shown.
Binary file modified
BIN
-2 Bytes
(100%)
tests/output/test_extract_text_from_self_made_invoice/output.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_header_footer_multi_column_layout/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_header_footer_multi_column_layout/output_002.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_header_footer_multi_column_layout/output_003.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_page_has_empty_resource_dictionary/output_001.pdf
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
tests/output/test_redact_common_regular_expressions/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_redact_common_regular_expressions/output_002.pdf
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
tests/output/test_redact_common_regular_expressions/output_003.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
tests/output/test_simple_paragraph_extraction/output_000.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_simple_paragraph_extraction/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_split_complementary_color_scheme/output.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_tetradic_rectangle_color_scheme/output.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_write_barcode_with_rounded_borders/output_000.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_barcode_with_rounded_borders/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_barcode_with_rounded_borders/output_002.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_barcode_with_rounded_borders/output_003.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_barcode_with_rounded_borders/output_004.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_write_barcode_with_rounded_borders/output_005.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_barcode_with_rounded_borders/output_006.pdf
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
tests/output/test_write_barcode_with_rounded_borders/output_007.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_barcode_with_rounded_borders/output_008.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_chunk_of_text_escaped_chars/output.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_write_chunk_of_text_in_rainbow_colors/output.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_chunks_of_text_preserves_bounding_boxes/output.pdf
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_write_code_128_barcode_in_color/output.pdf
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
tests/output/test_write_document_with_lipsum/output_001.pdf
Binary file not shown.
Binary file modified
BIN
-5 Bytes
(100%)
tests/output/test_write_document_with_lipsum/output_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_document_with_lipsum/output_002.pdf
Binary file not shown.
Binary file modified
BIN
-17 Bytes
(100%)
tests/output/test_write_document_with_lipsum/output_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
tests/output/test_write_fixed_column_width_table/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_fixed_column_width_table/output_002.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_fixed_column_width_table/output_003.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_fixed_column_width_table/output_004.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_fixed_column_width_table/output_005.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_flexi_table_with_preferred_width/output.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_form_with_missing_xref/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_gradient_rectangular_maze/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_gradient_rectangular_maze/output_002.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_gradient_rectangular_maze/output_003.pdf
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_hello_world_with_monaco_font/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_hello_world_with_simhei_font/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_hyphenated_paragraph/output_001.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_image_with_rounded_borders/output_000.pdf
Binary file not shown.
Binary file modified
BIN
+2 Bytes
(100%)
tests/output/test_write_image_with_rounded_borders/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_image_with_rounded_borders/output_002.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_write_image_with_rounded_borders/output_003.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_image_with_rounded_borders/output_004.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_image_with_rounded_borders/output_005.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_image_with_rounded_borders/output_006.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_image_with_rounded_borders/output_007.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_write_image_with_rounded_borders/output_008.pdf
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_line_of_text_justified_center/output.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_line_of_text_justified_full/output.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_line_of_text_justified_right/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_line_of_text_justified_right/output_002.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_paragraph_justified_center/output_001.pdf
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
tests/output/test_write_paragraph_justified_center/output_002.pdf
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
tests/output/test_write_paragraph_justified_center_with_padding/output.pdf
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
tests/output/test_write_paragraph_justified_center_with_padding_and_border/output.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...t/test_write_paragraph_justified_center_with_padding_and_border_and_background/output.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_paragraph_justified_full/output.pdf
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
tests/output/test_write_paragraph_justified_right/output.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_paragraph_preserve_space/output.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
tests/output/test_write_paragraph_with_accented_letters/output.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_paragraph_with_rounded_borders/output_000.pdf
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
tests/output/test_write_paragraph_with_rounded_borders/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_paragraph_with_rounded_borders/output_002.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_write_paragraph_with_rounded_borders/output_003.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_write_paragraph_with_rounded_borders/output_004.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_paragraph_with_rounded_borders/output_005.pdf
Binary file not shown.
Binary file modified
BIN
-2 Bytes
(100%)
tests/output/test_write_paragraph_with_rounded_borders/output_006.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_paragraph_with_rounded_borders/output_007.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_write_paragraph_with_rounded_borders/output_008.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_write_paragraph_with_rounded_borders/output_009.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_paragraph_with_rounded_borders/output_010.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_write_paragraph_with_rounded_borders/output_011.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_write_paragraphs_using_multi_column_layout/output.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...utput/test_write_paragraphs_using_multi_column_layout_with_varying_spacing/output_005.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...utput/test_write_paragraphs_using_multi_column_layout_with_varying_spacing/output_010.pdf
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
tests/output/test_write_paragraphs_using_single_column_layout/output.pdf
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+47.5 KB
(110%)
tests/output/test_write_paragraphs_with_headings/output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_single_line_justified_full/output_001.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
tests/output/test_write_single_line_justified_full/output_002.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_write_table_with_non_black_paragraphs/output.pdf
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
tests/output/test_write_table_with_rainbow_background/output.pdf
Binary file not shown.
Oops, something went wrong.