translate_specific_slides
Translate selected slides in a PowerPoint presentation to a target language while preserving formatting. Specify slide numbers, choose a language, and optionally enable polishing for fluent results.
Instructions
Translate specific slides in a PowerPoint presentation.
Args: input_file: Path to the input PowerPoint file (.pptx) slide_numbers: Comma-separated slide numbers to translate (e.g., "1,3,5" or "2-4,7") target_language: Target language code (e.g., 'ko', 'ja', 'es', 'fr', 'de') output_file: Path to save the translated file (optional, auto-generated if not provided) model_id: AWS Bedrock model ID to use for translation enable_polishing: Enable natural language polishing for more fluent translation
Returns: Success message with translation details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
enable_polishing | No | ||
input_file | Yes | ||
model_id | No | us.anthropic.claude-3-7-sonnet-20250219-v1:0 | |
output_file | No | ||
slide_numbers | Yes | ||
target_language | No | ko |