Sort Score
Result 10 results
Languages All
Labels All
Results 6,281 - 6,290 of 70,105 for

import

(0.7 sec)
  1. Missing Text When Converting PPTX to PDF with A...

    Hello, we’ve been seeing issues with all text in some PPTX files missing from generated PDFs on our linux server. I’ll attach one of the files along with the code snippet and converted PDF here. The same code works fine…...the below code on the server: import aspose.slides as slides slides...tried a variation of that code: import aspose.slides as aspose_slides...

    forum.aspose.com/t/missing-text-when-converting...
  2. Manage IMAP Message Flags in Python with Aspose...

    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.... import aspose.email as ae client =...

    docs.aspose.com/email/python-net/manage-message...
  3. Convert HTML to PNG in PHP | products.aspose.com

    Convert HTML to PNG in PHP. Use PowerPoint PHP API to convert HTML files to PNG... Add a library reference (import the library) to your PHP project...

    products.aspose.com/slides/php-java/conversion/...
  4. Convert PNG to JPG in C++ | products.aspose.com

    Convert PNG to JPG in C++. Use C++ library API to convert PNG files to JPGs... Add a library reference (import the library) to your C++ project...

    products.aspose.com/slides/cpp/conversion/png-t...
  5. Convert SVG to PNG in PHP | products.aspose.com

    Convert SVG to PNG in PHP. Use PowerPoint PHP API to convert SVG files to PNG... Add a library reference (import the library) to your PHP project...

    products.aspose.com/slides/php-java/conversion/...
  6. 使用C++加载或导入带有公式的CSV文件。|Documentation

    使用Aspose.Cells与C++加载或导入包含公式的CSV文件。...csv" , opts ); // You can also import the CSV file starting from...

    docs.aspose.com/cells/zh/cpp/load-or-import-csv...
  7. Create Links in PDF file|Aspose.PDF for Java

    This section explains how to create links in your PDF document with Java....examples ; import com.aspose.pdf.* ; public class...

    docs.aspose.com/pdf/java/create-links/
  8. Convert GIF to PDF in Java

    Refer to this article to convert GIF to PDF in Java. It has details to set the IDE, a list of steps, and a sample code to change GIF to PDF in Java along with the options to improvise the code for creating desired output....Java to transform a GIF to PDF Import the necessary classes and modules...

    kb.aspose.com/pdf/java/convert-gif-to-pdf-in-java/
  9. How to modify footnote content number style? - ...

    for (Paragraph paragraph : footnote.getParagraphs()) { for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.RED); } }...example of how to implement this: import com.aspose.words.*; public...

    forum.aspose.com/t/how-to-modify-footnote-conte...
  10. How to Convert Excel Chart to JPG in Java

    This brief tutorial explains how to convert Excel chart to JPG in Java. You can follow this article to perform same task in any of the operating system Windows, macOS and Linux....and Chart classes using the Import statement Load the source Excel...

    kb.aspose.com/cells/java/how-to-convert-excel-c...