Sort Score
Result 10 results
Languages All
Labels All
Results 5,771 - 5,780 of 158,784 for

open

(0.22 sec)
  1. Generate PDF417 barcode Images via C++ | Aspose

    C++ example of code to generate PDF417 barcode in C++ Runtime Environment for Windows 32-bit, Windows 64-bit, and Linux 64-bit....Learn Download from NuGet × Open NuGet package manager, search...the package. Alternatively, open the Package Manager console...

    products.aspose.com/barcode/cpp/pdf417/generate/
  2. 将多个工作簿合并成一个单一工作簿,使用C++实现|Documentation

    学习如何使用Aspose.Cells和C++将多个工作簿合并为一个单一工作簿。...xlsx" ; // Open the first excel file. Workbook...sourceBook1 ( sourceFile1 ); // Open the second excel file. Workbook...

    docs.aspose.com/cells/zh/cpp/combine-multiple-w...
  3. Joining Word Documents Together|Aspose.Words fo...

    Join a few document together or append them easily and fast instead of using VSTO in C#.... Open ( mypath ); int recordCount...<= recordCount ; i ++) { // Open the document to join. Document...

    docs.aspose.com/words/net/joining-word-document...
  4. Generate Postnet barcode Images via .NET | Aspose

    C# source code for Postnet barcode generation in .NET Framework, .NET Standard, COM Interloop for PHP, VBScript, Delphi, and C++....Learn Download from NuGet × Open NuGet package manager, search...barcode library for C# platforms. Open the NuGet package manager, search...

    products.aspose.com/barcode/net/postnet/generate/
  5. Generate Aztec Code Images via .NET | Aspose

    C# source code for Aztec Code generation in .NET Framework, .NET Standard, COM Interloop for PHP, VBScript, Delphi, and C++....Learn Download from NuGet × Open NuGet package manager, search...barcode library for C# platforms. Open the NuGet package manager, search...

    products.aspose.com/barcode/net/aztec/generate/
  6. Convert ICS to HTML via C# | products.aspose.com

    Sample code for ICS to HTML C# conversion. Use API example code for batch ICS files to HTML conversion within VB.NET, Asp.NET or any .NET based application....Overview Download from NuGet × Open package manager, search for...conversion API for C# platform. Open NuGet package manager, search...

    products.aspose.com/email/net/conversion/ics-to...
  7. Watermark.set_image method | Aspose.Words for P...

    aspose.words.Watermark.set_image method... OPEN , system_helper . io . FileAccess...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Generate EAN (International Article Number) bar...

    C# source code for EAN (International Article Number) barcode generation in .NET Framework, .NET Standard, COM Interloop for PHP, VBScript, Delphi, and C++....Learn Download from NuGet × Open NuGet package manager, search...barcode library for C# platforms. Open the NuGet package manager, search...

    products.aspose.com/barcode/net/ean/generate/
  9. Strict validation closes stream - Free Support ...

    Hi I can use the same stream for both Document and PdfFileInfo, but not if I set UseStrictValidation=true, then the stream seems to be closed which was not expected. By design or a bug? If by design I have to have two …...same stream that was used to open the document to create a PdfFileInfo...PdfFileInfo constructor allows you to open a document from a stream without...

    forum.aspose.com/t/strict-validation-closes-str...
  10. Add Page Number to PDF with C++|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....pdf" ); // Open document auto document = MakeObject...customSubtype ( "BatesN" ); // Open document auto document = MakeObject...

    docs.aspose.com/pdf/cpp/add-page-number/