Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Images/ImageImport/ImageImport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@

/*
*
* This program demonstrates how to import images into a PDF file. The program runs without
* prompting you, and creates two PDF files, demonstrating how to import graphics from image files
* into a PDF file. One of the PDF output files is the result of graphics imported from a multi-page TIF file.
* This sample demonstrates how to import an image into a PDF file.
*
* Copyright (c) 2007-2023, Datalogics, Inc. All rights reserved.
* Copyright (c) 2007-2025, Datalogics, Inc. All rights reserved.
*
*/

Expand Down
Loading