Sort Score
Result 10 results
Languages All
Labels All
Results 4,701 - 4,710 of 72,975 for

ios

(0.38 sec)
  1. Get XMP metadata from EPS file using C++

    The process of getting XMP metadata from EPS file with Aspose.Page API solution for C++ is explained and illustrated with the code here....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "get_input...

    docs.aspose.com/page/cpp/xmp-metadata/get/
  2. Отримайте метадані XMP із файлу EPS за допомого...

    Процес отримання метаданих XMP із файлу EPS за допомогою рішення API Aspose.Page для C++ пояснюється та проілюструється кодом тут....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "get_input...

    docs.aspose.com/page/uk/cpp/xmp-metadata/get/
  3. Получите метаданные XMP из файла EPS с помощью ...

    Процесс получения метаданных XMP из файла EPS с помощью решения Aspose.Page API для C++ объясняется и иллюстрируется кодом здесь....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "get_input...

    docs.aspose.com/page/ru/cpp/xmp-metadata/get/
  4. Aspose::Words::DigitalSignatures::DigitalSignat...

    Aspose::Words::DigitalSignatures::DigitalSignatureCollection class. Provides a read-only collection of digital signatures attached to a document. To learn more, visit the documentation article in C++....System :: MakeObject < System :: IO :: FileStream > ( get_MyDir ()...u "Document.docx" , System :: IO :: FileMode :: Open ); { auto...

    reference.aspose.com/words/cpp/aspose.words.dig...
  5. Insert Image using docx4j and Aspose.Words|Aspo...

    Add an image into a document easily and fast instead of using docx4j.... io . InputStream is = new java . io . FileInputStream...wordMLPackage . save ( new java . io . File ( dataDir + "OUT_AddImage...

    docs.aspose.com/words/java/insert-image-using-d...
  6. إضافة صورة خلفية إلى Excel باستخدام C++|Documen...

    كيف تدخل صورة خلفية إلى Excel باستخدام Aspose.Cells for C++....ifstream fileStream ( f , std :: ios :: binary ); if ( ! fileStream...fileStream . seekg ( 0 , std :: ios :: end ); std :: streampos fileSize...

    docs.aspose.com/cells/ar/cpp/insert-background-...
  7. C++を使った暗号化済みファイルのパスワード検証|Documentation

    C++コードを使って、暗号化されたExcel(xlsx、xlsb、xls、xlsm)およびOpenOffice(ODS)ファイルのパスワード検証を行います。... ToUtf8 (), std :: ios :: binary ); if ( file ) { file...file . seekg ( 0 , std :: ios :: end ); fileData . resize ( file...

    docs.aspose.com/cells/ja/cpp/verify-password-of...
  8. Infoga bakgrundsbild i Excel med C++|Documentation

    Hur man infogar bakgrundsbild till Excel med Aspose.Cells for C++....ifstream fileStream ( f , std :: ios :: binary ); if ( ! fileStream...fileStream . seekg ( 0 , std :: ios :: end ); std :: streampos fileSize...

    docs.aspose.com/cells/sv/cpp/insert-background-...
  9. Cắt và thay đổi kích thước EPS qua C# | Aspose....

    Trao quyền cho các ứng dụng C# của bạn bằng giải pháp API của chúng tôi để cắt và thay đổi kích thước tệp EPS chính xác, giúp hình ảnh trở nên sống động....IO.FileStream(dataDir + "input.eps" , System.IO.FileMode...FileMode.Open, System.IO.FileAccess.Read)) { //Initialize the PsDocument...

    products.aspose.com/page/vi/net/crop-eps/
  10. Lavorare con le pagine in PostScript | C++

    Come aggiungere pagine a un file PS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in C++....6 System::SharedPtr < System::IO::Stream > outPsStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "document1...

    docs.aspose.com/page/it/cpp/ps/working-with-pages/