Sort Score
Result 10 results
Languages All
Labels All
Results 5,211 - 5,220 of 72,414 for

ios

(0.25 sec)
  1. إضافة صورة خلفية إلى 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-...
  2. 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...
  3. 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-...
  4. 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...
  5. Chercher

    chercher...io.FileInputStream imageStream = new java.io.FileInputStream(new...FileInputStream(new java.io.File(image.getPath())); // Définissez les...

    blog.aspose.com/fr/pdf/create-photo-album-in-java/
  6. آرشیوها

    آرشیوها...io.FileInputStream imageStream = new java.io.FileInputStream(new...FileInputStream(new java.io.File(image.getPath())); // حاشیه ها را طوری...

    blog.aspose.com/fa/pdf/create-photo-album-in-java/
  7. أرشيف

    أرشيف...io.ByteArrayInputStream; import java.io.ByteArrayOutputStrea;...main(String[] args) throws java.io.IOException { // تحديد مسار الدليل...

    blog.aspose.com/ar/zip/convert-rar-to-zip-in-java/
  8. Archiv

    Archiv...IO.File.Open(dataDir + Path.Get...eName), System.IO.FileMode.Create, System.IO.FileAccess.Write))...

    blog.aspose.com/cs/page/convert-xps-to-tiff-in-...
  9. Insert Footer|Aspose.Words for Java

    Insert a footer into a document easily and fast instead of using docx4j.... io . File ( dataDir + "OUT_Footer...png" ); java . io . InputStream is = new java . io . FileInputStream...

    docs.aspose.com/words/java/insert-footer/
  10. PDF 문서 저장|Aspose.PDF for Java

    Aspose.PDF for Java 라이브러리를 사용하여 PDF 파일을 저장하는 방법을 배웁니다....io.FileOutputStream ; import java...OutputStream으로 복사 // org.apache.commons.io.IOUtils.copy(is, response.getOutputStream());...

    docs.aspose.com/pdf/ko/java/save-pdf-document/