Sort Score
Result 10 results
Languages All
Labels All
Results 4,701 - 4,710 of 72,416 for

ios

(0.19 sec)
  1. Work with PDF layers using Python|Aspose.PDF fo...

    The next task explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside PDF into one.... from io import FileIO import aspose.pdf...message is printed instead. from io import FileIO import aspose.pdf...

    docs.aspose.com/pdf/python-net/working-with-pdf...
  2. Конвертировать MHTML в JPG на Java – Aspose.HTM...

    Конвертируйте MHTML в JPG, PNG, GIF, TIFF, BMP, используя Aspose.HTML for Java. Рассмотрим различные сценарии преобразования MHTML в JPG в коде Java.... io . FileInputStream fileInputStream = new java. io . FileInputStream...java. io . FileInputStream fileInputStream = new java. io . FileInputStream...

    docs.aspose.com/html/ru/java/convert-mhtml-to-jpg/
  3. Inserisci un immagine Web da un URL in un fogli...

    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 insieme a com.aspose.cells per...

    docs.aspose.com/cells/it/java/insert-web-image-...
  4. Converter PDF para formatos de Imagens|Aspose.P...

    Este tópico mostra como o Aspose.PDF permite converter PDF para várIos formatos de imagens. Converta páginas PDF para imagens PNG, JPEG, BMP com algumas linhas de código....auto imageStream = System :: IO :: File :: OpenWrite ( _dataDir...auto imageStream = System :: IO :: File :: OpenWrite ( _dataDir...

    docs.aspose.com/pdf/pt/cpp/convert-pdf-to-image...
  5. Working with Transparency in PostScript | C++

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...6 System::SharedPtr < System::IO::Stream > outPsStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "AddT...

    docs.aspose.com/page/cpp/ps/working-with-transp...
  6. Aspose.HTML for .NET 24.2 – Save HTML to a Stream

    Examples of using deprecated and new classes to save HTML to a stream using 24.2 and earlier versions of the Aspose.HTML for .NET library.... IO ; 2 using Aspose. Html ; 3 using...Html . Saving ; 4 using System. IO . Compression ; 5 ... 6 7 //...

    docs.aspose.com/html/net/migration-between-vers...
  7. Document.save method | Aspose.Words for Python

    aspose.words.Document.save method... def save ( self , stream : io . BytesIO , save_format : aspose...Parameter Type Description stream io.BytesIO Stream where to save...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Estrai immagini da PDF in Java | Aspose.PDF

    Codice sorgente Java per estrarre immagini da file PDF su Java e PHP, Delphi.... io . FileOutputStream outputImage = new java . io . FileOutputStream.... close (); } catch ( java . io . IOException e ) { System ....

    products.aspose.com/pdf/it/java/parser/images/
  9. ดึงข้อความจาก PDF ใน Java | Aspose.PDF

    รหัสที่มาจาวาเพื่อดึงข้อความจากไฟล์ PDF บน Java และ PHP, Delphi... io . FileWriter writer = new java . io . FileWriter.... close (); } catch ( java . io . IOException e ) { System ....

    products.aspose.com/pdf/th/java/parser/text/
  10. Convert excel file to png using OnePagePerSheet...

    ERROR MESSAGE : Aspose.Cells.CellsException: Image dimensions (width=56972 height=179427) are too large. If you have enabled OnePagePerSheet, please disable it. how to solved this // === Remove margins === worksheet.Pa…...IO.File.ReadAllBytes(newFilePath);...Dispose(); bool fileExists = System.IO.File.Exists(newFilePath); if...

    forum.aspose.com/t/convert-excel-file-to-png-us...