Skip to content

Commit 16ec857

Browse files
committed
Update _index.md
1 parent 50690ef commit 16ec857

File tree

1 file changed

+3
-7
lines changed
  • slides/english/java/export-conversion/convert-powerpoint-black-white-tiff-aspose-slides-java

1 file changed

+3
-7
lines changed

slides/english/java/export-conversion/convert-powerpoint-black-white-tiff-aspose-slides-java/_index.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ keywords:
1010
- Aspose.Slides for Java
1111

1212
---
13-
1413
{{< blocks/products/pf/main-wrap-class >}}
15-
1614
{{< blocks/products/pf/main-container >}}
17-
1815
{{< blocks/products/pf/tutorial-page-section >}}
1916
# How to Convert a PowerPoint Presentation to Black and White TIFF Using Aspose.Slides for Java
2017

@@ -131,7 +128,9 @@ options.setBwConversionMode(BlackWhiteConversionMode.Dithering);
131128

132129
#### Step 7: Save the Presentation as TIFF
133130
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);
135134
} finally {
136135
if (presentation != null) presentation.dispose();
137136
}
@@ -184,9 +183,6 @@ Ready to try it out? Implement this solution in your projects today!
184183
- [Aspose Support Forum](https://forum.aspose.com/c/slides/11)
185184

186185
{{< /blocks/products/pf/tutorial-page-section >}}
187-
188186
{{< /blocks/products/pf/main-container >}}
189-
190187
{{< /blocks/products/pf/main-wrap-class >}}
191-
192188
{{< blocks/products/products-backtop-button >}}

0 commit comments

Comments
 (0)