ppt2pdf
Convert pptx to PDF for inclusion in LaTeX PDF output. Uses PowerPoint COM automation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Convert pptx to PDF for inclusion in LaTeX PDF output. Uses PowerPoint COM automation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Four-machine Radia release gate. Use when the user asks for release-qud, release_quad, release_qud, post-release deploy, GitHub Release publication, or the Definition Of Done for Radia releases. Coordinates PyPI and Simulink release candidates across LAB, 100号機, mdx, and hibino via tools/release_qud.py.
Publish Radia's Simulink application library after verifying its five application blocks and tracked MATLAB-only samples. Use simulink-app-health before deploy/release-qud; Cubit's toolbar remains a separate deployment surface.
Verify Radia's production Simulink application blocks for EM, PCB, Motor, Stream Function, and IH. Use after changing buildLibrary, applicationSFunction, runApplication, application.py, a DesignSpec/calc script, the application interface manifest, or the tracked Simulink library; also use when a block does not run or leaves incomplete artifacts.
Take inventory of the radia package's proprietary Python and pybind API surface, classify API families under the Reduce Proprietary API Surface policy, and produce a committed audit plus phased reduction plan. Use after public API changes, before deprecation work, or for periodic read-only surface audits.
Historical deploy notes. Current Radia deploy/release uses release-qud plus cubit-plugin-install; do not follow old .ccl/Cubit-2025.3 recipes except for archaeology.
Verify GMSH .geo + .msh files generated by Radia panels BEFORE opening in the GUI. Catches invalid options (Mesh.Volumes), duplicate element IDs, missing Merge targets, node count mismatches. Run AFTER any calc_*.py edit that touches GMSH export, BEFORE clicking Open GMSH.
| name | ppt2pdf |
| description | Convert pptx to PDF for inclusion in LaTeX PDF output. Uses PowerPoint COM automation. |
Convert .pptx / .ppt files to .pdf using PowerPoint COM automation (Windows only).
Output PDF can be directly included in LaTeX via \includegraphics.
python s:/Radia/01_GitHub/.Codex/skills/ppt2pdf/ppt2pdf.py <file.pptx> [file2.pptx ...]
python s:/Radia/01_GitHub/.Codex/skills/ppt2pdf/ppt2pdf.py <directory>
pywin32 (pip install pywin32)# Convert a specific pptx file (for LaTeX figure)
python s:/Radia/01_GitHub/.Codex/skills/ppt2pdf/ppt2pdf.py "Figures/agent_crosssection.pptx"
# Convert multiple files
python s:/Radia/01_GitHub/.Codex/skills/ppt2pdf/ppt2pdf.py fig1.pptx fig2.pptx
# Convert all pptx in a directory
python s:/Radia/01_GitHub/.Codex/skills/ppt2pdf/ppt2pdf.py "Figures/"