C++ 向け Aspose.Page API ソリューションに含まれる XPS から PDF への変換機能について、コードスニペットを用いて説明します。...System::SharedPtr<System::IO::Stream> pdfStream = System::IO::File::Open(dataDir...pdf", System::IO::FileMode::OpenOrCreate, System::IO::FileAccess::Write);...
Este tema muestra cómo la biblioteca Aspose.PDF para Java permite convertir varIos formatos de imágenes a PDF....io.FileNotFoundExceptio ; import...aspose.pdf.examples ; import java.io.FileNotFoundExceptio ; import...
Aspose::Words::IDocumentProcessorPlugin::SetImageWatermark method. Adds image watermark on each page of the document loaded by Load() method in C++....System :: SharedPtr < System :: IO :: Stream > imageWatermark ,...imageWatermark System::SharedPtr<System::IO::Stream> Image used as a watermark...
Aspose::Words::IDocumentProcessorPlugin::Save method. Save the document loaded by Load() method to the output stream using the specified save options in C++....System :: SharedPtr < System :: IO :: Stream > outputStream , System...outputStream System::SharedPtr<System::IO::Stream> The output stream. saveOptions...
Aspose::Words::IDocumentProcessorPlugin::Load method. Load the document using the specified load options in C++....System :: SharedPtr < System :: IO :: Stream > inputStream , System...inputStream System::SharedPtr<System::IO::Stream> The input stream. loadOptions...