Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 1,475 for

makearray

(2.05 sec)
  1. Merge PostScript files to PDF using C++

    Merger PS functionality of Aspose.Page API solution for C++ allows you to combine a few PS files into a single PDF document....> filesForMerge = System::MakeArray < System::String > ({dataDir...set_AdditionalFontsFolde(System::MakeArray < System::String > ({u "{FONT_FOLDER}"...

    docs.aspose.com/page/cpp/merge/ps/
  2. Working with Portfolio in PDF|Aspose.PDF for C++

    Create a PDF Portfolio with Aspose.PDF for C++. You should use a Microsoft Excel File, a Word document, and an image file to create a PDF Portfolio....get_Contents (); auto fileContent = MakeArray < uint8_t > ( fileSpecification...

    docs.aspose.com/pdf/cpp/portfolio/
  3. Creating Task Baselines | Aspose.Tasks Document...

    Learn how to edit Microsoft Project (MPP/XML) task baselines using Aspose.Tasks for C#...eType::Baseline, System::MakeArray < System::SharedPtr < Aspose::Tasks::Task...

    docs.aspose.com/tasks/cpp/creating-task-baseline/
  4. MUSTACHE Mail Merge In C++

    Personalize your Mail merge MUSTACHE file using C++. Automate emails or build reports using Mail merge MUSTACHE template in C++....fields = MakeArray <String>( { }); auto values = MakeArray<SharedPtr<Object>>(...

    products.aspose.com/words/cpp/mailmerge/mustache/
  5. 使用 C++ 添加、提取或移除 PDF 中的图像 | Aspose.PDF

    使用 Aspose.PDF for C++ 使用 C++ 示例代码,以编程方式处理 PDF 中的图像...= MakeObject < Matrix > ( MakeArray < double > ({ rectangle ->...

    products.aspose.com/pdf/zh-hans/cpp/images/
  6. 通过 C++ 将图像添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for C++ 使用 C++ 示例代码,以编程方式将图像添加到 PDF 文档中...= MakeObject < Matrix > ( MakeArray < double > ({ rectangle ->...

    products.aspose.com/pdf/zh-hans/cpp/images/add/
  7. Aspose::Words::Fonts::FontSettings::get_Fallbac...

    Aspose::Words::Fonts::FontSettings::get_FallbackSettings method. Settings related to font fallback mechanism in C++....SetFontsSources ( System :: MakeArray < System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.fon...
  8. Merge XPS files | Aspose.Page for C++

    Merger XPS functionality of Aspose.Page API solution for C++ allows you to combine several XPS files into a single XPS or PDF document....> filesToMerge = System::MakeArray < System::String > ({dataDir...> filesToMerge = System::MakeArray < System::String > ({dataDir...

    docs.aspose.com/page/cpp/merge/xps/
  9. Move PDF Pages programmatically C++|Aspose.PDF ...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for C++....Document > (); auto pages = MakeArray < int > ({ 1 , 3 }); for (...

    docs.aspose.com/pdf/cpp/move-pages/
  10. Summarize a Document|Aspose.Words for C++

    Summarize a document. Aspose.Words for C++ simplifies document summarization using OpenAI and Google AI models by allowing you to specify the summary length....>> documents = System :: MakeArray < System :: SharedPtr < Document...

    docs.aspose.com/words/cpp/summarize-a-document/