Skip to content

Commit 299ac41

Browse files
committed
added links and images
1 parent 3f16784 commit 299ac41

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed
266 KB
Loading
316 KB
Loading

knowledge-base/resize-images-radpdfprocessing.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,14 @@ foreach (string imageFilePath in imageFiles)
8989
}
9090
Process.Start(new ProcessStartInfo() { FileName = outputFilePath, UseShellExecute = true });
9191
}
92-
```
92+
```
9393

9494
This approach ensures that images are resized to fit within the PDF page dimensions without losing their aspect ratio.
9595

96+
|Vertical Image|Horizontal Image|
97+
|----|----|
98+
|![PdfProcessing Resize Vertical Image](images/pdf-processing-resize-vertical-image.png)|![PdfProcessing Resize Horizontal](images/pdf-processing-resize-horizontal-image.png)|
99+
96100
## See Also
97101

98102
- [Splitting a Large Image Across Multiple PDF Pages]({%slug split-export-large-image-multiple-pdf-pages-radpdfprocessing%})

libraries/radpdfprocessing/editing/fixedcontenteditor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,3 +301,4 @@ __FixedContentEditor__ has some properties and methods that affect how it will b
301301
* [Table]({%slug radpdfprocessing-editing-table%})
302302
* [How to Generate a PDF Document from Images with FixedContentEditor]({%slug pdf-from-images-with-fixedcontenteditor%})
303303
* [Splitting a Large Image Across Multiple PDF Pages]({%slug split-export-large-image-multiple-pdf-pages-radpdfprocessing%})
304+
* [Resizing Large Images to Fit in the PDF Page]({%slug resize-images-radpdfprocessing%})

0 commit comments

Comments
 (0)