Sort Score
Result 10 results
Languages All
Labels All
Results 4,421 - 4,430 of 62,412 for

ios

(0.18 sec)
  1. Archivio

    Archivio...io.FileOutputStream outputImage = new java.io.FileOutputStream(...outputImage.close(); } catch (java.io.FileNotFoundExceptio e) { //...

    blog.aspose.com/it/pdf/extract-images-from-pdf-...
  2. DigitalSignatureType enumeration | Aspose.Words...

    aspose.words.digitalsignatures.DigitalSignatureType enumeration. Specifies the type of a digital signature.... io . FileStream ( MY_DIR + 'Document...'Document.docx' , system_helper . io . FileMode . OPEN ) as in_doc...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DigitalSignature.certificate_holder property | ...

    DigitalSignature.certificate_holder property. Returns the certificate holder object that contains the certificate was used to sign the document.... io . FileStream ( MY_DIR + 'Document...'Document.docx' , system_helper . io . FileMode . OPEN ) as in_doc...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CertificateHolder.create method | Aspose.Words ...

    aspose.words.digitalsignatures.CertificateHolder.create method... io . FileStream ( MY_DIR + 'Document...'Document.docx' , system_helper . io . FileMode . OPEN ) as stream_in...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DigitalSignatureCollection indexer | Aspose.Wor...

    DigitalSignatureCollection indexer. Gets a document signature at the specified index.... io . FileStream ( MY_DIR + 'Document...'Document.docx' , system_helper . io . FileMode . OPEN ) as in_doc...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Carica un carattere dal file CFF | C++

    Soluzione API C ++ per caricare i caratteri da un file sul disco rigido anche se questo file non è un po 'di carattere. Diamo un'occhiata a come farlo da un file CFF.... IO ; Caricamento dal file usando...System::String fontPath = System::IO::Path::Combine(get_DataDir()...

    docs.aspose.com/font/it/cpp/how-to-load-fonts/l...
  7. Aspose.Cells for Python via .NETをPandasのExcelエン...

    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/ja/python-net/using-aspos...
  8. Загрузить шрифт из файла CFF | С++

    Решение C++ API для загрузки шрифтов из файла на жестком диске, даже если этот файл не шрифт. Давайте посмотрим, как сделать это из файла CFF.... IO ; Загрузка из файла с использованием...System::String fontPath = System::IO::Path::Combine(get_DataDir()...

    docs.aspose.com/font/ru/cpp/how-to-load-fonts/l...
  9. 既存のPDFファイルに画像を追加する|Aspose.PDF for Java

    このセクションでは、Javaライブラリを使用して既存のPDFファイルに画像を追加する方法を説明します。...io.ByteArrayInputStream ; import java.io.ByteArrayOutputStrea...ByteArrayOutputStrea ; import java.io.File ; import java.io.FileNotFoundExceptio...

    docs.aspose.com/pdf/ja/java/add-image-to-existi...
  10. 記録

    記録...io.FileInputStream imageStream = new java.io.FileInputStream(new...FileInputStream(new java.io.File("1.jpeg")); // 画像が収まるように余白を設定するなど。...

    blog.aspose.com/ja/pdf/convert-image-to-pdf-java/