Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 62,411 for

ios

(0.08 sec)
  1. Работа с файлами формата PS | Aspose.Page для C++

    Эти статьи посвящены работе с текстом, фигурами, узорами мозаики, градиентами, изображениями и страницами в файлах PS или EPS с Aspose.Page для C++....3 System::SharedPtr < System::IO::Stream > outPsStream = System::MakeObject...System::IO::FileStream > (dir + u "document.ps" , System::IO::FileMode::Create);...

    docs.aspose.com/page/ru/cpp/working-with-ps/
  2. 아카이브

    아카이브...io.FileInputStream imageStream = new java.io.FileInputStream(new...FileInputStream(new java.io.File("input_image1.jpg")); // 페이지 리소스의 이미지...

    blog.aspose.com/ko/pdf/add-extract-remove-repla...
  3. Chercher

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

    blog.aspose.com/fr/page/convert-xps-or-oxps-fil...
  4. ดูไฟล์รูปแบบ XPS | .NET วิธีการแก้

    เปิดเพื่อดูไฟล์ XPS ซอร์สโค้ด C# เพื่อโหลด แสดงผล และแสดงเอกสาร XPS บน .NET Framework Platform, Windows และ ASP.NET Applications...IO.Path.GetTempPath() + Guid.NewGuid()...new System.IO.FileStream( "template.xps" , System.IO.FileMode.Create...

    products.aspose.com/page/th/net/viewer/xps/
  5. Merge XPS to XPS, XPS to PDF | .NET

    .NET API Solution to merge XPS files in a few lines of code. Save the combined result as XPS or PDF files. C# code example of merging functionality....IO.Stream pdfStream = System.IO.File.Open(dataDir...pdf" , System.IO.FileMode.OpenOrCreate, System.IO.FileAccess.Write))...

    products.aspose.com/page/net/merge-xps-files/
  6. Xem các tập tin định dạng XPS | Giải pháp cho .NET

    Mở để xem các tệp XPS. Mã nguồn C# để tải, kết xuất và hiển thị tài liệu XPS trên Nền tảng .NET Framework, Windows và Ứng dụng ASP.NET....IO.Path.GetTempPath() + Guid.NewGuid()...new System.IO.FileStream( "template.xps" , System.IO.FileMode.Create...

    products.aspose.com/page/vi/net/viewer/xps/
  7. Aspose::Words::Fonts::FontFallbackSettings::Sav...

    Aspose::Words::Fonts::FontFallbackSettings::Save method. Saves the current fallback settings to stream in C++....st System::SharedPtr<System::IO::Stream>&) method Saves the current...System :: SharedPtr < System :: IO :: Stream > & outputStream )...

    reference.aspose.com/words/cpp/aspose.words.fon...
  8. OleFormat.suggested_file_name property | Aspose...

    OleFormat.suggested_file_name property. Gets the file name suggested for the current embedded object if you want to save it into a file.... io . FileStream ( ARTIFACTS_DIR...suggested_file_name , system_helper . io . FileMode . CREATE ) as file_stream...

    reference.aspose.com/words/python-net/aspose.wo...
  9. التحقق من كلمة مرور الملفات المشفرة باستخدام C+...

    التحقق من كلمة مرور ملفات Excel المشفرة (xlsx، xlsb، xls، xlsm وملفات Open Office (ODS) باستخدام أكواد C++.... ToUtf8 (), std :: ios :: binary ); if ( file ) { file...file . seekg ( 0 , std :: ios :: end ); fileData . resize ( file...

    docs.aspose.com/cells/ar/cpp/verify-password-of...
  10. Agregue metadatos XMP a un archivo EPS usando C++

    El proceso de agregar metadatos XMP a un archivo EPS con la solución API Aspose.Page para C++ se explica e ilustra con fragmentos de código aquí....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "add_input...

    docs.aspose.com/page/es/cpp/xmp-metadata/add/