dxfedit/01_Aspose_CAD_Python
puzzlesion fc79d59e53 feat(python): add scripts for CAD to PDF conversion and block finding
This commit introduces two new feature scripts to the Aspose_CAD_Python project:

- print_cad_to_pdf.py: A script to export CAD drawings to PDF format, providing a direct way to generate printable documents.

- step1_find_block_coordinates.py: A utility to find and list the coordinates of specific blocks within a CAD file, which is a crucial first step for automated plotting and data extraction.

Additionally, relevant documentation in .specstory has been added to reflect these new capabilities.
2025-09-12 17:20:36 +08:00
..
__pycache__ Initial commit 2025-09-09 18:42:30 +08:00
25-014_lines_final_report.txt Initial commit 2025-09-09 18:42:30 +08:00
25-014_lines_final.csv Initial commit 2025-09-09 18:42:30 +08:00
25-014_lines_final.json Initial commit 2025-09-09 18:42:30 +08:00
25-014_lines_report.txt Initial commit 2025-09-09 18:42:30 +08:00
25-014_lines.csv Initial commit 2025-09-09 18:42:30 +08:00
25-014_lines.json Initial commit 2025-09-09 18:42:30 +08:00
25-014.dwg Initial commit 2025-09-09 18:42:30 +08:00
analyze_real_problem.py Initial commit 2025-09-09 18:42:30 +08:00
check_aspose_cad_status.py Initial commit 2025-09-09 18:42:30 +08:00
check_license_detailed.py Initial commit 2025-09-09 18:42:30 +08:00
debug_dwg_structure.py Initial commit 2025-09-09 18:42:30 +08:00
debug_real_issue.py Initial commit 2025-09-09 18:42:30 +08:00
extract_color_elements.py Initial commit 2025-09-09 18:42:30 +08:00
extract_color_simple.py Initial commit 2025-09-09 18:42:30 +08:00
extract_lines_correct.py Initial commit 2025-09-09 18:42:30 +08:00
extract_lines_corrected.py Initial commit 2025-09-09 18:42:30 +08:00
extract_lines_final.py Initial commit 2025-09-09 18:42:30 +08:00
extract_lines_from_dwg.py Initial commit 2025-09-09 18:42:30 +08:00
final_analysis_report.py Initial commit 2025-09-09 18:42:30 +08:00
final_solution.py Initial commit 2025-09-09 18:42:30 +08:00
print_cad_to_pdf.py feat(python): add scripts for CAD to PDF conversion and block finding 2025-09-12 17:20:36 +08:00
simple_debug.py Initial commit 2025-09-09 18:42:30 +08:00
step1_find_block_coordinates.py feat(python): add scripts for CAD to PDF conversion and block finding 2025-09-12 17:20:36 +08:00
test_aspose_cad.py Initial commit 2025-09-09 18:42:30 +08:00
test_license_simple.py Initial commit 2025-09-09 18:42:30 +08:00
test_new_dwg.py Initial commit 2025-09-09 18:42:30 +08:00
test_version_22_2.py Initial commit 2025-09-09 18:42:30 +08:00
test_version_23_6.py Initial commit 2025-09-09 18:42:30 +08:00
图签测试_output.pdf feat(python): add scripts for CAD to PDF conversion and block finding 2025-09-12 17:20:36 +08:00