Sort Score
Result 10 results
Languages All
Labels All
Results 4,431 - 4,440 of 72,972 for

ios

(0.7 sec)
  1. Сохраните документ 3D|Documentation

    Класс Сцена Aspose.3D API представляет собой документ 3D, и разработчики могут сохранить его объект в любом поддерживаемом формате файла....threed as a3d import io # For complete examples and data...Scene to a stream dstStream = io . BytesIO () scene . save ( dstStream...

    docs.aspose.com/3d/ru/python-net/save-a-3d-docu...
  2. Solución funcional para el redimensionamiento d...

    Soluciona el inesperado redimensionamiento de gráficos en PPTX al usar objetos OLE de Excel incrustados con Aspose.Slides para C++. Aprende dos métodos con código para mantener los tamaños consistentes....System :: SharedPtr < System :: IO :: MemoryStream > ToSlidesMemoryStream...Aspose :: Cells :: Systems :: IO :: MemoryStream > inputStream...

    docs.aspose.com/slides/es/cpp/working-solution-...
  3. Utilizzare OAuth per accedere ai servizi di pos...

    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.BufferedReader ; import java.io.IOException ;...; import java.io.InputStream ; import java.io.InputStreamReader...

    docs.aspose.com/email/it/java/using-oauth-to-ac...
  4. Использование OAuth для доступа к почтовым серв...

    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.BufferedReader ; import java.io.IOException ;...; import java.io.InputStream ; import java.io.InputStreamReader...

    docs.aspose.com/email/ru/java/using-oauth-to-ac...
  5. Verwendung von OAuth zum Zugriff auf Mail‑Diens...

    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.BufferedReader ; import java.io.IOException ;...; import java.io.InputStream ; import java.io.InputStreamReader...

    docs.aspose.com/email/de/java/using-oauth-to-ac...
  6. Lavorare con le forme in PostScript | C++

    Come aggiungere forme 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 "AddRectangle_outPS...

    docs.aspose.com/page/it/cpp/ps/working-with-sha...
  7. Arbeiten mit Dokumenten in PostScript | C++

    Das Hinzufügen von Seiten zu einer PS-Datei ist eine Funktion, die von der Aspose.Page-API-Lösung für C++ unterstützt wird. ....6 System::SharedPtr < System::IO::Stream > outPsStream = System::MakeObject...System::IO::FileStream > (dir + u "document.ps" , System::IO::FileMode::Create);...

    docs.aspose.com/page/de/cpp/ps/working-with-doc...
  8. Python: words and barcode-for-python-via-net as...

    I’m attempting to use aspose-barcode-for-python-via-net==25.8 and aspose-words==25.10.0 (both are the latest versions) in a project. I’m running on MacOS with python version 3.13 in my venv. When I try to execute my sc…...of IBarcodeGenerator : import io import aspose.words as aw import...draw_error_image(self, error) -> io.BytesIO: """Draws a simple error...

    forum.aspose.com/t/python-words-and-barcode-for...
  9. Complete List of Changes in Aspose.Imaging 2.6....

    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,System.IO.Stream) Method Aspose...Imaging.CMYKColor[],System.IO.Stream,System.IO.Stream) Method Aspose...

    docs.aspose.com/imaging/net/complete-list-of-ch...
  10. Convert PDF to Word Docs - Free Support Forum -...

    Trying to convert pdf to word in python. Using the docs as is. Getting the following error: Traceback (most recent call last): File "/home/jupyter/Tahoe_Test/Aspose/EnclaveTesting/WordHandler.py", line 69, in conv_pdf…...the document from bytes") with io.BytesIO(pdf_bytes) as input_stream:...DocSaveOptions.DocFormat.DOC_X with io.BytesIO() as output_stream: print("Saving...

    forum.aspose.com/t/convert-pdf-to-word-docs/312166