File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
slides/english/java/export-conversion/convert-powerpoint-black-white-tiff-aspose-slides-java Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,8 @@ keywords:
10
10
- Aspose.Slides for Java
11
11
12
12
---
13
-
14
13
{{< blocks/products/pf/main-wrap-class >}}
15
-
16
14
{{< blocks/products/pf/main-container >}}
17
-
18
15
{{< blocks/products/pf/tutorial-page-section >}}
19
16
# How to Convert a PowerPoint Presentation to Black and White TIFF Using Aspose.Slides for Java
20
17
@@ -131,7 +128,9 @@ options.setBwConversionMode(BlackWhiteConversionMode.Dithering);
131
128
132
129
#### Step 7: Save the Presentation as TIFF
133
130
Finally, save your slide(s) as a black and white TIFF image. Here, only slide number 2 is saved:
134
- ``` java\presentation.save(outFilePath, new int[]{2}, SaveFormat.Tiff, options);
131
+ ``` java
132
+
133
+ presentation. save(outFilePath, new int []{2 }, SaveFormat . Tiff , options);
135
134
} finally {
136
135
if (presentation != null ) presentation. dispose();
137
136
}
@@ -184,9 +183,6 @@ Ready to try it out? Implement this solution in your projects today!
184
183
- [ Aspose Support Forum] ( https://forum.aspose.com/c/slides/11 )
185
184
186
185
{{< /blocks/products/pf/tutorial-page-section >}}
187
-
188
186
{{< /blocks/products/pf/main-container >}}
189
-
190
187
{{< /blocks/products/pf/main-wrap-class >}}
191
-
192
188
{{< blocks/products/products-backtop-button >}}
You can’t perform that action at this time.
0 commit comments