Sort Score
Result 10 results
Languages All
Labels All
Results 4,561 - 4,570 of 74,198 for

ios

(0.15 sec)
  1. Extrair Informações de Imagem e Assinatura usan...

    Você pode extrair imagens do campo de assinatura e extrair informações de assinatura usando a classe SignatureField com C++....nullptr ) { auto output = System :: IO :: File :: OpenWrite ( _dataDir...Close (); } } } catch ( System :: IO :: IOException e ) { Console...

    docs.aspose.com/pdf/pt/cpp/extract-image-and-si...
  2. Détecter le format de fichier des fichiers OOXM...

    Apprenez comment détecter le format de fichier des fichiers Office Open XML (OOXML) cryptés en utilisant 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/fr/cpp/detect-file-format...
  3. HtmlFixedSaveOptions.export_embedded_fonts prop...

    HtmlFixedSaveOptions.export_embedded_fonts property. Specifies whether fonts should be embedded into Html document in Base64 format... io . File . read_all_text ( ARTIFACTS_DIR...( '.woff' ), system_helper . io . Directory . get_files ( ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Відтворення математичних формул LaTeX | C++

    У цій статті описано рішення Aspose.TeX API для відтворення математичних формул C++ LaTeX. Тут ви знайдете приклади коду функціональності....set_LogStream(System::MakeObject < System::IO::MemoryStream > ()); 15 // Specify...System::SharedPtr < System::IO::Stream > stream = System::IO::File::Open(S...

    docs.aspose.com/tex/uk/cpp/latex-math-formula-r...
  5. Створення рисунків у LaTeX | C++ API рішення

    C++ API рішення для роботи з TeX. Включає функціонал для створення рисунків документів у LaTeX та збереження результату як зображення....set_LogStream(new System::IO::MemoryStream()); // Specify...System::SharedPtr<System::IO::Stream> stream = System::IO::File::Open( S...

    products.aspose.com/tex/uk/cpp/latex-figures/
  6. Створення рисунків у LaTeX | .NET API рішення

    .NET API рішення для роботи з TeX. Включає функціональність для створення рисунків документів у LaTeX та збереження отриманого файлу у вигляді зображень....IO.MemoryStream(); // Specify whether...(System.IO.Stream stream = System.IO.File.Open( System.IO.Path.Combine(RunExamples...

    products.aspose.com/tex/uk/net/latex-figures/
  7. 使用 Python 从 AcroForm 提取数据|Aspose.PDF for Python...

    Aspose.PDF 让从 PDF 文件中提取表单字段数据变得简单。了解如何从 AcroForms 提取数据并将其保存为 JSON、XML 或 FDF 格式。...pdf as apdf from io import FileIO from os import...import aspose.pdf as apdf from io import FileIO from os import...

    docs.aspose.com/pdf/zh/python-net/extract-data-...
  8. Aspose.Cells for Python via .NET license issue ...

    Hi, we are trying to deploy our purchased license for aspose.cell python product to our Databricks environment which we could do successfully. But when we call the license within our code, we run into the following error…...cells import License import io # Try to set license from the...lic = License() lic_stream = io.FileIO("Aspose.Cells.Pythonvia...

    forum.aspose.com/t/aspose-cells-for-python-via-...
  9. Aspose.Imaging exception "imaging loading faile...

    Getting the following exception when trying to load an heic file into Aspose.Imaging version 25.10 before saving to pdf. I have attached a sample file. Aspose.Imaging.CoreExceptions.ImageLoadException HResult=0x801315…...IO.BitStreamWithNalSupp, System...HeicImageFrame(Openize.Heic.Decoder.IO.BitStreamWithNalSupp, Openize...

    forum.aspose.com/t/aspose-imaging-exception-ima...
  10. Convertir un EPUB en PDF en Java – Aspose.HTML ...

    Convertissez des EPUB en PDF en Java à l'aide de l'API Aspose.HTML for Java. Examinez divers scénarIos de conversion d'EPUB en PDF dans des exemples de code Java.... io . FileInputStream fileInputStream = new java. io . FileInputStream...java. io . FileInputStream fileInputStream = new java. io . FileInputStream...

    docs.aspose.com/html/fr/java/convert-epub-to-pdf/