Sort Score
Result 10 results
Languages All
Labels All
Results 3,771 - 3,780 of 62,419 for

ios

(0.07 sec)
  1. Перетворення файлів XPS | Рішення .NET API

    Функції перетворення XPS у PNG, включені в рішення API Aspose.Page для .NET, описано та проілюстровано за допомогою фрагментів коду тут....IO.File.Open(Path.GetDirectoryName(outputFileName)...eName), System.IO.FileMode.Create, System.IO.FileAccess.Write))...

    docs.aspose.com/page/uk/net/convert-xps/
  2. 記録

    記録...System::SharedPtr<System::IO::Stream> pdfStream = System::IO::File::Open(...pdf", System::IO::FileMode::Create, System::IO::FileAccess::Write);...

    blog.aspose.com/ja/page/convert-xps-or-oxps-fil...
  3. Charger une police à partir d'un fichier CFF | C++

    Solution API C++ pour charger des polices à partir d'un fichier CFF sur votre disque dur même si ce fichier n'est pas une police lui-même.... IO ; Chargement à partir du fichier...System::String fontPath = System::IO::Path::Combine(get_DataDir()...

    docs.aspose.com/font/fr/cpp/how-to-load-fonts/l...
  4. 使用 Aspose.Cells for Python via .NET 作为 Pandas E...

    使用 Aspose.Cells for Python via .NET 作为 Pandas Excel 引擎。...adapter Create a new file: pandas/io/excel/_asposecells.py Add the...the following content: # pandas/io/excel/_asposecells.py import...

    docs.aspose.com/cells/zh/python-net/using-aspos...
  5. Linuxにおけるフォントに関する一般的な例外とエラー|Aspose.Slides for P...

    Linuxにおけるフォントの例外とエラー...io.tmpdir”); java.io.File file = new java.io.File(newTempFolder);...mkdir(); System.setProperty(“java.io.tmpdir”, newTempFolder); try...

    docs.aspose.com/slides/ja/php-java/technical-ar...
  6. TeX sang ZIP | Giải pháp API cho C++

    Giải pháp API C++ để làm việc với TeX. Chức năng chuyển đổi TeX sang ZIP cho phép bạn lưu tệp TeX của mình dưới dạng kho lưu trữ phổ biến nhất....đầu ra using Aspose :: TeX :: IO; using Aspose :: TeX :: Presentation...Presentation :: Pdf; using System :: IO; // Open a stream on a ZIP archive...

    products.aspose.com/tex/vi/cpp/output-to-zip/
  7. TeX에서 ZIP으로 | C++용 API 솔루션 | Aspose

    TeX과 함께 작동하는 C++ API 솔루션입니다. TeX에서 ZIP으로의 변환 기능을 사용하면 TeX 파일을 가장 인기 있는 아카이브로 저장할 수 있습니다. 이 기능의 C++ 예제....C++ 코드 using Aspose :: TeX :: IO; using Aspose :: TeX :: Presentation...Presentation :: Pdf; using System :: IO; // Open a stream on a ZIP archive...

    products.aspose.com/tex/ko/cpp/output-to-zip/
  8. Aspose::Words::Saving::PageSavingArgs::set_Page...

    Aspose::Words::Saving::PageSavingArgs::set_PageStream method. Setter for Aspose::Words::Saving::PageSavingArgs::get_PageStream in C++....st System::SharedPtr<System::IO::Stream>&) method Setter for...System :: SharedPtr < System :: IO :: Stream > & value ) See Also...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Archiwa

    Archiwa...IO.FileStream pdfStream = new System.IO.FileStream("outputPDF_out...t.pdf", System.IO.FileMode.Create, System.IO.FileAccess.Write);...

    blog.aspose.com/pl/page/merge-combine-ps-postsc...
  10. Transform XML using C++ | Aspose.PDF

    Transform XML programmatically with C++ sample code using Aspose.PDF for C++...); auto XmlContent = System :: IO :: File :: ReadAllText ( u "XMLFile1...auto XsltContent = System :: IO :: File :: ReadAllText ( u "XSLTFile1...

    products.aspose.com/pdf/cpp/transform-xml/