Skip to content

feat: 120 build-verified C# convert_open_document_graphics examples — Aspose.Imaging for .NET (100.0% pass rate) - #163

Merged
atirtahirgroupdocs merged 1 commit into
26.7.0from
agent/convert-open-document-graphics/20260806-144756
Aug 7, 2026
Merged

feat: 120 build-verified C# convert_open_document_graphics examples — Aspose.Imaging for .NET (100.0% pass rate)#163
atirtahirgroupdocs merged 1 commit into
26.7.0from
agent/convert-open-document-graphics/20260806-144756

Conversation

@agent-aspose-imaging-examples

Copy link
Copy Markdown
Collaborator

Agent-generated examples - convert_open_document_graphics

Passed Failed Total Pass Rate
120 0 120 100.0%
Task ID Description Status
28345 Load an ODG file and save it as a PNG image using Image.Save.
28346 Load an ODG file and convert it to JPEG format with default compression settings
28347 Load an ODG file and export it as a BMP image preserving original dimensions.
28348 Load an ODG file and save it as a PDF document using default PDF options.
28349 Load an ODG file and convert it to SVG while preserving vector information.
28350 Load an OTG file and save it as a PNG image with default rasterization settings.
28351 Load an OTG file and convert it to JPEG format applying standard quality level.
28352 Load an OTG file and export it as a BMP image maintaining original size.
28353 Load an OTG file and save it as a PDF document using default PDF options.
28354 Load an OTG file and convert it to SVG while keeping vector data intact.
28355 Create RasterizationOptions for ODG, set resolution, and save the image as PNG.
28356 Create RasterizationOptions for ODG, configure JPEG quality, and save as JPEG fi
28357 Create RasterizationOptions for OTG, set background color, and save as PNG image
28358 Create RasterizationOptions for OTG, define JPEG compression level, and save as
28359 Load ODG and save as SVG while preserving all vector layers and attributes.
28360 Load OTG and save as SVG while preserving all vector layers and attributes.
28361 Apply a median filter to an ODG image before converting and saving it as PNG.
28362 Apply a median filter to an OTG image before converting and saving it as PNG.
28363 Apply a median filter to an ODG image before converting and saving it as BMP.
28364 Apply a median filter to an OTG image before converting and saving it as BMP.
28365 Iterate over a folder of ODG files and batch convert each to PNG format.
28366 Iterate over a folder of OTG files and batch convert each to PDF format.
28367 Convert an ODG file to PDF while specifying a custom page size for the document.
28368 Convert an OTG file to PDF while specifying a custom page size for the document.
28369 Convert an ODG file to JPEG and set the output quality to 85 percent.
28370 Convert an OTG file to JPEG and set the output quality to 85 percent.
28371 Convert an ODG file to BMP while preserving transparency information in the outp
28372 Convert an OTG file to BMP while preserving transparency information in the outp
28373 Convert an ODG file to SVG and ensure original layer names are retained in the o
28374 Convert an OTG file to SVG and ensure original layer names are retained in the o
28375 Load an ODG file from a memory stream and save it as PNG using Image.Save.
28376 Load an OTG file from a memory stream and save it as PNG using Image.Save.
28377 Save an ODG image as PNG while retaining all original metadata properties.
28378 Save an OTG image as PNG while retaining all original metadata properties.
28379 Convert an ODG file to PDF and embed the necessary fonts for accurate rendering.
28380 Convert an OTG file to PDF and embed the necessary fonts for accurate rendering.
28381 Use Task Parallel Library to convert multiple ODG files to PNG concurrently for
28382 Use Task Parallel Library to convert multiple OTG files to PDF concurrently for
28383 Set DPI to 300 when rasterizing an ODG file to JPEG for high‑resolution output.
28384 Set DPI to 300 when rasterizing an OTG file to JPEG for high‑resolution output.
28385 Apply a specific ICC color profile to an ODG image before saving it as PNG.
28386 Apply a specific ICC color profile to an OTG image before saving it as PNG.
28387 Convert an ODG file to BMP using an 8‑bit palette to reduce file size.
28388 Convert an OTG file to BMP using an 8‑bit palette to reduce file size.
28389 Convert an ODG file to PNG with interlacing enabled for progressive rendering.
28390 Convert an OTG file to PNG with interlacing enabled for progressive rendering.
28391 Convert an ODG file to PDF and set a specific compression level for the output.
28392 Convert an OTG file to PDF and set a specific compression level for the output.
28393 Validate the generated SVG from an ODG conversion against the SVG XML schema.
28394 Validate the generated SVG from an OTG conversion against the SVG XML schema.
28395 Apply a Gaussian blur filter to an ODG image before converting and saving as JPE
28396 Apply a Gaussian blur filter to an OTG image before converting and saving as JPE
28397 Load an ODG file, convert it to PNG, and write the result into a MemoryStream.
28398 Load an OTG file, convert it to PNG, and write the result into a MemoryStream.
28399 Load an ODG file, convert it to JPEG, and send the output through a network stre
28400 Load an OTG file, convert it to JPEG, and send the output through a network stre
28401 Iterate over mixed ODG and OTG files, batch convert each to SVG while preserving
28402 Iterate over mixed ODG and OTG files, batch convert each to PDF with uniform pag
28403 Convert an ODG file to PNG and ensure transparent background is correctly mainta
28404 Convert an OTG file to PNG and ensure transparent background is correctly mainta
28405 Convert an ODG file to JPEG using progressive encoding for faster web loading.
28406 Convert an OTG file to JPEG using progressive encoding for faster web loading.
28407 Convert an ODG file to BMP and specify a custom resolution of 150 DPI.
28408 Convert an OTG file to BMP and specify a custom resolution of 150 DPI.
28409 Configure RasterizationOptions to enable anti‑aliasing when converting ODG to PN
28410 Configure RasterizationOptions to enable anti‑aliasing when converting OTG to PN
28411 Convert an ODG file to PDF and add password protection to restrict access.
28412 Convert an OTG file to PDF and add password protection to restrict access.
28413 Convert an ODG file to SVG and embed CSS styles for consistent appearance.
28414 Convert an OTG file to SVG and embed CSS styles for consistent appearance.
28415 Load an ODG image, crop a specific region, and save the result as PNG.
28416 Load an OTG image, crop a specific region, and save the result as PNG.
28417 Load an ODG file, rotate it ninety degrees clockwise, and save as JPEG.
28418 Load an OTG file, rotate it ninety degrees clockwise, and save as JPEG.
28419 Convert an ODG file to PNG and log the conversion time for performance analysis.
28420 Convert an OTG file to PNG and log the conversion time for performance analysis.
28421 Convert an ODG file to PDF and include custom metadata such as author and title.
28422 Convert an OTG file to PDF and include custom metadata such as author and title.
28423 Convert an ODG file to BMP and set the background color to white during rasteriz
28424 Convert an OTG file to BMP and set the background color to white during rasteriz
28425 Convert an ODG file to SVG and remove unnecessary group elements to simplify out
28426 Convert an OTG file to SVG and remove unnecessary group elements to simplify out
28427 Wrap ODG to PNG conversion inside a using block to ensure proper disposal of res
28428 Wrap OTG to PNG conversion inside a using block to ensure proper disposal of res
28429 Convert an ODG file to JPEG while preserving EXIF orientation metadata in the ou
28430 Convert an OTG file to JPEG while preserving EXIF orientation metadata in the ou
28431 Convert an ODG file to PDF and set a custom author property in the document meta
28432 Convert an OTG file to PDF and set a custom author property in the document meta
28433 Convert an ODG file to PNG and apply gamma correction for accurate brightness re
28434 Convert an OTG file to PNG and apply gamma correction for accurate brightness re
28435 Implement asynchronous batch conversion of ODG files to BMP using async/await fo
28436 Implement asynchronous batch conversion of OTG files to BMP using async/await fo
28437 Convert an ODG file to PDF and embed XMP metadata for enhanced document informat
28438 Convert an OTG file to PDF and embed XMP metadata for enhanced document informat
28439 Convert an ODG file to SVG and ensure the viewBox attribute is correctly set.
28440 Convert an OTG file to SVG and ensure the viewBox attribute is correctly set.
28441 Load an ODG file from an embedded resource, convert to PNG, and save to disk.
28442 Load an OTG file from an embedded resource, convert to PNG, and save to disk.
28443 Convert an ODG file to JPEG and specify custom chroma subsampling for color fide
28444 Convert an OTG file to JPEG and specify custom chroma subsampling for color fide
28445 Convert an ODG file to PDF, set custom DPI, and define page margins for layout.
28446 Convert an OTG file to PDF, set custom DPI, and define page margins for layout.
28447 Apply a median filter to an ODG image before converting and saving it as JPEG.
28448 Apply a median filter to an OTG image before converting and saving it as JPEG.
28449 Convert an ODG file to PNG and set lossless compression level to maximum for sma
28450 Convert an OTG file to PNG and set lossless compression level to maximum for sma
28451 Convert an ODG file to SVG and preserve original layer names in the output file.
28452 Convert an OTG file to SVG and preserve original layer names in the output file.
28453 Convert an ODG file to JPEG and embed an ICC profile for color management.
28454 Convert an OTG file to JPEG and embed an ICC profile for color management.
28455 Convert an ODG file to PDF and set the document title property in the metadata.
28456 Convert an OTG file to PDF and set the document title property in the metadata.
28457 Convert an ODG file to BMP and apply a threshold filter to create a binary image
28458 Convert an OTG file to BMP and apply a threshold filter to create a binary image
28459 Convert an ODG file to PNG and add a watermark text overlay before saving.
28460 Convert an OTG file to PNG and add a watermark text overlay before saving.
28461 Convert an ODG file to PDF and flatten annotations to produce a static document.
28462 Convert an OTG file to PDF and flatten annotations to produce a static document.
28463 Convert an ODG file to SVG and minify the output XML to reduce file size.
28464 Convert an OTG file to SVG and minify the output XML to reduce file size.

Maintained by an agentic example generation workflow | For AI-friendly guidance, see AGENTS.md | Last updated: 2026-08-06

…rtopendocumentgraphics examples for Aspose.Imaging
@atirtahirgroupdocs
atirtahirgroupdocs merged commit 77ba206 into 26.7.0 Aug 7, 2026
@agent-aspose-imaging-examples
agent-aspose-imaging-examples deleted the agent/convert-open-document-graphics/20260806-144756 branch August 10, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants