-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
856 lines (856 loc) · 29.1 KB
/
Copy pathindex.json
File metadata and controls
856 lines (856 loc) · 29.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
{
"category": {
"name": "Rendering",
"slug": "rendering",
"product": "Aspose.Words",
"language": "csharp",
"preferred_workflow": "Use simple documented Aspose.Words rendering workflows. Prefer Document.Save with the appropriate save options, use layout and renderer APIs only when directly required by the task, prefer Aspose.Drawing over System.Drawing unless an API explicitly requires System.Drawing, and keep validation narrow and task-specific.",
"required_packages": [
"Aspose.Words",
"Aspose.Drawing.Common"
],
"package_versions": {
"Aspose.Words": "26.4.0",
"Aspose.Drawing.Common": "25.11.0"
}
},
"stats": {
"total_examples": 70,
"winner_counts": {
"both": 0,
"mcp": 70,
"llm": 0,
"none": 0
},
"workflow_examples": {
"rendering-workflow": 70
}
},
"rules_summary": {
"core_rules": [
"Use native Aspose.Words APIs directly.",
"Create local sample source documents when a task refers to an existing file, folder, stream, template, or input asset.",
"Do not assume external files or folders already exist.",
"Always save the requested rendered output, document, image, or report.",
"Keep validation narrow and task-specific."
],
"rendering_rules": [
"Use Document.Save for full-document rendering tasks.",
"Use the correct documented SaveOptions type for the target format.",
"Use page or node renderers only when the task specifically requires node-level rendering.",
"Prefer Aspose.Drawing over System.Drawing unless a documented API explicitly requires System.Drawing."
],
"api_safety_rules": [
"Do not invent unsupported Aspose.Words rendering APIs.",
"Do not use fake namespaces.",
"Do not use fake OpenType or text shaping APIs.",
"Do not use System.Drawing-based TIFF inspection unless explicitly required by a documented API."
]
},
"examples": [
{
"id": 1,
"file_name": "load-a-docx-file-into-a-document-object-using-the-api.cs",
"task": "Load a DOCX file into a Document object using the API.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"docx",
"doc"
]
},
{
"id": 2,
"file_name": "set-imagesaveoptions-desireddpi-to-300-to-produce-high-resolution-tiff-images-for-printing.cs",
"task": "Set ImageSaveOptions.DesiredDpi to 300 to produce high‑resolution TIFF images for printing.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 3,
"file_name": "configure-imagesaveoptions-pixelformat-as-format1bppindexed-for-black-and-white-tiff-outpu.cs",
"task": "Configure ImageSaveOptions.PixelFormat as Format1bppIndexed for black‑and‑white TIFF output in the conversion.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 4,
"file_name": "choose-tiffcompression-ccitt4-via-imagesaveoptions-to-apply-lossless-binary-compression-du.cs",
"task": "Choose TiffCompression.Ccitt4 via ImageSaveOptions to apply lossless binary compression during saving.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 5,
"file_name": "adjust-thresholdforfloydsteinbergdithering-to-150-to-darken-binary-tiff-images-significant.cs",
"task": "Adjust ThresholdForFloydSteinbergDithering to 150 to darken binary TIFF images significantly.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 6,
"file_name": "assign-fontsettings-fontfolders-to-a-custom-directory-containing-required-truetype-fonts-f.cs",
"task": "Assign FontSettings.FontFolders to a custom directory containing required TrueType fonts for rendering.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"pdf"
]
},
{
"id": 7,
"file_name": "enable-fontsettings-enableopentypefeatures-to-render-ligatures-and-stylistic-sets-correctl.cs",
"task": "Enable FontSettings.EnableOpenTypeFeatures to render ligatures and stylistic sets correctly in TIFFs.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 8,
"file_name": "disable-automatic-font-substitution-by-setting-substitutionsettings-enabled-to-false-durin.cs",
"task": "Disable automatic font substitution by setting SubstitutionSettings.Enabled to false during rendering.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"pdf"
]
},
{
"id": 9,
"file_name": "define-a-fallback-list-using-fontfallbacksettings-predefinedsettings-for-missing-glyphs-du.cs",
"task": "Define a fallback list using FontFallbackSettings.PredefinedSettings for missing glyphs during rendering.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"pdf"
]
},
{
"id": 10,
"file_name": "set-imagesaveoptions-pagecount-to-limit-tiff-output-to-the-first-five-pages-only.cs",
"task": "Set ImageSaveOptions.PageCount to limit TIFF output to the first five pages only.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 11,
"file_name": "use-imagesaveoptions-pagesavingcallback-to-customize-file-naming-for-each-generated-tiff-p.cs",
"task": "Use ImageSaveOptions.PageSavingCallback to customize file naming for each generated TIFF page.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 12,
"file_name": "save-the-document-as-a-multipage-tiff-using-document-save-with-configured-options.cs",
"task": "Save the document as a multipage TIFF using Document.Save with configured options.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"doc",
"tiff"
]
},
{
"id": 13,
"file_name": "batch-process-a-folder-of-docx-files-applying-200-dpi-and-ccitt3-compression-to-each-tiff.cs",
"task": "Batch process a folder of DOCX files, applying 200 DPI and CCITT3 compression to each TIFF.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"docx",
"doc",
"tiff"
]
},
{
"id": 14,
"file_name": "create-a-console-application-that-accepts-input-path-dpi-and-compression-type-arguments-fo.cs",
"task": "Create a console application that accepts input path, DPI, and compression type arguments for TIFF conversion.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 15,
"file_name": "load-documents-from-a-network-share-configure-custom-font-folders-and-output-tiffs-to-a-lo.cs",
"task": "Load documents from a network share, configure custom font folders, and output TIFFs to a local directory.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"doc",
"tiff"
]
},
{
"id": 16,
"file_name": "install-truetype-fonts-on-linux-by-copying-ttf-files-and-pointing-fontsettings-to-the-dire.cs",
"task": "Install TrueType fonts on Linux by copying .TTF files and pointing FontSettings to the directory.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"pdf"
]
},
{
"id": 17,
"file_name": "render-a-doc-file-on-a-headless-linux-server-using-fontsettings-that-reference-the-linux-f.cs",
"task": "Render a DOC file on a headless Linux server using FontSettings that reference the Linux font folder.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"doc"
]
},
{
"id": 18,
"file_name": "verify-that-opentype-features-such-as-discretionary-ligatures-appear-correctly-in-the-gene.cs",
"task": "Verify that OpenType features such as discretionary ligatures appear correctly in the generated TIFF.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 19,
"file_name": "subset-embedded-truetype-fonts-during-rendering-to-reduce-the-resulting-tiff-file-size-sig.cs",
"task": "Subset embedded TrueType fonts during rendering to reduce the resulting TIFF file size significantly.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 20,
"file_name": "apply-format24bpprgb-pixel-format-for-color-tiff-output-from-docx-documents-accurately.cs",
"task": "Apply Format24bppRgb pixel format for color TIFF output from DOCX documents accurately.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"docx",
"doc",
"tiff"
]
},
{
"id": 21,
"file_name": "generate-a-single-page-tiff-from-the-first-page-of-a-multipage-docx-using-imagesaveoptions.cs",
"task": "Generate a single‑page TIFF from the first page of a multipage DOCX using ImageSaveOptions.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"docx",
"doc",
"tiff"
]
},
{
"id": 22,
"file_name": "set-desireddpi-to-72-for-low-resolution-tiff-suitable-for-email-attachments.cs",
"task": "Set DesiredDpi to 72 for low‑resolution TIFF suitable for email attachments.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 23,
"file_name": "use-format8bppindexed-pixel-format-to-produce-grayscale-tiffs-efficiently-for-archiving.cs",
"task": "Use Format8bppIndexed pixel format to produce grayscale TIFFs efficiently for archiving.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 24,
"file_name": "apply-tiffcompression-ccitt3-and-verify-file-size-reduction-compared-to-uncompressed-tiff.cs",
"task": "Apply TiffCompression.Ccitt3 and verify file size reduction compared to uncompressed TIFF significant.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 25,
"file_name": "configure-fontsettings-substitutionsettings-fontfallbacksettings-with-a-custom-xml-hierarc.cs",
"task": "Configure FontSettings.SubstitutionSettings.FontFallbackSettings with a custom XML hierarchy for fallback fonts definition.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"xml"
]
},
{
"id": 26,
"file_name": "enable-font-substitution-fallback-to-arial-unicode-ms-for-characters-missing-in-primary-fo.cs",
"task": "Enable font substitution fallback to Arial Unicode MS for characters missing in primary fonts.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"pdf"
]
},
{
"id": 27,
"file_name": "create-a-powershell-script-that-iterates-over-doc-files-sets-dpi-to-250-and-saves-tiffs.cs",
"task": "Create a PowerShell script that iterates over DOC files, sets DPI to 250, and saves TIFFs.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"doc",
"tiff"
]
},
{
"id": 28,
"file_name": "implement-parallel-processing-to-batch-convert-doc-files-to-tiff-for-improved-conversion-t.cs",
"task": "Implement parallel processing to batch convert DOC files to TIFF for improved conversion throughput significantly.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"doc",
"tiff"
]
},
{
"id": 29,
"file_name": "set-imagesaveoptions-compression-to-tiffcompression-ccitt3-and-pixelformat-to-format1bppin.cs",
"task": "Set ImageSaveOptions.Compression to TiffCompression.Ccitt3 and PixelFormat to Format1bppIndexed for smallest file size possible.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 30,
"file_name": "use-desireddpi-500-to-generate-archival-quality-tiffs-and-assess-the-impact-on-file-size.cs",
"task": "Use DesiredDpi 500 to generate archival‑quality TIFFs and assess the impact on file size.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 31,
"file_name": "load-a-docx-set-fontsettings-enableopentypefeatures-false-and-render-to-1bpp-tiff-for-mini.cs",
"task": "Load a DOCX, set FontSettings.EnableOpenTypeFeatures false, and render to 1bpp TIFF for minimal size.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"docx",
"doc",
"tiff"
]
},
{
"id": 32,
"file_name": "configure-fontsettings-to-load-fonts-from-a-usb-drive-for-documents-containing-special-sym.cs",
"task": "Configure FontSettings to load fonts from a USB drive for documents containing special symbols.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"doc"
]
},
{
"id": 33,
"file_name": "create-a-unit-test-that-asserts-the-tiff-output-contains-the-number-of-pages-as-the-source.cs",
"task": "Create a unit test that asserts the TIFF output contains the number of pages as the source DOCX.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"docx",
"doc",
"tiff"
]
},
{
"id": 34,
"file_name": "set-imagesaveoptions-thresholdforfloydsteinbergdithering-to-90-for-lighter-binary-tiffs-su.cs",
"task": "Set ImageSaveOptions.ThresholdForFloydSteinbergDithering to 90 for lighter binary TIFFs suitable for OCR preprocessing efficient.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 35,
"file_name": "use-imagesaveoptions-compression-tiffcompression-ccitt4-and-desireddpi-250-for-balanced-qu.cs",
"task": "Use ImageSaveOptions.Compression = TiffCompression.Ccitt4 and DesiredDpi = 250 for balanced quality black‑and‑white TIFFs.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 36,
"file_name": "load-a-docx-document-and-configure-rendering-options-before-conversion.cs",
"task": "Load a DOCX document and configure rendering options before conversion.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"docx",
"doc"
]
},
{
"id": 37,
"file_name": "create-a-custom-fontsettings-object-pointing-to-a-network-folder-containing-truetype-fonts.cs",
"task": "Create a custom FontSettings object pointing to a network folder containing TrueType fonts.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"pdf"
]
},
{
"id": 38,
"file_name": "assign-the-fontsettings-instance-to-the-document-to-enable-custom-font-lookup.cs",
"task": "Assign the FontSettings instance to the Document to enable custom font lookup.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"doc"
]
},
{
"id": 39,
"file_name": "specify-a-default-fallback-font-name-for-missing-truetype-fonts-when-saving-as-pdf.cs",
"task": "Specify a default fallback font name for missing TrueType fonts when saving as PDF.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"pdf"
]
},
{
"id": 40,
"file_name": "load-font-substitution-rules-from-an-xml-file-and-apply-them-to-the-document.cs",
"task": "Load font substitution rules from an XML file and apply them to the document.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"doc",
"xml"
]
},
{
"id": 41,
"file_name": "enable-opentype-typographic-features-to-preserve-ligatures-and-contextual-forms-during-pdf.cs",
"task": "Enable OpenType typographic features to preserve ligatures and contextual forms during PDF rendering.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"pdf"
]
},
{
"id": 42,
"file_name": "render-a-docx-file-to-pdf-while-embedding-only-the-glyphs-used-from-each-truetype-font.cs",
"task": "Render a DOCX file to PDF while embedding only the glyphs used from each TrueType font.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"docx",
"doc",
"pdf"
]
},
{
"id": 43,
"file_name": "disable-opentype-features-to-generate-a-pdf-for-typographic-comparison.cs",
"task": "Disable OpenType features to generate a PDF for typographic comparison.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"pdf"
]
},
{
"id": 44,
"file_name": "set-imagesaveoptions-dpix-and-dpiy-to-600-to-produce-high-resolution-tiff-output.cs",
"task": "Set ImageSaveOptions.DpiX and DpiY to 600 to produce high‑resolution TIFF output.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 45,
"file_name": "set-imagesaveoptions-dpix-and-dpiy-to-300-for-standard-dpi-tiff-conversion.cs",
"task": "Set ImageSaveOptions.DpiX and DpiY to 300 for standard DPI TIFF conversion.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 46,
"file_name": "apply-a-binarization-threshold-of-150-for-darker-grayscale-tiff-rendering.cs",
"task": "Apply a binarization threshold of 150 for darker grayscale TIFF rendering.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 47,
"file_name": "apply-a-threshold-of-100-for-lighter-grayscale-tiff-conversion-during-processing.cs",
"task": "Apply a threshold of 100 for lighter grayscale TIFF conversion during processing.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 48,
"file_name": "configure-imagesaveoptions-pixelformat-to-format1bppindexed-for-1-bit-black-white-tiff-out.cs",
"task": "Configure ImageSaveOptions.PixelFormat to Format1bppIndexed for 1‑bit black‑white TIFF output generation.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 49,
"file_name": "configure-imagesaveoptions-pixelformat-to-format8bppindexed-and-use-lzw-compression-for-co.cs",
"task": "Configure ImageSaveOptions.PixelFormat to Format8bppIndexed and use LZW compression for color TIFF.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 50,
"file_name": "set-imagesaveoptions-tiffcompression-to-ccitt4-for-optimal-black-white-tiff-size-reduction.cs",
"task": "Set ImageSaveOptions.TiffCompression to CCITT4 for optimal black‑white TIFF size reduction.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 51,
"file_name": "set-imagesaveoptions-tiffcompression-to-ccitt3-for-fax-ready-tiff-output-compliant-with-st.cs",
"task": "Set ImageSaveOptions.TiffCompression to CCITT3 for fax‑ready TIFF output compliant with standards.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 52,
"file_name": "set-imagesaveoptions-compressionlevel-to-maximum-to-reduce-tiff-file-size-without-quality.cs",
"task": "Set ImageSaveOptions.CompressionLevel to maximum to reduce TIFF file size without quality loss.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 53,
"file_name": "generate-a-multipage-tiff-from-a-docx-file-using-parallel-batch-processing.cs",
"task": "Generate a multipage TIFF from a DOCX file using parallel batch processing.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"docx",
"doc",
"tiff"
]
},
{
"id": 54,
"file_name": "convert-a-batch-of-doc-files-to-tiff-using-1-bit-pixel-format-and-ccitt4-compression.cs",
"task": "Convert a batch of DOC files to TIFF using 1‑bit pixel format and CCITT4 compression.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"doc",
"tiff"
]
},
{
"id": 55,
"file_name": "batch-convert-a-folder-of-docx-files-to-tiff-with-shared-imagesaveoptions-settings.cs",
"task": "Batch convert a folder of DOCX files to TIFF with shared ImageSaveOptions settings.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"docx",
"doc",
"tiff"
]
},
{
"id": 56,
"file_name": "create-a-net-service-that-watches-a-folder-and-converts-incoming-docx-files-to-tiff-automa.cs",
"task": "Create a .NET service that watches a folder and converts incoming DOCX files to TIFF automatically.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"docx",
"doc",
"tiff"
]
},
{
"id": 57,
"file_name": "create-a-net-core-console-app-that-monitors-a-directory-and-converts-new-docx-files-to-tif.cs",
"task": "Create a .NET Core console app that monitors a directory and converts new DOCX files to TIFF.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"docx",
"doc",
"tiff"
]
},
{
"id": 58,
"file_name": "write-a-powershell-script-to-batch-convert-docx-files-to-multipage-tiff-with-custom-dpi.cs",
"task": "Write a PowerShell script to batch convert DOCX files to multipage TIFF with custom DPI.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"docx",
"doc",
"tiff"
]
},
{
"id": 59,
"file_name": "write-a-batch-script-that-converts-all-docx-files-in-a-folder-to-tiff-using-predefined-com.cs",
"task": "Write a batch script that converts all DOCX files in a folder to TIFF using predefined compression.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"docx",
"doc",
"tiff"
]
},
{
"id": 60,
"file_name": "adjust-imagesaveoptions-thresholdforfloydsteinbergdithering-to-200-for-darker-tiff-output.cs",
"task": "Adjust ImageSaveOptions.ThresholdForFloydSteinbergDithering to 200 for darker TIFF output during rendering.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 61,
"file_name": "adjust-imagesaveoptions-thresholdforfloydsteinbergdithering-to-180-for-moderately-dark-tif.cs",
"task": "Adjust ImageSaveOptions.ThresholdForFloydSteinbergDithering to 180 for moderately dark TIFF images during conversion.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 62,
"file_name": "set-imagesaveoptions-dpix-to-72-and-dpiy-to-144-to-create-vertically-stretched-tiff.cs",
"task": "Set ImageSaveOptions.DpiX to 72 and DpiY to 144 to create vertically stretched TIFF.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 63,
"file_name": "set-imagesaveoptions-dpix-to-72-and-dpiy-to-300-for-asymmetric-resolution-tiff.cs",
"task": "Set ImageSaveOptions.DpiX to 72 and DpiY to 300 for asymmetric resolution TIFF.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 64,
"file_name": "split-a-generated-multipage-tiff-into-individual-page-images-programmatically-after-conver.cs",
"task": "Split a generated multipage TIFF into individual page images programmatically after conversion.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 65,
"file_name": "create-a-unit-test-that-verifies-tiff-output-matches-expected-pixel-format-and-compression.cs",
"task": "Create a unit test that verifies TIFF output matches expected pixel format and compression.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 66,
"file_name": "create-a-unit-test-that-ensures-1-bit-tiff-files-contain-exactly-two-colors.cs",
"task": "Create a unit test that ensures 1‑bit TIFF files contain exactly two colors.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"tiff"
]
},
{
"id": 67,
"file_name": "extract-embedded-truetype-fonts-from-a-pdf-to-verify-correct-subsetting-after-rendering.cs",
"task": "Extract embedded TrueType fonts from a PDF to verify correct subsetting after rendering.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"pdf"
]
},
{
"id": 68,
"file_name": "render-a-docx-to-pdf-with-full-font-embedding-and-then-extract-fonts-to-confirm-subsetting.cs",
"task": "Render a DOCX to PDF with full font embedding and then extract fonts to confirm subsetting disabled.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"docx",
"doc",
"pdf"
]
},
{
"id": 69,
"file_name": "configure-fontsettings-substitutionsettings-to-map-missing-arial-to-liberation-sans-on-lin.cs",
"task": "Configure FontSettings.SubstitutionSettings to map missing Arial to Liberation Sans on Linux platforms.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"pdf"
]
},
{
"id": 70,
"file_name": "configure-fontsettings-to-prioritize-fonts-from-a-user-specified-directory-over-system-fon.cs",
"task": "Configure FontSettings to prioritize fonts from a user‑specified directory over system fonts during rendering.",
"winner": "mcp",
"selected_engine": "mcp",
"workflow": "rendering-workflow",
"outputs": [
"pdf"
]
}
]
}