Skip to content

Commit 785d5a3

Browse files
authored
Added more descriptive titles. (#641)
1 parent 68f4db3 commit 785d5a3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libraries/radpdfprocessing/formats-and-conversion/pdf/pdfstreamwriter/pdffilesource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ published: True
77
position: 4
88
---
99

10-
# Overview
10+
# PdfFileSource
1111

1212
The **PdfFileSource** class represents the content of an existing PDF file.
1313

libraries/radpdfprocessing/formats-and-conversion/pdf/pdfstreamwriter/pdfpagesource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ published: True
77
position: 5
88
---
99

10-
# Overview
10+
# PdfPageSource
1111

1212
The **PdfPageSource** class represents the page content of an existing PDF file.
1313

libraries/radpdfprocessing/formats-and-conversion/pdf/pdfstreamwriter/pdfpagestreamwriter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ published: True
77
position: 3
88
---
99

10-
# Overview
10+
# PdfPageStreamWriter
1111

1212
The **PdfPageStreamWriter** class provides API allowing you to write and position content in the currently written page.
1313

libraries/radpdfprocessing/formats-and-conversion/pdf/pdfstreamwriter/pdfstreamwriter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ table th:nth-of-type(2) {
1919
}
2020
</style>
2121

22-
# Overview
22+
# PdfStreamWriter
2323

2424
The **PdfStreamWriter** class enables you to write file content directly to a Stream. This is the root element of the streaming mechanism used when exporting a PDF document.
2525

0 commit comments

Comments
 (0)