Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 72,572 for

ios

(0.26 sec)
  1. Hantera OLE objekt med C++|Documentation

    Lär dig hur du lägger till, extraherar och manipulerar OLE objekt i blad med Aspose.Cells med C++....ToUtf8 (), std :: ios :: binary | std :: ios :: ate ); if ( !...(); file . seekg ( 0 , std :: ios :: beg ); std :: vector < uint8_t...

    docs.aspose.com/cells/sv/cpp/managing-ole-objects/
  2. 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/zh/cpp/latex-math-formula-r...
  3. LaTeX у PDF | C++

    Щоб конвертувати TeX у PDF за допомогою рішення Aspose.TeX API для C++, ознайомтеся з цією статтею, щоб побачити, як це зробити, і приклади коду....System::SharedPtr < System::IO::Stream > pdfStream = System::IO::File::Open(...System::IO::Path::Combine(RunExamples::OutputDirectory, u "any-name...

    docs.aspose.com/tex/uk/cpp/latex-to-pdf/
  4. LaTeX toán học | Giải pháp API .NET

    Giải pháp .NET API để hoạt động với TeX. Bao gồm chức năng tạo phương trình toán học trong LaTeX và lưu tệp kết quả dưới dạng hình ảnh....IO.MemoryStream(); // Create the...(System.IO.Stream stream = System.IO.File.Open( System.IO.Path.Combine(RunExamples...

    products.aspose.com/tex/vi/net/latex-math/
  5. Detectar formato de archivo de archivos cifrado...

    Aprende cómo detectar el formato de archivo de archivos Office Open XML (OOXML) cifrados usando 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/es/cpp/detect-file-format...
  6. Извлечение информации об изображении и подписи ...

    Вы можете извлечь изображения из поля подписи и извлечь информацию о подписи, используя класс SignatureField с C++....nullptr) { auto output = System::IO::File::OpenWrite(_dataDir + u"im"...output->Close(); } } } catch (System::IO::IOException e) { Console::W...

    docs.aspose.com/pdf/ru/cpp/extract-image-and-si...
  7. How to Create PDF using Python|Aspose.PDF for P...

    Create and format the PDF Document with Aspose.PDF for Python via .NET....pdf as ap import io # Requires: pip install pytesseract...page_number = 1 image_stream = io . FileIO ( temp_image_path ,...

    docs.aspose.com/pdf/python-net/create-pdf-docum...
  8. Aspose.PSD for .NET 19.6 - Sürüm Notları|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....IO.Stream) M:Aspose.PSD.FileFormats...FileFormats.Bmp.BmpImage.#ctor(System.IO.Stream,System.UInt16,Aspose.PSD...

    docs.aspose.com/psd/tr/net/aspose-psd-for-net-1...
  9. Конвертировать HTML в изображение на Java – PNG...

    Конвертируйте HTML в изображения, такие как JPG, PNG и др. с помощью Aspose.HTML for Java. Используйте класс ImageSaveOptions для настройки результата.... io . FileWriter fileWriter = new java. io . FileWriter...try (java. io . FileWriter fileWriter = new java. io . FileWriter...

    docs.aspose.com/html/ru/java/convert-html-to-im...
  10. Convertir PDF a HTML en .NET|Aspose.PDF for .NET

    Este tema te muestra cómo convertir un archivo PDF a formato HTML con la biblioteca Aspose.PDF C#.... IO . Directory . Exists ( _folderForReferencedR..._folderForReferencedR )) { System . IO . Directory . CreateDirectory...

    docs.aspose.com/pdf/es/net/convert-pdf-to-html/