Modern C++ library allows C++ developers to convert TIFF images to PDF format with a few lines of code. TIFF image conversion engine analyses the original graphical content, and exports the combined picture as a PDF document.
Use C++ to convert TIFF images to PDF format with maximum flexibility and speed. Run online live demo and check the highest output PDF quality right in a browser. TIFF Conversion API supports a bunch of useful options.
To convert several TIFF images to PDF just use C++ library that handles all low-level details.
Convert multiple TIFF images and save the result as a single PDF document. If you develop code in C++, image format conversion will be simpler than it sounds. See C++ example that iterates through image files and combines them into one PDF document:
dotnet add package Aspose.Words.Cpp
Copy
using namespace Aspose::Words;
std::vector<String> fileNames { u"Input1.tiff", u"Input2.tiff" };
auto doc = MakeObject<Document>();
auto builder = MakeObject<DocumentBuilder>(doc);
for (const auto& fileName : fileNames)
{
builder->InsertImage(fileName);
// Insert a paragraph break to avoid overlapping images.
builder->Writeln();
}
doc->Save(u"Output.pdf");
There are three options to install Aspose.Words for C++ to your developer environment. Please choose one that resembles your needs and follow the step-by-step instructions:
You can use this C++ library to develop software on Microsoft Windows, Linux and macOS operating systems:
If you develop software for Linux or macOS, please check information on additional library dependencies (fontconfig and mesa-glu open-source packages) in Product Documentation.
You can merge TIFF to many other file formats: