LICENSE
MANIFEST.in
README.md
THIRD_PARTY_NOTICES.md
pyproject.toml
src/aspose/__init__.py
src/aspose/note/__init__.py
src/aspose/note/enums.py
src/aspose/note/exceptions.py
src/aspose/note/model.py
src/aspose/note/_internal/__init__.py
src/aspose/note/_internal/ms_one/__init__.py
src/aspose/note/_internal/ms_one/compact_id.py
src/aspose/note/_internal/ms_one/errors.py
src/aspose/note/_internal/ms_one/object_index.py
src/aspose/note/_internal/ms_one/property_access.py
src/aspose/note/_internal/ms_one/reader.py
src/aspose/note/_internal/ms_one/spec_ids.py
src/aspose/note/_internal/ms_one/types.py
src/aspose/note/_internal/ms_one/entities/__init__.py
src/aspose/note/_internal/ms_one/entities/base.py
src/aspose/note/_internal/ms_one/entities/parsers.py
src/aspose/note/_internal/ms_one/entities/structure.py
src/aspose/note/_internal/onenote/__init__.py
src/aspose/note/_internal/onenote/document.py
src/aspose/note/_internal/onenote/elements.py
src/aspose/note/_internal/onenote/parser.py
src/aspose/note/_internal/onenote/pdf_export.py
src/aspose/note/_internal/onestore/__init__.py
src/aspose/note/_internal/onestore/chunk_refs.py
src/aspose/note/_internal/onestore/common_types.py
src/aspose/note/_internal/onestore/crc.py
src/aspose/note/_internal/onestore/errors.py
src/aspose/note/_internal/onestore/file_data.py
src/aspose/note/_internal/onestore/file_node_core.py
src/aspose/note/_internal/onestore/file_node_list.py
src/aspose/note/_internal/onestore/file_node_types.py
src/aspose/note/_internal/onestore/hashed_chunk_list.py
src/aspose/note/_internal/onestore/header.py
src/aspose/note/_internal/onestore/io.py
src/aspose/note/_internal/onestore/object_data.py
src/aspose/note/_internal/onestore/object_space.py
src/aspose/note/_internal/onestore/parse_context.py
src/aspose/note/_internal/onestore/summary.py
src/aspose/note/_internal/onestore/txn_log.py
src/aspose/note/saving/__init__.py
src/aspose_note.egg-info/PKG-INFO
src/aspose_note.egg-info/SOURCES.txt
src/aspose_note.egg-info/dependency_links.txt
src/aspose_note.egg-info/requires.txt
src/aspose_note.egg-info/top_level.txt
src/ms_one/__init__.py
src/ms_one/compact_id.py
src/ms_one/errors.py
src/ms_one/object_index.py
src/ms_one/property_access.py
src/ms_one/reader.py
src/ms_one/spec_ids.py
src/ms_one/types.py
src/ms_one/entities/__init__.py
src/ms_one/entities/base.py
src/ms_one/entities/parsers.py
src/ms_one/entities/structure.py
src/onenote/__init__.py
src/onenote/document.py
src/onenote/elements.py
src/onenote/parser.py
src/onenote/pdf_export.py
src/onestore/__init__.py
src/onestore/chunk_refs.py
src/onestore/common_types.py
src/onestore/crc.py
src/onestore/errors.py
src/onestore/file_data.py
src/onestore/file_node_core.py
src/onestore/file_node_list.py
src/onestore/file_node_types.py
src/onestore/hashed_chunk_list.py
src/onestore/header.py
src/onestore/io.py
src/onestore/object_data.py
src/onestore/object_space.py
src/onestore/parse_context.py
src/onestore/summary.py
src/onestore/txn_log.py
tests/test_aspose_note_compat_smoke.py
tests/test_aspose_note_dom_content.py
tests/test_aspose_note_dom_document.py
tests/test_aspose_note_exceptions_and_stubs.py
tests/test_aspose_note_richtext_formatting.py
tests/test_aspose_note_save_options.py
tests/test_aspose_note_tags.py
tests/test_chunk_refs_and_crc.py
tests/test_common_types.py
tests/test_file_node_core.py
tests/test_file_node_list.py
tests/test_header.py
tests/test_imports_smoke.py
tests/test_integration_3images_with_different_alignment.py
tests/test_integration_formatted_richtext.py
tests/test_integration_onepagewithfile_attachment.py
tests/test_integration_simple_image_from_separate_file.py
tests/test_integration_simplehistory_page_history.py
tests/test_integration_simpletable.py
tests/test_io.py
tests/test_ms_one_numbered_lists.py
tests/test_ms_one_simpletable.py
tests/test_ms_one_tags.py
tests/test_object_data_structures.py
tests/test_onenote_api.py
tests/test_onenote_numbered_lists.py
tests/test_pdf_export.py
tests/test_txn_log.py